mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-22 22:45:23 +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;
|
|
}
|