scrive
Version:
ERROR: No README.md file found!
75 lines (58 loc) • 1.04 kB
CSS
.dashboard {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: flex-start;
width: 1200px;
max-width: 100%;
margin-left: auto;
margin-right: auto; }
#dash-aside {
background-color: black;
color: #fff;
width: 25%; }
.header-container {
width: 100%; }
.footer-container {
width: 100%; }
.clickable {
cursor: pointer; }
.side-menu.ng-enter {
animation: fadeInLeft 1s; }
.side-menu.ng-leave {
animation: fadeOutLeft 1s; }
.side-menu-table {
min-width: 25%;
font-weight: lighter;
}
#dash-content {
width: 75%; }
.current-user-img {
border-radius: 50%;
width: 50px;
background: #eaeaea;
height: 50px; }
.side-menu-user-row.clickable:hover {
background-color: #5DA906;
}
.side-menu-user-row {
height: 50px;
}
.logo {
margin-left: 10px;
}
@media screen and (max-width: 870px) {
.side-menu {
display: none;
}
}
#homeimg {
margin-left: 5px;
}
#viewacct {
font-size: 0.8em;
}
p {
letter-spacing: 1px;
}
/*# sourceMappingURL=dashboard.css.map */