Ben Alpert
2016-04-10 20:32:24 -07:00
parent a33fa4fd64
commit 965b8a6164
9 changed files with 68 additions and 18 deletions

View File

@@ -352,25 +352,23 @@
position: relative;
}
.overline {
.overline .overline-line,
.underline .underline-line {
width: 100%;
.overline-line {
width: 100%;
&:before {
border-bottom-style: solid;
border-bottom-width: 1px;
content: "";
display: block;
}
&:before {
border-bottom-style: solid;
border-bottom-width: 1px;
content: "";
display: block;
}
&:after {
border-bottom-style: solid;
border-bottom-width: 0.04em;
content: "";
display: block;
margin-top: -1px;
}
&:after {
border-bottom-style: solid;
border-bottom-width: 0.04em;
content: "";
display: block;
margin-top: -1px;
}
}