lbry-desktop/ui/scss/component/_file-selector.scss
btzr-io e18ba31988 file selector cleanup - fix #656
add readonly style

minor css fixes
2017-10-11 20:52:34 -06:00

24 lines
317 B
SCSS

.form-field--file,
.form-field--directory {
width: 100%;
}
.file-selector {
display: flex;
}
.file-selector__choose-button {
font-family: inherit;
line-height: 0;
color: inherit;
margin-right: 16px;
}
.file-selector__path {
font-size: 14px;
flex-grow: 2;
.input-copyable {
width: 100%;
}
}