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