]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/reactive-file.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / reactive-file.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .root {
5 height: auto;
6 display: flex;
7 align-items: center;
8
9 .button-file {
10 @include peertube-button-file(auto);
11 @include grey-button;
12
13 &.with-icon {
14 @include button-with-icon;
15 }
16 }
17
18 .filename {
19 @include margin-left(5px);
20
21 font-weight: $font-semibold;
22 }
23 }