|
|
@ -146,6 +146,11 @@ $dashboard-banner-chart-axis-font-color: $dashboard-stats-item-value-color !defa |
|
|
|
width: 750px; |
|
|
|
width: 750px; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(lg) { |
|
|
|
|
|
|
|
margin-top: 15px; |
|
|
|
|
|
|
|
width: 550px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) { |
|
|
|
@include media-breakpoint-down(md) { |
|
|
|
border-top-right-radius: 10px; |
|
|
|
border-top-right-radius: 10px; |
|
|
|
height: auto; |
|
|
|
height: auto; |
|
|
@ -157,10 +162,6 @@ $dashboard-banner-chart-axis-font-color: $dashboard-stats-item-value-color !defa |
|
|
|
box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2); |
|
|
|
box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(lg) { |
|
|
|
|
|
|
|
margin-top: 15px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
@ -189,6 +190,11 @@ $dashboard-banner-chart-axis-font-color: $dashboard-stats-item-value-color !defa |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 1fr 1fr 1fr 1fr; |
|
|
|
grid-template-columns: 1fr 1fr 1fr 1fr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(lg) { |
|
|
|
|
|
|
|
grid-template-columns: 1fr 1fr; |
|
|
|
|
|
|
|
row-gap: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) { |
|
|
|
@include media-breakpoint-down(md) { |
|
|
|
grid-template-columns: 1fr; |
|
|
|
grid-template-columns: 1fr; |
|
|
|
row-gap: 20px; |
|
|
|
row-gap: 20px; |
|
|
|