1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00

renew TopBar

This commit is contained in:
Rokt33r
2016-05-14 19:01:32 +09:00
parent c59638aaae
commit be20c2c800
7 changed files with 233 additions and 359 deletions

View File

@@ -1,8 +1,13 @@
$brand-color = #2BAC8F
$brand-color = #6AA5E9
$danger-color = red
$danger-lighten-color = #FFE5E6
// Layouts
$statusBar-height = 24px
$sideNav-width = 200px
$sideNav--folded-width = 44px
// UI default
$ui-text-color = #515151
$ui-inactive-text-color = #939395
@@ -13,10 +18,11 @@ $ui-border = solid 1px $ui-borderColor
// UI Button
$ui-button-color = #939395
$ui-button--hover-backgroundColor = rgba(126, 127, 129, 0.08)
$ui-button--active-color = #515151
$ui-button--active-backgroundColor = alpha(#E0E0E0, 90%)
$ui-button--active-color = white
$ui-button--active-backgroundColor = #6AA5E9
// UI Tooltip
$ui-tooltip-text-color = white
$ui-tooltip-backgroundColor = alpha(#444, 70%)
$ui-tooltip-button-backgroundColor = #D1D1D1
$ui-tooltip-button--hover-backgroundColor = lighten(#D1D1D1, 30%)