Files
TheGiddyLimit 9c8ae15ff7 v1.206.1
2024-05-06 22:24:37 +01:00

27 lines
386 B
SCSS

@use "../vars/vars";
@include vars.mix-is-print {
.no-print {
display: none !important;
}
.print__ {
&ve-block {
display: block !important;
}
&h-initial {
height: initial !important;
}
&overflow-visible {
overflow: visible !important;
}
&my-2 {
margin-top: (vars.$spacer * 0.5) !important;
margin-bottom: (vars.$spacer * 0.5) !important;
}
}
}