debug css
This commit is contained in:
@@ -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;
|
||||
|
@@ -852,14 +852,14 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
&.active{cursor:normal;}
|
||||
.inner{display:none;@include fs10; }
|
||||
}
|
||||
@media #{$medium-only}{
|
||||
@media #{$small-only}{
|
||||
.viewmode-link{ display:block; &:not(.active){display:none;} }
|
||||
}
|
||||
@media #{$small-only}{
|
||||
html.no-touch &:hover, &.hovered{ .viewmode-link.viewmode-cardsmall, .viewmode-link.viewmode-cardmedium{display:block;} }
|
||||
|
||||
}
|
||||
@media #{$medium-only}{
|
||||
@media #{$small-only}{
|
||||
html.no-touch &:hover, &.hovered{ .viewmode-link.viewmode-cardsmall, .viewmode-link.viewmode-cardmedium, .viewmode-link.viewmode-cardbig{display:block;} }
|
||||
}
|
||||
}
|
||||
@@ -894,6 +894,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
padding: 4px 5px; height:25px;
|
||||
@include fs12; line-height:1;
|
||||
background-position: 100% 5px;
|
||||
width:105%;
|
||||
&.throbbing { background-position: 100% -15px; }
|
||||
}
|
||||
|
||||
@@ -1916,6 +1917,7 @@ body.page-node-11187{
|
||||
&.flocon{ .get-link{ background-color: #69CDCF; } }
|
||||
&.etoile { .get-link{ background-color: #D476AE; } }
|
||||
&.cinqetoiles { .get-link{ background-color: #E6DE1C; } }
|
||||
&.ecole-de-neige{float: none};
|
||||
// &.ecole-de-neige { .list-neige{min-height:80px;} }
|
||||
} // end div.column div.column-demi
|
||||
|
||||
|
Reference in New Issue
Block a user