Don't use tabs for now

This commit is contained in:
James Brooks
2014-12-13 13:30:44 +00:00
parent 437f4dbe36
commit 76d007b6c4
12 changed files with 111 additions and 185 deletions

View File

@@ -9,13 +9,13 @@ body.dashboard {
margin: 10px 0;
}
.header {
background: #ffffff;
background: darken(#ffffff, 8%);
padding: 14px;
width: 100%;
height: 50px;
font-size: 18px;
font-size: 1.2em;
i {
padding-right: 10px;
// padding-right: 10px;
}
input, button, .btn {
position: relative;
@@ -25,5 +25,9 @@ body.dashboard {
width: 20%;
}
}
h3 {
margin-top: 0;
}
}
}

View File

@@ -1,4 +1,4 @@
$base-background-color: #f5f5f5;
$base-background-color: #ffffff;
$base-font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
$base-font-weight: 300;