mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:34:08 +08:00
16 lines
191 B
SCSS
16 lines
191 B
SCSS
|
.file-size-picker {
|
||
|
display: flex;
|
||
|
|
||
|
.file-size-input {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.file-size-unit-selector {
|
||
|
flex: 0 0 8em;
|
||
|
}
|
||
|
|
||
|
.select-kit .select-kit-header {
|
||
|
border-left: 0;
|
||
|
}
|
||
|
}
|