aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/reactive-file.component.scss
blob: a23b28147fae5f925eb590d610690f9285e3b149 (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
@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;
  }
}