This commit is contained in:
vapormusic 2022-01-07 10:23:30 +07:00
commit a15684a554
14 changed files with 85 additions and 14 deletions

View file

@ -682,7 +682,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
border: 1px solid transparent;
border-radius: 6px;
background: transparent;
color: white;
color: #eee;
transition: transform .1s;
text-align: left;
@ -3766,6 +3766,19 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
/* Cider */
// sidebar icon
.sidebar-icon {
width: 18px;
height: 18px;
margin-right: 8px;
>svg {
width: 100%;
height: 100%;
color: #aaa;
}
}
// Modular
.modular-fs {
.app-drawer {