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-03 05:04:21 +02:00
.file-selector {
display: flex;
}
2017-05-12 12:15:59 +02:00
.file-selector__choose-button {
2017-10-03 05:04:21 +02:00
font-family: inherit;
2017-10-03 06:08:25 +02:00
line-height: 0;
color: inherit;
2017-10-03 05:04:21 +02:00
margin-right: 16px;
2017-05-12 12:15:59 +02:00
}
.file-selector__path {
font-size: 14px;
flex-grow: 2;
.input-copyable {
width: 100%;
}
2017-05-12 12:15:59 +02:00
}