wrap the hotkeys component to allow templating :art:
[oweals/peertube.git] / client / src / app / shared / forms / reactive-file.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .root {
5   height: auto;
6   display: flex;
7   align-items: center;
8
9   .button-file {
10     @include peertube-button-file(auto);
11
12     min-width: 190px;
13   }
14
15   .file-constraints {
16     margin-left: 5px;
17     font-size: 13px;
18   }
19
20   .filename {
21     font-weight: $font-semibold;
22     margin-left: 5px;
23   }
24 }