mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-15 02:28:48 +00:00
4 lines
No EOL
70 B
SCSS
4 lines
No EOL
70 B
SCSS
@mixin hideWhenPrinting() {
|
|
display: none;
|
|
visibility: collapse;
|
|
} |