51 lines
801 B
SCSS
51 lines
801 B
SCSS
.admin-menu-container {
|
|
.bottom-space {
|
|
justify-content: center;
|
|
padding-top: 30px;
|
|
|
|
.col-lg-2 {
|
|
width: 390px;
|
|
}
|
|
}
|
|
|
|
.index-stats {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap;
|
|
|
|
.well {
|
|
cursor: pointer;
|
|
width: 100%;
|
|
|
|
.fc {
|
|
height: 63px;
|
|
width: 63px;
|
|
|
|
svg {
|
|
width: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.menu-title {
|
|
a {
|
|
font-weight: bold;
|
|
color: #434a54;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 1199px) {
|
|
.admin-menu-container {
|
|
.index-stats {
|
|
justify-content: center;
|
|
|
|
.col-lg-2:last-child {
|
|
width: 777px;
|
|
max-width: 777px;
|
|
}
|
|
}
|
|
}
|
|
}
|