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

14 lines
181 B
SCSS
Raw Normal View History

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;
margin-right: 16px;
padding: 0 16px;
2017-05-12 12:15:59 +02:00
}
.file-selector__path {
font-size: 14px;
}