mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-11 12:45:18 +00:00
Updated theme and also a few other things
This commit is contained in:
parent
407b2d2dc1
commit
f028ad9caa
10 changed files with 317 additions and 317 deletions
|
|
@ -29,13 +29,13 @@
|
|||
|
||||
infobar {
|
||||
|
||||
@include infobar(desaturate(invert($selected_bg_color), 30%));
|
||||
@include infobar(mix($hint_bg, $selected_bg_color, 50%));
|
||||
|
||||
|
||||
&.info {@include infobar($hint_bg);}
|
||||
&.info {@include infobar(mix($hint_bg, $success_color, 50%));}
|
||||
&.question {@include infobar($hint_bg);}
|
||||
&.warning {@include infobar($warning_color);}
|
||||
&.error {@include infobar($error_color)}
|
||||
&.error {@include infobar(mix($error_color,$bg_color,30%))}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue