Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 086a16edda2..171f070d776 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -4,6 +4,12 @@ html {
&.touch .tooltip {
display: none !important;
}
+
+ @include media-breakpoint-up(sm) {
+ &.logged-out-marketing-header {
+ --header-height: 72px;
+ }
+ }
}
body {
@@ -197,9 +203,3 @@ body {
padding-right: 0;
}
}
-
-@include media-breakpoint-up(sm) {
- .logged-out-marketing-header {
- --header-height: 72px;
- }
-}