14 lines
198 B
SCSS
14 lines
198 B
SCSS
.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;
|
|
}
|