aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/reactive-file.component.scss
blob: d89844264d84187cb984969fe05532d55e1a8dbb (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
24
@import '_variables';
@import '_mixins';

.root {
  height: auto;
  display: flex;
  align-items: center;

  .button-file {
    @include peertube-button-file(auto);

    min-width: 190px;
  }

  .file-constraints {
    margin-left: 5px;
    font-size: 13px;
  }

  .filename {
    font-weight: $font-semibold;
    margin-left: 5px;
  }
}