debug css

This commit is contained in:
sarah garcin
2015-05-06 15:04:39 +02:00
parent e4885c3a5d
commit 1313e1f0e2
7 changed files with 926 additions and 631 deletions

View File

@@ -65,6 +65,9 @@ $retina: (
*{
box-sizing: content-box;
&:before, &:after{
box-sizing: content-box;
}
}
html, body{
@@ -93,6 +96,23 @@ input[type="checkbox"] + label{
margin:0;
}
p{
font-family: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
margin-bottom: inherit;
}
a{
font-size: inherit;
}
.column, .columns {
padding: inherit;
float: inherit;
}
$rootminwidth : 320px;
/** NIVEAU 0 */
@@ -131,7 +151,7 @@ $header-z-index:1000;
html.no-touch .editmenu-enabled &{ @include mt(80px); }
html.no-touch .admin-menu &{ @include mt(85px); }
}
@media #{$medium-only}{
@media #{$small-only}{
>.region{@include pt(5px); @include pb(5px);}
} //change this
z-index:999;