New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
10 lines
144 B
SCSS
10 lines
144 B
SCSS
// Area Chart
|
|
.chart-area {
|
|
position: relative;
|
|
height: 10rem;
|
|
width: 100%;
|
|
@include media-breakpoint-up(md) {
|
|
height: 20rem;
|
|
}
|
|
}
|