Stop custom fonts overriding status page
This commit is contained in:
@@ -25,7 +25,7 @@ $screen-md-min: "(min-width: 992px)";
|
|||||||
$screen-md-max: "(max-width: 1199px)";
|
$screen-md-max: "(max-width: 1199px)";
|
||||||
$screen-lg-min: "(min-width: 1200px)";
|
$screen-lg-min: "(min-width: 1200px)";
|
||||||
|
|
||||||
body {
|
body.dashboard {
|
||||||
font-family: $base-font-family;
|
font-family: $base-font-family;
|
||||||
font-weight: $base-font-weight;
|
font-weight: $base-font-weight;
|
||||||
letter-spacing: $base-letter-spacing;
|
letter-spacing: $base-letter-spacing;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
html, body {
|
html, body {
|
||||||
height: 100%; }
|
height: 100%; }
|
||||||
|
|
||||||
body {
|
body.dashboard {
|
||||||
font-family: "Helvetica Neue", Helvetica, "Open Sans", sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "Open Sans", sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
html, body {
|
html, body {
|
||||||
height: 100%; }
|
height: 100%; }
|
||||||
|
|
||||||
body {
|
body.dashboard {
|
||||||
font-family: "Helvetica Neue", Helvetica, "Open Sans", sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "Open Sans", sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"css/all.css": "css/all-cbe603dd.css",
|
"css/all.css": "css/all-5d1bb07a.css",
|
||||||
"js/all.js": "js/all-86e91591.js"
|
"js/all.js": "js/all-86e91591.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user