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