Added feather icons to the sidebar

This commit is contained in:
booploops 2022-01-06 18:55:05 -08:00
parent cba4a71b87
commit e58a8b166c
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;
@ -3715,6 +3715,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 {