.sb-layout {
display: flex;
flex-basis: 100%;
&_vertical {
flex-direction: column;
}
&_horizontal {
flex-direction: row;
> * {