mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-19 16:38:41 +00:00
19 lines
186 B
Plaintext
19 lines
186 B
Plaintext
.layout {
|
|
display: flex;
|
|
|
|
&.vertical {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
&.horizontal {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
}
|
|
}
|
|
|
|
.flex1 {
|
|
flex: 1;
|
|
}
|