gitlab-org--gitlab-foss/app/assets/stylesheets/framework/layout.scss
connorshea 5a1572a426 Follow the CSS Style Guide rules for using shorthand where possible.
Fixes violations of Shorthand.

Discussed in #14299.

[ci skip]
2016-03-18 15:24:13 -06:00

29 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;
}