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 {
|
||||||
|
|
||||||
&:after {
|
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -191,9 +188,7 @@ pre {
|
||||||
/**
|
/**
|
||||||
* Icons
|
* Icons
|
||||||
*/
|
*/
|
||||||
.icon {
|
.icon > svg {
|
||||||
|
|
||||||
> svg {
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
@ -202,5 +197,4 @@ pre {
|
||||||
path {
|
path {
|
||||||
fill: $grey-color;
|
fill: $grey-color;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue