Files
gitlabhq/app/assets/stylesheets/framework/layout.scss
T
Jacob SchatzandRémy Coutable 6e46c56b12 Merge branch 'css-shorthand' into 'master'
Follow the CSS Style Guide rules for using shorthand where possible.

Fixes violations of the Shorthand rule. All of these were done manually and I reviewed each change to verify, so they should all be right.

Discussed in #14299.

cc: @jschatz1 

See merge request !3313
2016-03-22 12:32:46 +01:00

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