mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-30 22:28:50 +01:00
23 lines
No EOL
306 B
SCSS
23 lines
No EOL
306 B
SCSS
@media screen and (min-width: 1620px) {
|
|
.row.shift-up {
|
|
> div {
|
|
margin-top: -573px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 1620px) {
|
|
.panel.feed-panel.large-panel {
|
|
height: 824px;
|
|
}
|
|
}
|
|
|
|
.user-stats-panel {
|
|
.panel-title {
|
|
padding: 0 0 15px;
|
|
}
|
|
}
|
|
|
|
.blurCalendar{
|
|
height: 475px;
|
|
} |