aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/reactive-file.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/forms/reactive-file.component.scss')
-rw-r--r--client/src/app/shared/forms/reactive-file.component.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/client/src/app/shared/forms/reactive-file.component.scss b/client/src/app/shared/forms/reactive-file.component.scss
deleted file mode 100644
index 84c23c1d6..000000000
--- a/client/src/app/shared/forms/reactive-file.component.scss
+++ /dev/null
@@ -1,22 +0,0 @@
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 @include grey-button;
12
13 &.with-icon {
14 @include button-with-icon;
15 }
16 }
17
18 .filename {
19 font-weight: $font-semibold;
20 margin-left: 5px;
21 }
22}