Don't use tabs for now
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user