Updated navigation styles for icons

• Updated:
- navigation styles for icons
This commit is contained in:
mgabdev 2020-08-19 17:36:25 -05:00
parent 8a096e1f52
commit 62bbeb9afc
1 changed files with 3 additions and 0 deletions

View File

@ -996,10 +996,12 @@ pre {
.fillNavigation {
fill: var(--navigation_primary);
color: var(--navigation_primary);
}
.fillNavigationBlend {
fill: var(--navigation_blend);
color: var(--navigation_blend);
}
.colorNavigation {
@ -1008,6 +1010,7 @@ pre {
.fillNavigationBrand {
fill: var(--navigation_brand);
color: var(--navigation_brand);
}
.searchNavigation {