This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

47
scss/includes/list.scss Normal file
View 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;
}
}