Improve the profile section a bit and add a highlight to the temp tab
This commit is contained in:
parent
c3692aa9ae
commit
15a56fa90b
9 changed files with 186 additions and 55 deletions
|
@ -196,6 +196,12 @@ $tab-label-active-bg-color: #7ac9a1;
|
|||
$tab-label-icon-bg-color: #454545;
|
||||
$tab-label-active-icon-bg-color: #ffffff;
|
||||
|
||||
// Buttons
|
||||
$button-primary-fg-color: #ffffff;
|
||||
$button-primary-bg-color: #7ac9a1;
|
||||
$button-primary-disabled-fg-color: #ffffff;
|
||||
$button-primary-disabled-bg-color: #bce4d0;
|
||||
|
||||
// unused?
|
||||
$progressbar-color: #000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue