]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-forms/reactive-file.component.scss
Add reset button for file inputs in studio page
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / reactive-file.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
40e87e9e
C
3
4.root {
5 height: auto;
6 display: flex;
7 align-items: center;
8
9 .button-file {
10 @include peertube-button-file(auto);
7b992a86 11 @include grey-button;
40e87e9e 12
7b992a86
C
13 &.with-icon {
14 @include button-with-icon;
15 }
40e87e9e
C
16 }
17
18 .filename {
27bc9586
C
19 @include margin-left(5px);
20
40e87e9e 21 font-weight: $font-semibold;
40e87e9e 22 }
a2c5cd4a
C
23
24 .reset-button {
25 @include peertube-button;
26 @include grey-button;
27
28 font-size: 80%;
29 margin-left: 5px;
30 line-height: initial;
31 padding: 2px 5px;
32 height: auto;
33 }
40e87e9e 34}