diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 85ec40c..41b1ead 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -66,8 +66,6 @@ @media only screen and (min-width: 993px) { .gd-footer-banner-links .gd-footer-banner-links-item { padding: 80px 40px; - margin: 0; - max-width: none; } } @@ -76,10 +74,5 @@ margin: 32px 0 24px; line-height: 24px; } - - .gd-footer-buttons { - justify-content: flex-start; - padding: 0; - } } } diff --git a/assets/scss/dark-theme/header.scss b/assets/scss/dark-theme/header.scss index 0ebb05a..19d92f9 100644 --- a/assets/scss/dark-theme/header.scss +++ b/assets/scss/dark-theme/header.scss @@ -76,7 +76,7 @@ .form-control, .td-search-input { color: $color-white !important; - background: $color-marlin-black !important; + background-color: $color-marlin-black !important; border-color: transparent !important; box-shadow: none !important; diff --git a/assets/scss/dark-theme/menu.scss b/assets/scss/dark-theme/menu.scss index a97181f..0a5c1a6 100644 --- a/assets/scss/dark-theme/menu.scss +++ b/assets/scss/dark-theme/menu.scss @@ -8,6 +8,10 @@ background: $color-black; color: $color-mist-gray; + &__mobile-icon::before { + filter: brightness(0) invert(1); + } + &-section + &-section { border-top-color: $color-gunpowder-gray; } diff --git a/assets/scss/header.scss b/assets/scss/header.scss index 868a726..a4438c6 100644 --- a/assets/scss/header.scss +++ b/assets/scss/header.scss @@ -108,6 +108,7 @@ &__left { display: flex; + height: 100%; } &__right { @@ -121,6 +122,14 @@ } } + &__logo { + + &, + svg { + height: 100%; + } + } + &__title { display: none; font-size: 14px;