lbry-desktop/ui/scss/component/_file-selector.scss

24 lines
317 B
SCSS
Raw Normal View History

.form-field--file,
.form-field--directory {
width: 100%;
}
2017-10-02 21:04:21 -06:00
.file-selector {
display: flex;
}
2017-05-12 06:15:59 -04:00
.file-selector__choose-button {
2017-10-02 21:04:21 -06:00
font-family: inherit;
2017-10-02 22:08:25 -06:00
line-height: 0;
color: inherit;
2017-10-02 21:04:21 -06:00
margin-right: 16px;
2017-05-12 06:15:59 -04:00
}
.file-selector__path {
font-size: 14px;
flex-grow: 2;
.input-copyable {
width: 100%;
}
2017-05-12 06:15:59 -04:00
}