blob: a23b28147fae5f925eb590d610690f9285e3b149 (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
.root {
height: auto;
display: flex;
align-items: center;
.button-file {
@include peertube-button-file(auto);
@include grey-button;
&.with-icon {
@include button-with-icon;
}
}
.filename {
@include margin-left(5px);
font-weight: $font-semibold;
}
}
|