client/src/app/shared/shared-forms/reactive-file.component.scss
@use '_variables' as *;
@use '_mixins' as *;
.root {
height: auto;
display: flex;
align-items: center;
.button-file {
@include peertube-button-file(auto);
&.with-icon {
@include button-with-icon;
}
}
.filename {
font-weight: $font-semibold;
@include margin-left(5px);
}
}