This commit is contained in:
Graham Campbell
2015-01-02 13:05:31 +00:00
parent 110ae5060d
commit ecc60ff46a
18 changed files with 175 additions and 175 deletions

View File

@@ -1,12 +1,12 @@
body.dashboard {
font-family: $base-font-family;
font-weight: $base-font-weight;
font-size: $base-font-size;
letter-spacing: $base-letter-spacing;
display: table;
width: 100%;
height: 100%;
table-layout: fixed;
font-family: $base-font-family;
font-weight: $base-font-weight;
font-size: $base-font-size;
letter-spacing: $base-letter-spacing;
display: table;
width: 100%;
height: 100%;
table-layout: fixed;
-webkit-font-smoothing: antialiased;
line-height: $base-line-height;
}