aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/reactive-file.component.scss
blob: e766fd780ee05d4bc346be98be42ed1e77d9e36f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@use '_variables';
@use '_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;
  }
}