Simplify lined-heading CSS

pull/647/merge
Thibaut Courouble 8 years ago
parent 01afa80686
commit ab875eec39

@ -144,18 +144,14 @@
._lined-heading, ._lined-heading,
%lined-heading { %lined-heading {
display: flex; display: flex;
justify-content: center;
align-items: center; align-items: center;
> * { margin: 0 .3125rem; } > * { margin: 0 .3125rem; }
&:after { &:after {
content: ''; content: '';
display: inline-block;
vertical-align: middle;
flex-grow: 1; flex-grow: 1;
height: 1px; height: 1px;
line-height: 0;
margin-top: .25rem; margin-top: .25rem;
margin-left: 1rem; margin-left: 1rem;
background: $boxBorderLight; background: $boxBorderLight;

Loading…
Cancel
Save