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:
47
scss/includes/list.scss
Normal file
47
scss/includes/list.scss
Normal file
@@ -0,0 +1,47 @@
|
||||
@import "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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input.lst__ {
|
||||
&search {
|
||||
padding-left: 23px;
|
||||
}
|
||||
|
||||
&search--no-border-h {
|
||||
border-radius: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user