1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/containers/flow/FlowGrid/styles.module.scss
2025-02-07 02:42:45 +07:00

13 lines
163 B
SCSS

@import 'src/styles/variables';
.cell {
&.horizontal,
&.quadro {
grid-column-end: span 2;
}
&.vertical,
&.quadro {
grid-row-end: span 2;
}
}