New layout

This commit is contained in:
Joseph Cohen
2014-12-29 10:15:25 -06:00
parent 9fb5931fe6
commit b164d07ac1
28 changed files with 499 additions and 870 deletions

View File

@@ -4,14 +4,13 @@ body.dashboard {
vertical-align: top;
width: $sidebar-normal-width;
background: $sidebar-background-color;
@include box-shadow($sidebar-border-shadow);
position: relative;
z-index: 100;
.sidebar-inner {
position: relative;
margin-top: 69px;
.profile {
padding: 20px;
margin-bottom: 20px;
@@ -26,6 +25,10 @@ body.dashboard {
color: $sidebar-text-color;
}
}
.quick-add-incident {
@extend text-center;
padding: 10px;
}
ul {
clear: both;
margin: 0;
@@ -33,7 +36,7 @@ body.dashboard {
list-style: none;
li {
font-size: 0.8em;
font-size: $sidebar-text-size;
&:last-child {
border-bottom: $sidebar-border-color;
}
@@ -49,7 +52,11 @@ body.dashboard {
border-top: $sidebar-border-color;
color: $sidebar-text-color;
i {
padding-right: 10px;
font-size: 18px;
min-width: 17px;
text-align: center;
position: relative;
top: 1px;
}
&:hover {
text-decoration: none;