update text styles

This commit is contained in:
Pat Dryburgh
2018-07-31 07:57:25 -07:00
parent 0a49e0f018
commit b1370dbf36
9 changed files with 110 additions and 21 deletions

View File

@ -1,4 +1,8 @@
@mixin divider {
content: "\0FC0 \27A4";
content: "";
display: block;
width: 152px;
height: 12px;
margin: 1em auto 0;
background-image: url('/assets/images/divider.svg');
}