hr, visual improvements, increase build speed

This commit is contained in:
codecalm
2019-12-03 10:16:29 +01:00
parent bad5762311
commit 53f8f6f828
21 changed files with 52 additions and 182 deletions
+6 -1
View File
@@ -13,7 +13,7 @@ Hr text
display: flex;
align-items: center;
margin: $hr-margin-y 0;
font-size: $h6-font-size;
@include subheader;
&::after,
&::before {
@@ -23,8 +23,13 @@ Hr text
opacity: $hr-opacity;
}
&::before {
margin-right: .5rem;
}
&::after {
content: "";
margin-left: .5rem;
}
> *:first-child {