Files
freeplanet/src/layouts/drawer/drawer.scss
Paolo Arena 527da316da - fix Header and Drawer Right
- fix Drawer Menu Left
- add icon on the Header
- fix lang if is different language: set to English.
2019-03-14 21:09:41 +01:00

51 lines
550 B
SCSS

.background-red {
background-color: red;
padding: 2px;
}
.fixed-bottom {
margin-bottom: 1%;
}
.fixed-bottom a img {
width: 25px;
height: 25px;
}
#avatar {
padding: 20px;
}
#profile {
height: 130px;
background-color: #009688;
}
#user-name {
left: 90px;
bottom: 77px;
position: relative;
width: 159px;
}
#user-actions {
//left: 90px;
//bottom: 40px;
//position: relative;
//width: 171px;
}
#menu-collapse {
margin-top: 5%;
}
.fixed-left:hover {
cursor: ew-resize;
}
footer {
small {
color: red;
}
}