up
This commit is contained in:
@@ -346,7 +346,7 @@ a {
|
||||
}
|
||||
}
|
||||
.content-holder {
|
||||
padding: 16px 0 16px 16px;
|
||||
padding: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -766,6 +766,9 @@ a {
|
||||
.icon-view {
|
||||
background-position: -180px -82px;
|
||||
}
|
||||
.icon-feature {
|
||||
background-position: -255px -82px;
|
||||
}
|
||||
}
|
||||
.home-report-holder {
|
||||
display: none;
|
||||
@@ -799,3 +802,24 @@ a {
|
||||
font-size: 28px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 675px) {
|
||||
.admin-menu-container {
|
||||
display: none;
|
||||
}
|
||||
.admin-content-container {
|
||||
width: 100%;
|
||||
.content-holder {
|
||||
padding: 10px;
|
||||
}
|
||||
.item-stat {
|
||||
grid-column: span 2 / span 2;
|
||||
}
|
||||
.item-chart {
|
||||
grid-column: span 4 / span 4;
|
||||
}
|
||||
}
|
||||
.admin-header-right {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user