2014-01-10 07:14:55 -05:00
|
|
|
html {
|
|
|
|
overflow-y: scroll;
|
2014-01-22 21:07:01 -05:00
|
|
|
|
|
|
|
&.touch .tooltip { display: none !important; }
|
2015-12-02 09:04:29 -05:00
|
|
|
}
|
2015-01-14 21:42:25 -05:00
|
|
|
|
2015-12-02 09:04:29 -05:00
|
|
|
body {
|
2015-12-03 12:51:44 -05:00
|
|
|
&.navless {
|
|
|
|
background-color: white !important;
|
|
|
|
}
|
2014-01-10 07:14:55 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
padding-top: 0;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container .content {
|
2016-03-18 17:18:00 -04:00
|
|
|
margin: 0;
|
2014-01-10 07:14:55 -05:00
|
|
|
}
|
2015-01-14 20:22:36 -05:00
|
|
|
|
2015-01-14 21:42:25 -05:00
|
|
|
.navless-container {
|
2015-12-03 12:51:44 -05:00
|
|
|
margin-top: $header-height;
|
|
|
|
padding-top: $gl-padding * 2;
|
2015-01-14 21:42:25 -05:00
|
|
|
}
|
2015-08-26 05:51:28 -04:00
|
|
|
|
|
|
|
.container-limited {
|
|
|
|
max-width: $fixed-layout-width;
|
|
|
|
}
|