debian-mirror-gitlab/app/assets/stylesheets/framework/layout.scss

28 lines
358 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
html {
overflow-y: scroll;
&.touch .tooltip { display: none !important; }
2015-04-26 12:48:37 +05:30
body {
2015-09-11 14:41:01 +05:30
padding-top: $header-height;
2015-10-24 18:46:33 +05:30
text-rendering: geometricPrecision;
2015-04-26 12:48:37 +05:30
}
2014-09-02 18:07:02 +05:30
}
.container {
padding-top: 0;
z-index: 5;
}
.container .content {
margin: 0 0;
}
2015-04-26 12:48:37 +05:30
.navless-container {
margin-top: 30px;
}
2015-09-25 12:07:36 +05:30
.container-limited {
max-width: $fixed-layout-width;
}