gitlab-org--gitlab-foss/app/assets/stylesheets/framework/layout.scss

30 lines
379 B
SCSS

html {
overflow-y: scroll;
&.touch .tooltip { display: none !important; }
}
body {
&.navless {
background-color: white !important;
}
}
.container {
padding-top: 0;
z-index: 5;
}
.container .content {
margin: 0;
}
.navless-container {
margin-top: $header-height;
padding-top: $gl-padding * 2;
}
.container-limited {
max-width: $fixed-layout-width;
}