Create basic layout of the Agent's sidebar menu.

This commit is contained in:
Arpad Csanyi
2016-02-17 09:50:54 +01:00
parent f112d898b8
commit f913cbe947
3 changed files with 66 additions and 15 deletions

38
app.css
View File

@@ -7,7 +7,8 @@
}
#sidebar-menu ul {
padding-left: 15px;
padding: 0;
margin: 0;
}
#sidebar-menu ul li {
@@ -15,6 +16,36 @@
padding: 0;
}
.sidebar__level-1, .sidebar__level-2 {
padding-left: 15px;
}
.sidebar__level-2 {
margin-left: 15px;
}
.sidebar__level-1 {
background-color: #ccc;
font-size: 2rem;
line-height: 3rem;
margin-top: 2rem;
}
.menu--top .sidebar__level-1:first-child {
margin: 0;
}
.menu--bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.menu--bottom .sidebar__level-1 {
background-color: transparent;
}
#main-content {
margin-left: 250px;
}
@@ -62,6 +93,11 @@
max-width: 100%;
}
.owl-carousel {
max-width: 991px;
margin: auto;
}
.owl-carousel .item img {
display: block;
width: 100%;