9 lines
86 B
CSS
9 lines
86 B
CSS
/**
|
|
* @file
|
|
* Styles for the modal propagation step.
|
|
*/
|
|
|
|
body {
|
|
display: none;
|
|
}
|