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

@ -98,6 +98,9 @@ $_default_button_c: $button_bg;
transparentize($shadow_hard_color, 1) 50%,
transparentize($shadow_hard_color, if($variant == 'light',0.85,0.7)) );
//remove borders on all buttons...
//border-width: 0;
@if $t==normal or $t==normal-alt {
//
// normal button
@ -158,6 +161,7 @@ $_default_button_c: $button_bg;
// insensitive button
//
color: $insensitive_fg_color;
border-color: $insensitive_fg_color;
background-color: $insensitive_bg_color;
background-image: if($backimage==null, none, $backimage);
}