2014-09-02 18:07:02 +05:30
|
|
|
html {
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
|
|
|
&.touch .tooltip { display: none !important; }
|
2015-12-23 02:04:40 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
&.navless {
|
|
|
|
background-color: white !important;
|
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 {
|
2016-06-02 11:05:42 +05:30
|
|
|
margin: 0;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
.navless-container {
|
2015-12-23 02:04:40 +05:30
|
|
|
margin-top: $header-height;
|
|
|
|
padding-top: $gl-padding * 2;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2015-09-25 12:07:36 +05:30
|
|
|
|
|
|
|
.container-limited {
|
|
|
|
max-width: $fixed-layout-width;
|
|
|
|
}
|