0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 16:02:36 +00:00
salesagility_SuiteCRM/themes/SuiteP/css/suitep-base/mixins.scss
2017-12-07 16:05:00 +00:00

4 lines
70 B
SCSS

@mixin hideWhenPrinting() {
display: none;
visibility: collapse;
}