sqm-dashboards/app/assets/stylesheets/flex.scss
2021-09-22 08:44:54 -04:00

25 lines
251 B
SCSS

.fdr {
display: flex;
flex-direction: row;
}
.fdc {
display: flex;
flex-direction: column;
}
.fjc {
justify-content: center;
}
.fjb {
justify-content: space-between;
}
.fjl {
justify-content: left;
}
.fac {
align-items: center;
}