mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 16:02:36 +00:00
4 lines
70 B
SCSS
4 lines
70 B
SCSS
@mixin hideWhenPrinting() {
|
|
display: none;
|
|
visibility: collapse;
|
|
} |