Better UX for bank account balances

This commit is contained in:
2021-01-30 08:38:30 -08:00
parent 776f38ddd6
commit 650cf37fa1
8 changed files with 50 additions and 36 deletions

View File

@@ -507,7 +507,7 @@ a.box:active {
}
.button:active, .button.is-active {
border-color: #4a4a4a;
color: #363636;
color: #009cea;
}
.button.is-text {
background-color: transparent;
@@ -5897,7 +5897,7 @@ body.has-spaced-navbar-fixed-bottom {
}
.panel-tabs a.is-active {
border-bottom-color: #4a4a4a;
color: #363636;
color: #009cea;
}
.panel-list a {
@@ -5927,7 +5927,7 @@ body.has-spaced-navbar-fixed-bottom {
}
.panel-block.is-active {
border-left-color: #009cea;
color: #363636;
color: #009cea;
}
.panel-block.is-active .panel-icon {
color: #009cea;

File diff suppressed because one or more lines are too long

View File

@@ -46,6 +46,7 @@ $success: #209b1c;
$danger: #ff0303;
$warning: #f48017;
$custom-colors: ("primary-two": (#209b1c));
$link-active: $link;
// Set your brand colors
// Update Bulma's global variables