mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
23 lines
317 B
SCSS
23 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%;
|
|
}
|
|
}
|