Files
CHIEFSOFT\ameye 346346573f first commit
2024-01-25 13:06:29 -05:00

31 lines
621 B
SCSS

//
// _dashboard.scss
//
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
width: 32px;
height: 32px;
display: inline-block;
vertical-align: middle;
}
.dash-avatar {
height: 40px;
width: 40px;
}
.widget-responsive-fullscreen {
@media (min-width: 1200px) and (max-width: 1440px) {
.col-xxl-9 {
width: 100%;
}
.col-xxl-3 {
width: 33.33%;
&:first-child {
-webkit-box-ordinal-group: 7!important;
-ms-flex-order: 6!important;
order: 6!important;
}
}
}
}