Removed unnecessary nesting from _base.scss
This commit is contained in:
parent
a416802a89
commit
664206608d
|
@ -177,13 +177,10 @@ pre {
|
||||||
/**
|
/**
|
||||||
* Clearfix
|
* Clearfix
|
||||||
*/
|
*/
|
||||||
%clearfix {
|
%clearfix:after {
|
||||||
|
content: "";
|
||||||
&:after {
|
display: table;
|
||||||
content: "";
|
clear: both;
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -191,16 +188,13 @@ pre {
|
||||||
/**
|
/**
|
||||||
* Icons
|
* Icons
|
||||||
*/
|
*/
|
||||||
.icon {
|
.icon > svg {
|
||||||
|
display: inline-block;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
> svg {
|
path {
|
||||||
display: inline-block;
|
fill: $grey-color;
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
vertical-align: middle;
|
|
||||||
|
|
||||||
path {
|
|
||||||
fill: $grey-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue