PeerTube/client/src/app/shared/shared-forms/reactive-file.component.scss

24 lines
343 B
SCSS
Raw Normal View History

2021-05-27 18:25:00 +02:00
@use '_variables' as *;
@use '_mixins' as *;
2018-07-12 19:02:00 +02:00
.root {
height: auto;
display: flex;
align-items: center;
.button-file {
@include peertube-button-file(auto);
2019-05-17 10:45:53 +02:00
@include grey-button;
2018-07-12 19:02:00 +02:00
2019-05-17 10:45:53 +02:00
&.with-icon {
@include button-with-icon;
}
2018-07-12 19:02:00 +02:00
}
.filename {
2021-06-07 17:38:31 +02:00
@include margin-left(5px);
2018-07-12 19:02:00 +02:00
font-weight: $font-semibold;
}
}