discourse/app/assets/stylesheets/common/components/file-size-input.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
191 B
SCSS
Raw Normal View History

.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;
}
}