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

23 lines
250 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 {
padding-top: 46px;
}
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;
}