Started on dashboard content area

This commit is contained in:
Elliot Hesp
2014-12-04 21:56:54 +00:00
parent a74d99c426
commit 70e95f6123
8 changed files with 111 additions and 5 deletions

View File

@@ -1,4 +1,24 @@
body.dashboard {
.content {
.row {
margin: 10px 0;
}
.header {
background: #ffffff;
padding: 14px;
width: 100%;
height: 50px;
font-size: 18px;
i {
padding-right: 10px;
}
input, button, .btn {
position: relative;
top: -4px;
}
input {
width: 20%;
}
}
}
}