Files
5etools-mirror-2.github.io/scss/includes/list.scss
TheGiddyLimit 99cb60d804 v1.206.0
2024-04-23 23:14:25 +01:00

61 lines
822 B
SCSS

@use "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;
}
}