updating to 4.0
New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
This commit is contained in:
9
scss/_charts.scss
Normal file
9
scss/_charts.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
// Area Chart
|
||||
.chart-area {
|
||||
position: relative;
|
||||
height: 10rem;
|
||||
width: 100%;
|
||||
@include media-breakpoint-up(md) {
|
||||
height: 20rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user