mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
61 lines
830 B
SCSS
61 lines
830 B
SCSS
@use "../vars/vars";
|
|
|
|
.lst__ {
|
|
&wrp-search-glass {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 2px;
|
|
left: 6px;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
&wrp-search-visible {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 6px;
|
|
bottom: 0;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
&caret {
|
|
&--active {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
vertical-align: middle;
|
|
border-top: 4px dashed;
|
|
border-right: 4px solid transparent;
|
|
border-left: 4px solid transparent;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
&--reverse {
|
|
transform: rotate(180deg);
|
|
}
|
|
}
|
|
|
|
&is-exporting-image {
|
|
.btn-name-pronounce,
|
|
.btn-stats-name {
|
|
display: none !important;
|
|
}
|
|
|
|
.lst-is-exporting-image {
|
|
&__hidden {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
input.lst__ {
|
|
&search {
|
|
padding-left: 23px;
|
|
}
|
|
|
|
&search--no-border-h {
|
|
border-radius: 0;
|
|
border-right: 0;
|
|
}
|
|
}
|