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

24 lines
371 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 "fonts";
@import "colors";
@import "borders";
@import "flex";
@import "dashboard";
.height-56 {
height: 56px;
}