update
This commit is contained in:
parent
bb101fb24f
commit
c67f6e83ca
2 changed files with 2 additions and 2 deletions
|
@ -1467,7 +1467,7 @@ actionbar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.background headerbar {
|
headerbar {
|
||||||
min-height: $headerbar_size;
|
min-height: $headerbar_size;
|
||||||
padding: 0 $container_padding + 10px;
|
padding: 0 $container_padding + 10px;
|
||||||
color: $header_fg;
|
color: $header_fg;
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
|
|
||||||
@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
|
@mixin button($t, $actionb_bg: red, $actionb_fg: green) {
|
||||||
//
|
//
|
||||||
// Button drawing function
|
// Button drawing function
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue