[develop | DONE | ADDED] add new css rules for banner customization
This commit is contained in:
parent
3158f9ec0c
commit
9b68a23c71
|
@ -7,7 +7,9 @@
|
|||
@banner-tab-margin-vertical: @global-small-margin;
|
||||
@banner-tab-divider: @global-border-width solid @global-border;
|
||||
@banner-tab-divider-height: @global-line-height;
|
||||
@banner-tab-item-color: @global-link-color;
|
||||
@banner-tab-item-hover-color: @global-secondary-background;
|
||||
@banner-tab-item-hover-decoration: none;
|
||||
@banner-tab-item-active-color: @banner-tab-item-hover-color;
|
||||
@banner-tab-item-active-indicator: @global-background;
|
||||
|
||||
|
@ -63,10 +65,12 @@
|
|||
a:extend(.uk-text-truncate) {
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
color: @banner-tab-item-color;
|
||||
}
|
||||
|
||||
&:hover a {
|
||||
color: @banner-tab-item-hover-color;
|
||||
text-decoration: @banner-tab-item-hover-decoration;
|
||||
}
|
||||
|
||||
&.uk-active a {
|
||||
|
|
Loading…
Reference in New Issue