Merge pull request #33 from cosmocode/improve-less-formatting
Improve less formatting
This commit is contained in:
commit
e8647cb75c
51 changed files with 298 additions and 378 deletions
|
@ -1,14 +1,10 @@
|
|||
/**
|
||||
* This file provides styles for the general layout structure.
|
||||
*
|
||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* Col Grid */
|
||||
/* col grid */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
|
||||
.make-grid(xs);
|
||||
|
||||
@media screen {
|
||||
|
@ -17,6 +13,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* font sizing */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
@media @screen_min-xxs {
|
||||
html {
|
||||
font-size: 100%; //16px
|
||||
|
@ -62,7 +61,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* + + + + + z-indices + + + + + */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* z-indices */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
@media screen {
|
||||
.nav-direct p {
|
||||
z-index: 1000; // keyboard-navigation overlays always on top
|
||||
|
@ -124,8 +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 {
|
||||
|
@ -226,7 +231,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// > 1024
|
||||
@media @screen_md-lg {
|
||||
.wide-content.showSidebar {
|
||||
.content {
|
||||
|
@ -237,7 +242,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media @screen_max-md {
|
||||
.container {
|
||||
margin: 0 1.25rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue