2017-10-11 20:52:34 -06:00
|
|
|
.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;
|
2017-10-11 20:52:34 -06:00
|
|
|
flex-grow: 2;
|
|
|
|
.input-copyable {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-05-12 06:15:59 -04:00
|
|
|
}
|