Removed unused styles + added drawerContent style

This commit is contained in:
Andrey Okonetchnikov 2016-09-16 15:01:02 +02:00
parent cc80ef4a29
commit 2fada62fff

View File

@ -1,27 +1,10 @@
.header { .layout .navDrawer .drawerContent {
display: flex; padding-top: 54px;
align-items: center;
background-color: #272e30;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
height: 54px;
border-bottom: 2px solid #3ab7a5;
position: fixed;
width: 100%;
z-index: 999;
} }
.nav {
.homeLink { display: block;
display: inline-block; padding: 1rem;
padding: .5em;
color: #fff;
} }
.actions {}
.findBar {
flex: 1;
}
.main { .main {
padding-top: 54px; padding-top: 54px;
} }