Better UX for bank account balances
This commit is contained in:
6
resources/public/css/bulma.min.css
vendored
6
resources/public/css/bulma.min.css
vendored
@@ -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
1
resources/sass/bulma.scss
vendored
1
resources/sass/bulma.scss
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user