mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
26
scss/includes/util-print.scss
Normal file
26
scss/includes/util-print.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
@import "vars";
|
||||
|
||||
@include 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: ($spacer * 0.5) !important;
|
||||
margin-bottom: ($spacer * 0.5) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user