You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
533 B
34 lines
533 B
@import "bootstrap-overrides";
|
|
@import "bootstrap";
|
|
@import "clear-margin-padding";
|
|
@import "fonts";
|
|
@import "colors";
|
|
@import "fonts";
|
|
@import "borders";
|
|
@import "dashboard";
|
|
@import "buttons";
|
|
@import "scss/fontawesome.scss" ;
|
|
@import "scss/solid.scss";
|
|
|
|
.height-56 {
|
|
height: 56px;
|
|
}
|
|
|
|
.card {
|
|
@extend .bg-color-white;
|
|
@extend .p-5;
|
|
border-radius: 8px;
|
|
box-shadow: 0 0 6px rgba($black, 0.25);
|
|
}
|
|
|
|
.section {
|
|
@extend .mt-5;
|
|
@extend .bg-color-white;
|
|
@extend .p-7;
|
|
}
|
|
|
|
.gauge-graph-lg {
|
|
width: 468px;
|
|
height: auto;
|
|
}
|