improve navigation active color; fix calendar dropdown initialization
This commit is contained in:
@@ -37,7 +37,7 @@ $event-themes: (
|
||||
|
||||
@each $name, $color in $event-themes {
|
||||
|
||||
@debug "event theme - divider offset:";
|
||||
//@debug "event theme - divider offset:";
|
||||
|
||||
.event-theme-normal-#{$name} {
|
||||
.event-bar{
|
||||
|
||||
22
customer/app/src/styles/fit-navbar.theme.scss
Normal file
22
customer/app/src/styles/fit-navbar.theme.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
$navbar-color: $primary;
|
||||
.fit-navbar .navbar-nav > .nav-item > .nav-link:hover, .fit-navbar .navbar-nav > .nav-item > .nav-link:focus {
|
||||
color: $navbar-color !important;
|
||||
}
|
||||
|
||||
.fit-navbar .navbar-nav > .nav-item.active > a {
|
||||
color: $navbar-color !important;
|
||||
}
|
||||
|
||||
.fit-navbar .navbar-nav > .nav-item.active > a:after {
|
||||
opacity: 1;
|
||||
background: $navbar-color !important;
|
||||
}
|
||||
|
||||
.fit-navbar .navbar-nav > .nav-item.active > a {
|
||||
color: $navbar-color !important;
|
||||
}
|
||||
|
||||
.fit-navbar .navbar-nav > .nav-item.active > a:after {
|
||||
opacity: 1;
|
||||
background: $navbar-color !important;
|
||||
}
|
||||
Reference in New Issue
Block a user