Commit some missing files

This commit is contained in:
James Brooks
2014-12-30 14:18:02 +00:00
parent 6740833cb6
commit 3d872730da
4 changed files with 14 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
$base-background-color: #f1f1f1;
$base-font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
$base-font-weight: 300;
$base-font-weight: 400;
$base-letter-spacing: 0.08em;
$base-font-size: 16px;
$base-font-size: 14px;
$base-line-height: 1.42857143;
$base-link-color: #ffffff;
$base-link-hover-color: #e9e9e9;

View File

@@ -4561,13 +4561,15 @@ input.form-control {
body.dashboard {
font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 300;
font-size: 16px;
font-weight: 400;
font-size: 14px;
letter-spacing: 0.08em;
display: table;
width: 100%;
height: 100%;
table-layout: fixed; }
table-layout: fixed;
-webkit-font-smoothing: antialiased;
line-height: 1.42857; }
body.dashboard .wrapper {
width: 100%;

View File

@@ -4561,13 +4561,15 @@ input.form-control {
body.dashboard {
font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 300;
font-size: 16px;
font-weight: 400;
font-size: 14px;
letter-spacing: 0.08em;
display: table;
width: 100%;
height: 100%;
table-layout: fixed; }
table-layout: fixed;
-webkit-font-smoothing: antialiased;
line-height: 1.42857; }
body.dashboard .wrapper {
width: 100%;

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-729d9f2f.css",
"css/all.css": "css/all-f9e4f3a6.css",
"js/all.js": "js/all-4554a981.js"
}