ngx-admin/src/app/pages/dashboard/dashboard.scss
2016-04-21 20:34:07 +03:00

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;
}