Merge remote-tracking branch 'origin/master' into improve-less-formatting

This commit is contained in:
Jana Deutschländer 2019-04-11 15:20:52 +02:00
commit 84a0ae34e4
5 changed files with 183 additions and 5 deletions

View file

@ -3,7 +3,7 @@
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Col Grid */
/* col grid */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.make-grid(xs);
@ -13,6 +13,9 @@
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* font sizing */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media @screen_min-xxs {
html {
font-size: 100%; //16px
@ -58,7 +61,9 @@
}
}
/* + + + + + z-indices + + + + + */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* z-indices */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media screen {
.nav-direct p {
z-index: 1000; // keyboard-navigation overlays always on top
@ -120,7 +125,12 @@
z-index: 200; // mobile sidebar above all except nav-direct
}
}
/* + + + + + end of z-indices + + + + + */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* screen sizing */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
// >= 1024
@media @screen_min-md {
.content .row > .col-xs-12 {
@ -222,6 +232,7 @@
}
}
// > 1024
@media @screen_md-lg {
.wide-content.showSidebar {
.content {