mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
13 lines
163 B
SCSS
13 lines
163 B
SCSS
@import 'src/styles/variables';
|
|
|
|
.cell {
|
|
&.horizontal,
|
|
&.quadro {
|
|
grid-column-end: span 2;
|
|
}
|
|
|
|
&.vertical,
|
|
&.quadro {
|
|
grid-row-end: span 2;
|
|
}
|
|
}
|