schlechtenburg/packages/docs/lib/ExampleEditor.scss

18 lines
238 B
SCSS
Raw Normal View History

2022-03-17 17:59:51 +00:00
.example-editor {
display: flex;
flex-direction: column;
&--title {
display: flex;
justify-content: space-between;
align-items: center;
}
&--mode { }
&--sb {
display: flex;
flex-direction: column;
}
}