Create basic layout of the Agent's sidebar menu.
This commit is contained in:
38
app.css
38
app.css
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user