mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
25 lines
251 B
SCSS
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;
|
|
}
|