scss: apply new nav item's transformation variable to themes

This commit is contained in:
Serghei Mihai 2022-12-14 12:12:10 +01:00 committed by Gitea
parent 86e6b6a835
commit a366ad7d35
131 changed files with 76 additions and 96 deletions

View File

@ -56,7 +56,6 @@ div.gru-nav {
display: flex;
justify-content: flex-end;
> li a {
text-transform: uppercase;
@media ($min-desktop-viewport) {
padding-bottom: 1.5rem;
}
@ -86,7 +85,7 @@ div.gru-nav {
}
}
div.gru-nav > ul, .pwa-navigation div > ul {
.pwa-navigation div > ul {
> li a {
text-transform: uppercase;
}

View File

@ -27,6 +27,7 @@ $nav-item-selected-mode: bottom-border;
$nav-item-hover: $nav-item-selected-mode;
$nav-active-color: $red;
$nav-item-selected-border: 3px solid $nav-active-color;
$nav-item-transform: uppercase;
$nav-menu-color: $primary-color;
$nav-border-color: transparent;
$nav-mobile-menu-item-hover-background: transparent;

View File

@ -275,7 +275,6 @@ div.gru-nav > ul {
}
div.gru-nav > ul > li a {
padding: $nav-item-padding;
text-transform: uppercase;
@media ($max-mobile-viewport) {
padding-top: 0.5em;
padding-bottom: 0.5em;

View File

@ -61,6 +61,7 @@ $nav-submenu-background: white;
$nav-item-selected-color: $nav-active-color;
$nav-item-selected-background: none;
$nav-item-hover-color: $nav-active-color;
$nav-item-transform: uppercase;
$responsive-menu: left-to-right; // custom right-to-left adaptation
$nav-mobile-menu-background: white;
$nav-after-image: false;

View File

@ -71,7 +71,6 @@ div#header {
div.gru-nav ul li a {
font-size: $nav-font-size;
text-transform: uppercase;
font-weight: normal;
}

View File

@ -38,6 +38,7 @@ $nav-full-width-background: false;
$nav-height: 50px;
$nav-submenu-background: $blue;
$nav-item-hover-background: $dark-blue;
$nav-item-transform: uppercase;
$nav-mobile-item-color: black;
$nav-mobile-item-hover-background: $dark-blue;
$nav-mobile-item-hover-color: white;

View File

@ -46,14 +46,12 @@ div#header {
div.gru-nav {
> ul > li a {
font-weight: normal;
text-transform: uppercase;
}
@media ($min-desktop-viewport) {
display: flex;
justify-content: center;
> ul > li a {
font-weight: normal;
text-transform: uppercase;
font-size: $fz-small;
}
}

View File

@ -41,6 +41,7 @@ $nav-mobile-menu-background: $blue-dark;
$nav-mobile-menu-item-color: white;
$nav-mobile-menu-item-hover-background: $blue-dark;
$nav-mobile-menu-item-hover-color: white;
$nav-items-transform: uppercase;
$title-color: $blue;
$title-background: transparent;

View File

@ -129,7 +129,6 @@ header {
padding-right: 15px;
font-weight: 500;
text-align: center;
text-transform: uppercase;
font-size: 19px;
transition: none;
border-bottom: 4px solid transparent;

View File

@ -30,6 +30,7 @@ $nav-item-selected-border: 4px solid transparent;
$nav-item-hover-background: transparent;
$nav-item-hover-color: $nav-item-selected-color;
$nav-item-hover-border: 4px solid $primary-color;
$nav-item-transform: uppercase;
$footer-background: #e0e0e0;
$footer-color: black;

View File

@ -46,9 +46,6 @@ div#nav {
& > ul {
margin-top: 0;
margin-bottom: 0;
a {
text-transform: uppercase;
}
}
}

View File

@ -13,6 +13,7 @@ $nav-active-color: $primary-color;
$nav-submenu-background: #f1f1f1;
$nav-submenu-color: #222;
$nav-item-selected-mode: bottom-border;
$nav-item-transform: uppercase;
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;

View File

@ -17,7 +17,6 @@ div#nav {
position: absolute;
top: 2rem;
left: 40%;
text-transform: uppercase;
z-index: 100;
}

View File

@ -22,6 +22,7 @@ $nav-menu-color: $second-blue;
$nav-active-color: $second-blue;
$nav-item-hover-color: $blue-grey;
$nav-item-selected-background: transparent;
$nav-item-transform: uppercase;
$nav-mobile-mode: hidden;
$nav-after-image: false;

View File

@ -114,7 +114,6 @@ div#nav {
}
div.gru-nav > ul > li a {
text-transform: uppercase;
font-weight: 600;
}

View File

@ -19,6 +19,7 @@ $nav-item-selected-background: $nav-background;
$nav-item-selected-color: white;
$nav-item-hover-background: $nav-background;
$nav-item-hover-color: white;
$nav-item-transform: uppercase;
$nav-submenu-background: $nav-background;
$nav-submenu-color: $nav-color;
$nav-button-background: $red;

View File

@ -103,7 +103,6 @@ div#nav {
}
div.gru-nav > ul > li a {
text-transform: uppercase;
font-weight: 600;
}

View File

@ -16,6 +16,7 @@ $nav-item-selected-background: $nav-background;
$nav-item-selected-color: black;
$nav-item-hover-background: $nav-background;
$nav-item-hover-color: black;
$nav-item-transform: uppercase;
$nav-submenu-background: $nav-background;
$nav-submenu-color: $nav-color;
$nav-button-background: white;

View File

@ -66,7 +66,6 @@ div#nav {
text-align: right;
padding-right: 1rem;
border-bottom: 1px solid #aaa;
text-transform: uppercase;
z-index: 10;
margin-top: 0;
& > ul {

View File

@ -12,6 +12,7 @@ $link-color: $blue;
$nav-background: #f4f2e6;
$nav-active-color: $primary-color;
$nav-item-selected-mode: bottom-border;
$nav-item-transform: uppercase;
$nav-submenu-color: $font-color;
$nav-after-image-height: 300px;
$nav-item-selected-border: 4px solid $blue;

View File

@ -166,7 +166,6 @@ a#publik-portal-agent {
div#nav {
font-size: 16px;
max-width: none;
text-transform: uppercase;
@include fixed-header;

View File

@ -41,6 +41,7 @@ $nav-item-selected-mode: bottom-border;
$nav-submenu-color: $font-color;
$nav-after-image-height: 300px;
$nav-item-selected-border: 4px solid $primary-color;
$nav-item-transform: uppercase;
$cell-border: none;
$cell-image-position: top;

View File

@ -36,7 +36,6 @@ div#nav {
ul {
li a {
line-height: 300%;
text-transform: uppercase;
}
margin-top: 0px;
margin-bottom: 0px;

View File

@ -17,6 +17,7 @@ $nav-item-selected-color: $primary-color;
$nav-item-selected-background: white;
$nav-item-hover-color: $primary-color-focus;
$nav-item-hover-background: white;
$nav-item-transform: uppercase;
$button-color: white;
$button-background: $primary-color;

View File

@ -45,7 +45,6 @@ div#nav {
margin-top: 0;
margin-bottom: 0;
a {
text-transform: uppercase;
font-weight: normal;
}
}

View File

@ -10,6 +10,7 @@ $nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-submenu-color: $primary-color;
$nav-full-width-background: true;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;

View File

@ -132,7 +132,6 @@ div.gru-nav > ul {
li {
a {
text-transform: uppercase;
font-weight: 600;
}
}

View File

@ -32,6 +32,7 @@ $nav-item-hover-background: $font-color;
$nav-item-hover-color: white;
$nav-item-selected-background: transparent;
$nav-item-selected-color: $nav-active-color;
$nav-item-transform: uppercase;
$responsive-menu: left-to-right;
$nav-menu-side: $topLinks_height;

View File

@ -41,10 +41,6 @@ body {
}
}
.site-nav {
text-transform: uppercase;
}
footer {
div.textcell a {
color: $footer-color;

View File

@ -10,6 +10,7 @@ $nav-background: #f9f9f9;
$nav-color: $font-color;
$nav-submenu-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-transform: uppercase;
$button-background: #219bd3;
$title-background: #219bd3;
$title-color: white;

View File

@ -58,7 +58,6 @@ div#nav {
> span {
display: table-cell;
vertical-align: middle;
text-transform: uppercase;
}
}
&:first-child {

View File

@ -22,6 +22,7 @@ $nav-background: transparent;
$nav-active-color: $primary-color;
$nav-item-hover-background: #ffffff;
$nav-item-hover-color: $primary-color;
$nav-item-transform: uppercase;
$nav-color: #ffffff;
$nav-mobile-menu-background: $primary-color;

View File

@ -52,9 +52,6 @@ div#header-wrapper {
border-top: 1px solid transparent;
border-bottom: 1px solid #DADADA;
margin-bottom: 10px;
#nav > ul > li > a {
text-transform: uppercase;
}
}
#content div.cell.textcell.no-bottom,

View File

@ -16,6 +16,7 @@ $nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-mode: bottom-border;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;

View File

@ -66,7 +66,6 @@ body {
}
div.gru-nav > ul > li a {
font-weight: normal;
text-transform: uppercase;
}
@media screen and ($max-mobile-viewport) {
div.gru-nav-wrapper {

View File

@ -33,6 +33,7 @@ $nav-color: $lightblue;
$nav-active-color: #333;
$nav-item-selected-background: transparent;
$nav-item-selected-color: $nav-active-color;
$nav-item-transform: uppercase;
$nav-submenu-color: $nav-color;
$border-radius: 0;
$button-background: $logoblue;

View File

@ -90,7 +90,6 @@ body {
width: 84.5%;
float: left;
margin: 0;
text-transform: uppercase;
background: $tertiary-color;
}

View File

@ -20,6 +20,7 @@ $nav-item-hover-color: white;
$nav-item-selected-background: $primary-color;
$nav-item-selected-color: white;
$nav-item-transform: uppercase;
$nav-submenu-background: $tertiary-color;
$nav-submenu-color: $font-color;
@ -58,4 +59,4 @@ $wcs-step-color: #333;
$wcs-step-current-color: #333;
$wcs-step-current-marker-color: #fff;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-marker-size: 2.5em;
$wcs-step-marker-size: 2.5em;

View File

@ -135,7 +135,6 @@ body.has-picture .site-nav::after {
div.gru-nav > ul > li a {
font-weight: normal;
text-transform: uppercase;
}
div.drafts-recall a,

View File

@ -11,6 +11,7 @@ $nav-background: #747474;
$nav-color: white;
$nav-active-color: $green;
$nav-mobile-bottom-bar-background: $nav-background;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $green;

View File

@ -27,7 +27,6 @@ div#header {
div#nav {
margin-top: 0;
text-align: center;
text-transform: uppercase;
& > ul {
margin-top: 0;
}

View File

@ -11,6 +11,7 @@ $nav-background: white;
$nav-color: $font-color;
$nav-submenu-color: $font-color;
$nav-active-color: #50ae32;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;

View File

@ -196,7 +196,6 @@ div.gru-nav {
}
}
ul a {
text-transform: uppercase;
position: relative;
}
> ul {

View File

@ -22,6 +22,7 @@ $nav-mobile-bottom-bar-color: #3d424a;
$nav-mobile-bottom-bar-item-selected-background: #879B35;
$nav-mobile-bottom-bar-item-hover-background: #879B35;
$nav-after-image-height: 0;
$nav-item-transform: uppercase;
$widget-background: $primary-color;
$widget-border: 0;

View File

@ -133,7 +133,6 @@ div.gru-nav li > a {
div.gru-nav > ul > li a {
font-weight: normal;
text-transform: uppercase;
}
div.gru-nav > ul > li li a {

View File

@ -19,6 +19,7 @@ $nav-item-selected-mode: bottom-border;
$nav-item-hover-background: white;
$nav-item-hover-color: #333;
$nav-item-selected-border: 2px solid $primary-color;
$nav-item-transform: uppercase;
$nav-mobile-menu-background: white;
$border-radius: 0px;

View File

@ -38,7 +38,6 @@ div#nav {
text-align: center;
padding-top: 1px;
border-bottom: 4px solid #dbdbdb;
text-transform: uppercase;
// nav desktop only
@media (min-width: $nav-mobile-limit + 1) {

View File

@ -16,6 +16,7 @@ $nav-background: white;
$nav-color: #63636c;
$nav-active-color: $primary-color;
$nav-submenu-color: #63636c;
$nav-item-transform: uppercase;
$button-background: $nav-background;
$nav-button-background: white;

View File

@ -32,7 +32,6 @@ body.has-header-background {
}
div#nav {
text-transform: uppercase;
margin-top: 0;
& > ul {
margin-top: 0;

View File

@ -23,6 +23,7 @@ $nav-active-color: $cyan;
$nav-submenu-color: $gray;
$nav-item-selected-background: white;
$nav-item-selected-color: $nav-active-color;
$nav-item-transform: uppercase;
$nav-button-background: white;
$nav-button-color: $nav-active-color;
$nav-mobile-menu-item-color: $gray;

View File

@ -18,7 +18,6 @@
.site-nav {
background: $primary-color;
text-align: right;
text-transform: uppercase;
margin-bottom: 15px;
@media ($min-desktop-viewport) {
margin-bottom: 50px;

View File

@ -16,6 +16,7 @@ $nav-full-width-background: true;
$nav-mobile-menu-background: white;
$nav-mobile-menu-item-hover-background: white;
$nav-mobile-menu-item-hover-color: red;
$nav-item-transform: uppercase;
$toplinks-style: none;
$toplinks-padding: 15px;

View File

@ -46,7 +46,6 @@ div#nav > ul {
}
}
> li a {
text-transform: uppercase;
padding: 0.75em 15px;
}
}

View File

@ -12,6 +12,7 @@ $nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: #a3bf26;
$nav-item-hover-color: #333333;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$button-hover-background: #a3bf26;

View File

@ -169,11 +169,11 @@ div.gru-nav-wrapper {
ul {
margin: 0;
> li {
text-transform: uppercase;
li {
li a {
text-transform: none;
}
a {
text-transform: uppercase;
padding-top: .33em;
padding-bottom: .33em;
}

View File

@ -20,7 +20,6 @@
div.gru-nav > ul > li > a {
border-radius: $border-radius;
text-transform: uppercase;
padding: 2.25em 20px 0em 20px;
border-right: 1px solid black;
font-size: 120%;

View File

@ -16,6 +16,7 @@ $nav-item-selected-background: black;
$nav-item-selected-color: white;
$nav-item-hover-background: black;
$nav-item-hover-color: white;
$nav-item-transform: uppercase;
$border-radius: 2px;
$button-background: $primary-color;
$title-background: $pink;

View File

@ -123,7 +123,6 @@ div.gru-nav li > a {
div.gru-nav > ul > li a {
font-weight: normal;
text-transform: uppercase;
}
div.gru-nav > ul > li li a {

View File

@ -16,6 +16,7 @@ $nav-item-selected-mode: bottom-border;
$nav-item-hover-background: white;
$nav-item-hover-color: #333;
$nav-item-selected-border: 2px solid $red;
$nav-item-transform: uppercase;
$nav-mobile-menu-background: white;
$border-radius: 0px;

View File

@ -72,7 +72,6 @@ div#header-wrapper {
margin-left: 0;
}
a {
text-transform: uppercase;
font-size: 1.143rem;
font-weight: 600;
}

View File

@ -25,6 +25,7 @@ $nav-active-color: $primary-color;
$nav-after-image-height: 280px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-item-hover-background: $bleufonce;
$nav-item-transform: uppercase;
$title-background: transparent;
$title-color: $primary-color;

View File

@ -22,6 +22,5 @@ body {
}
div#nav > ul > li a {
text-transform: uppercase;
font-weight: normal;
}

View File

@ -7,6 +7,7 @@ $font-family: "Trebuchet MS", sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$nav-item-transform: uppercase;
$border-radius: 5px;
$button-background: $primary-color;
$title-background: #5B9532;

View File

@ -29,7 +29,6 @@ div#nav {
& > ul {
margin-top: 0;
a {
text-transform: uppercase;
font-weight: normal;
}
}

View File

@ -10,6 +10,7 @@ $nav-color: white;
$nav-active-color: #008193;
$nav-submenu-background: #005c69;
$nav-full-width-background: true;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: #eb5f27;
$button-color: white;

View File

@ -30,7 +30,6 @@
div.gru-nav > ul > li {
a {
text-transform: uppercase;
color: $nav-color;
font-weight: bold;
font-size: 0.8em;

View File

@ -23,6 +23,7 @@ $nav-item-hover-background: black;
$nav-item-hover-color: $green;
$nav-item-selected-background: white;
$nav-item-selected-color: $green;
$nav-item-transform: uppercase;
$nav-mobile-menu-background: white;
$nav-mobile-menu-item-background: transparent;
$nav-mobile-menu-item-color: $gray;

View File

@ -61,7 +61,6 @@ div.gru-nav > ul {
margin: 0;
> li a {
font-weight: normal;
text-transform: uppercase;
}
// submenu
ul a {

View File

@ -28,6 +28,7 @@ $nav-item-selected-background: transparent;
$nav-item-selected-color: $primary-color;
$nav-item-hover-color: white;
$nav-item-hover-background: $primary-color;
$nav-item-transform: uppercase;
$nav-submenu-background: $primary-color;
$nav-after-image: false;

View File

@ -19,7 +19,6 @@ div#header {
div#nav > ul > li > a {
font-weight: normal;
text-transform: uppercase;
}
div#nav > ul > li > a,

View File

@ -7,6 +7,7 @@ $font-size: 0.938em;
$nav-background: transparent;
$nav-submenu-background: rgba(240, 240, 255, 0.95);
$nav-submenu-color: #333;
$nav-item-transform: uppercase;
$nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;

View File

@ -17,7 +17,6 @@ div#header-wrapper {
div#nav {
margin-top: 0;
text-transform: uppercase;
}
div#nav > ul {

View File

@ -6,6 +6,7 @@ $font-family: sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 20%);
$nav-item-transform: uppercase;
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;

View File

@ -31,7 +31,6 @@ div.gru-nav-wrapper {
li {
a {
line-height: 3.45rem;
text-transform: uppercase;
font-size: $fz-menu;
font-weight: 500;
}

View File

@ -31,6 +31,7 @@ $nav-background: $blue;
$nav-color: white;
$nav-item-selected-background: white;
$nav-item-selected-color: $font-color;
$nav-item-transform: uppercase;
$nav-mobile-menu-background: $nav-background;
$nav-mobile-menu-item-color: $nav-color;

View File

@ -41,9 +41,6 @@ div#nav {
& > ul {
margin-top: 0;
margin-bottom: 0;
a {
text-transform: uppercase;
}
}
}

View File

@ -14,6 +14,7 @@ $nav-active-color: $primary-color;
$nav-submenu-background: white;
$nav-submenu-color: #222;
$nav-item-selected-mode: bottom-border;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;

View File

@ -40,7 +40,6 @@ body {
#nav ul {
margin-top: 0;
li a {
text-transform: uppercase;
font-weight: normal;
}
}

View File

@ -10,6 +10,7 @@ $nav-background: #d9d9d9;
$nav-color: black;
$nav-submenu-color: black;
$nav-active-color: $primary-color;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;

View File

@ -32,7 +32,6 @@ div#header-wrapper {
div#nav {
margin-top: 0;
text-transform: uppercase;
font-family: $title-font-family;
& > ul {
margin-top: 0;

View File

@ -9,6 +9,7 @@ $nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$nav-full-width-background: true;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-font-family: Raleway, sans-serif;

View File

@ -72,7 +72,6 @@
}
div#nav > ul > li a {
font-weight: normal;
text-transform: uppercase;
}
}

View File

@ -14,6 +14,7 @@ $nav-color: white;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-item-transform: uppercase;
$border-radius: 0px;
$cell-entry-color: $darkgray;

View File

@ -27,10 +27,6 @@ div#nav > ul {
font-family: 'Open Sans', sans-serif;
}
div#nav > ul > li > a {
text-transform: uppercase;
}
div#nav > ul > li:hover,
div#nav > ul > li.selected {
border-bottom: 5px solid $primary-color;

View File

@ -11,6 +11,7 @@ $nav-mobile-menu-background: $primary-color;
$nav-menu-color: white;
$nav-submenu-color: black;
$nav-item-selected-color: $nav-color;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;

View File

@ -127,7 +127,6 @@ div#header {
}
div.gru-nav {
text-transform: uppercase;
> ul {
margin: 0;
> li {

View File

@ -40,6 +40,7 @@ $nav-mobile-menu-background: $green;
$nav-after-image: false;
$nav-menu-side: 4rem;
$nav-button-bar-height: 6px;
$nav-item-transform: uppercase;
$title-background: transparent;
$title-color: $violet-dark;

View File

@ -430,7 +430,6 @@ table.announces tbody th {
div#nav {
font-size: 130%;
margin-top: 0;
text-transform: uppercase;
ul {
margin-top: 0;
}

View File

@ -21,6 +21,7 @@ $nav-item-hover-background: #95C11F;
$nav-item-hover-color: white;
$nav-item-selected-background: #515151;
$nav-item-selected-color: white;
$nav-item-transform: uppercase;
$nav-button-background: #eee;
$nav-mobile-bottom-bar-background: #EA5B0C;
$nav-mobile-bottom-bar-item-hover-background: darken(#EA5B0C, 10%);

View File

@ -22,7 +22,6 @@ body {
}
div#nav > ul > li > a {
text-transform: uppercase;
font-size: 90%;
}

View File

@ -11,6 +11,7 @@ $nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-item-transform: uppercase;
$border-radius: 2px;
$button-border-radius: 2em;
$button-background: $primary-color;

View File

@ -82,7 +82,6 @@ div.gru-nav > ul {
div.gru-nav > ul > li a {
font-weight: 400;
text-transform: uppercase;
font-size: 0.8em;
border-bottom-color: #dfdfdf;
}

View File

@ -19,6 +19,7 @@ $font-family: 'Open Sans';
$header-full-width-background: true;
$header-background-color: $header-background;
$nav-item-selected-mode: bottom-border;
$nav-item-transform: uppercase;
$nav-background: $header-background;
$nav-border-color: transparent;
$nav-color: rgba(0, 0, 0, .5);

View File

@ -14,7 +14,6 @@
div#nav {
margin-top: 0;
text-transform: uppercase;
}
div#nav > ul {

View File

@ -10,6 +10,7 @@ $nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-item-transform: uppercase;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;

View File

@ -48,7 +48,6 @@ div#header {
letter-spacing: 1px;
margin: 0 auto;
width: auto;
text-transform: uppercase;
height: 100%;
a {
line-height: 2.5em;

View File

@ -8,6 +8,7 @@ $nav-background: $secondary-color;
$nav-color: white;
$nav-active-color: $nav-background;
$nav-item-hover-background: darken($nav-background, 10%);
$anv-item-transform: uppercase;
$nav-mobile-menu-item-hover-background: $nav-background;
$nav-mobile-menu-item-hover-color: white;
$border-radius: 0;
@ -25,4 +26,4 @@ $wcs-step-background:#e6e6e6;
$wcs-step-current-color: $secondary-color;
$wcs-step-marker-color: #aaa;
$wcs-step-current-marker-background: $secondary-color;
$wcs-step-current-marker-color: white;
$wcs-step-current-marker-color: white;

View File

@ -225,7 +225,6 @@ div.gru-nav {
+ ul {
margin: 0;
text-transform: uppercase;
font-size: $fz-small;
text-align: center;
padding-bottom: 1px;

View File

@ -109,6 +109,7 @@ $nav-mobile-menu-item-color: white;
$nav-button-bar-height: 4px;
$nav-active-color: white;
$nav-item-selected-color: $font-color;
$nav-item-transform: uppercase;
$nav-mobile-bottom-bar-background: black;
$nav-mobile-bottom-bar-color: white;

View File

@ -133,7 +133,6 @@ div.gru-nav {
margin: 0;
li a {
font-weight: normal;
text-transform: uppercase;
}
}
}

Some files were not shown because too many files have changed in this diff Show More