update test for pie-clearfix
This commit is contained in:
parent
6ca90dccc3
commit
a6a80221ee
@ -15,3 +15,12 @@
|
||||
visibility: hidden; }
|
||||
.pie-clearfix {
|
||||
display: block; }
|
||||
|
||||
.simplified-pie-clearfix {
|
||||
display: inline-block; }
|
||||
.simplified-pie-clearfix:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
.simplified-pie-clearfix {
|
||||
display: block; }
|
||||
|
@ -12,6 +12,13 @@
|
||||
overflow: hidden;
|
||||
visibility: hidden; }
|
||||
|
||||
.simple-pie-clearfix {
|
||||
*zoom: 1; }
|
||||
.simple-pie-clearfix:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
|
||||
p.light {
|
||||
background-color: #b0201e;
|
||||
color: black; }
|
||||
|
@ -7,5 +7,8 @@ $default-has-layout-approach: block;
|
||||
}
|
||||
|
||||
.pie-clearfix {
|
||||
@include legacy-pie-clearfix;
|
||||
}
|
||||
.simplified-pie-clearfix {
|
||||
@include pie-clearfix;
|
||||
}
|
||||
|
@ -5,6 +5,9 @@
|
||||
}
|
||||
|
||||
.pie-clearfix {
|
||||
@include legacy-pie-clearfix;
|
||||
}
|
||||
.simple-pie-clearfix {
|
||||
@include pie-clearfix;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user