10 lines
119 B
SCSS
10 lines
119 B
SCSS
@use '../../shared/styles/flex';
|
|
|
|
.row {
|
|
display: flex;
|
|
|
|
> * {
|
|
@include flex.simple-cell($gutter: 12px);
|
|
}
|
|
}
|