Finished templating. Now it's only a matter of adding more themes!

This commit is contained in:
Eudaimon 2022-07-14 12:22:58 +02:00
parent 837eb5922f
commit 2c3647c2f2
17 changed files with 199 additions and 96 deletions

View file

@ -3183,16 +3183,20 @@ scale {
min-height: 18px;
min-width: 18px;
margin: -9px;
@include button(normal-alt, $edge: $shadow_color);
//@include button(normal-alt, $edge: $shadow_color);
@include button(normal);
border: 1px solid darken($alt_borders_color, 3%);
//border: 1px solid darken($alt_borders_color, 3%);
border-width: 1px;
border-style: solid;
border-radius: 100%;
transition: $button_transition;
transition-property: background, border, box-shadow;
&:hover { @include button(hover-alt, $edge: $shadow_color); }
//&:hover { @include button(hover-alt, $edge: $shadow_color); }
&:hover { @include button(hover); }
&:active { border-color: $progress_border_color; }
&:active { border-color: $selected_bg_color; }
&:disabled { @include button(insensitive); }