aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/reactive-file.component.scss
blob: f8db1aa25adf76303d4f519da09d15098e3335fc (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' as *;
@use '_mixins' as *;

.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;
  }
}