18 lines
238 B
SCSS
18 lines
238 B
SCSS
|
.example-editor {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
&--title {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
&--mode { }
|
||
|
|
||
|
&--sb {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
}
|