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.
sqm-dashboards/app/assets/stylesheets/sqm_application.scss

31 lines
458 B

$spacer: 0.5rem;
$spacers: (
0: 0,
1: ($spacer * .25),
2: ($spacer * .5),
3: $spacer,
4: ($spacer * 2),
5: ($spacer * 3),
6: ($spacer * 4),
7: ($spacer * 5),
);
@import "bootstrap";
@import "reset";
@import "fonts";
@import "colors";
@import "borders";
@import "dashboard";
.height-56 {
height: 56px;
}
.card {
@extend .bg-color-white;
@extend .p-5;
border-radius: 8px;
box-shadow: 0 0 6px rgba($black, 0.25);
}