mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Finished templating. Now it's only a matter of adding more themes!
This commit is contained in:
parent
837eb5922f
commit
2c3647c2f2
17 changed files with 199 additions and 96 deletions
|
|
@ -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); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue