Change placeholder color and change font weight in active item of nav
This commit is contained in:
parent
201ff990c0
commit
2882ccde4e
|
@ -5,7 +5,7 @@
|
|||
|
||||
@dark-color: #000000;
|
||||
@grey-color: #2C2C2C;
|
||||
@placeholder-color: #8E8E8E;
|
||||
@placeholder-color: #6e6e6e;
|
||||
@disable-color: #B3B3B3;
|
||||
@muted-color: #EAEAEA;
|
||||
@light-grey-color: #6E6E6E;
|
||||
|
|
|
@ -2,20 +2,20 @@
|
|||
|
||||
@nav-default-item-color: @global-color;
|
||||
@nav-default-item-hover-color: @global-link-hover-color;
|
||||
@nav-default-item-active-font-weight: 600;
|
||||
@nav-default-item-active-font-weight: 700;
|
||||
@nav-default-header-color: @global-secondary-background;
|
||||
@nav-default-sublist-item-color: @nav-default-item-color;
|
||||
@nav-default-sublist-item-hover-color: @nav-default-item-hover-color;
|
||||
@nav-default-sublist-item-active-font-weight: @nav-default-item-active-font-weight;
|
||||
@nav-default-sublist-item-active-font-weight: 600;
|
||||
|
||||
@nav-primary-item-font-weight: 600;
|
||||
@nav-primary-item-font-weight: 700;
|
||||
@nav-primary-item-color: @global-color;
|
||||
@nav-primary-item-hover-color: @global-secondary-background;
|
||||
@nav-primary-item-active-color: @global-secondary-background;
|
||||
@nav-primary-header-color: @global-secondary-background;
|
||||
@nav-primary-sublist-item-color: @nav-primary-item-color;
|
||||
@nav-primary-sublist-item-hover-color: @nav-primary-item-hover-color;
|
||||
@nav-primary-sublist-item-active-font-weight: @nav-primary-item-font-weight;
|
||||
@nav-primary-sublist-item-active-font-weight: 600;
|
||||
|
||||
@nav-item-padding-horizontal: 30px;
|
||||
@nav-sublist-padding-vertical: 10px;
|
||||
|
|
Loading…
Reference in New Issue