Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
a15684a554
14 changed files with 85 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue