mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.201.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "includes/vars";
|
||||
@use "includes/vars";
|
||||
|
||||
.pg-search__ {
|
||||
$sz-image: 48px;
|
||||
@@ -8,9 +8,9 @@
|
||||
}
|
||||
|
||||
&wrp-result {
|
||||
border: 1px solid $rgb-border-grey;
|
||||
border: 1px solid vars.$rgb-border-grey;
|
||||
border-radius: 5px;
|
||||
min-height: calc(#{$spacer} + #{$sz-image} + 2px);
|
||||
min-height: calc(#{vars.$spacer} + #{$sz-image} + 2px);
|
||||
}
|
||||
|
||||
&disp-token {
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
&wrp-preview {
|
||||
width: 500px;
|
||||
border: 1px solid $rgb-border-grey;
|
||||
border: 1px solid vars.$rgb-border-grey;
|
||||
}
|
||||
|
||||
&btn-toggle-preview {
|
||||
@@ -37,7 +37,7 @@
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
|
||||
@media only screen and (max-width: $width-screen-sm) {
|
||||
@media only screen and (max-width: vars.$width-screen-sm) {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
@@ -48,12 +48,12 @@
|
||||
.night-mode {
|
||||
.pg-search__ {
|
||||
&wrp-result {
|
||||
border: 1px solid $rgb-border-grey--night;
|
||||
background: $rgb-bg--night;
|
||||
border: 1px solid vars.$rgb-border-grey--night;
|
||||
background: vars.$rgb-bg--night;
|
||||
}
|
||||
|
||||
&wrp-preview {
|
||||
border: 1px solid $rgb-border-grey--night;
|
||||
border: 1px solid vars.$rgb-border-grey--night;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user