schlechtenburg/packages/core/lib/components/user/Layout/style.scss

17 lines
182 B
SCSS
Raw Normal View History

2020-05-20 14:21:08 +00:00
.sb-layout {
display: flex;
2020-05-27 13:57:57 +00:00
flex-basis: 100%;
2020-05-20 14:21:08 +00:00
&_vertical {
flex-direction: column;
}
&_horizontal {
flex-direction: row;
}
2020-05-27 13:57:57 +00:00
> * {
flex-basis: 100%;
}
2020-05-20 14:21:08 +00:00
}