mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18:00:13 +01:00
23 lines
306 B
SCSS
23 lines
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;
|
||
|
|
}
|