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

30 lines
381 B
SCSS
Raw Normal View History

html {
overflow-y: scroll;
&.touch .tooltip { display: none !important; }
2015-12-02 09:04:29 -05:00
}
2015-01-14 21:42:25 -05:00
2015-12-02 09:04:29 -05:00
body {
&.navless {
background-color: white !important;
}
}
.container {
padding-top: 0;
z-index: 5;
}
.container .content {
margin: 0 0;
}
2015-01-14 21:42:25 -05:00
.navless-container {
margin-top: $header-height;
padding-top: $gl-padding * 2;
2015-01-14 21:42:25 -05:00
}
.container-limited {
max-width: $fixed-layout-width;
}