aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-13 13:36:35 +0200
committerChocobozzz <me@florianbigard.com>2022-06-13 13:43:25 +0200
commit22f375f37d0455e5945f62659c580ef430c36601 (patch)
tree86897c7c12c25548319fb9e76010c0cd1dda1da2 /client/src/app/shared/shared-forms
parent3bf57a01f80df2133bb706dcbc8d15609388f0a5 (diff)
downloadPeerTube-22f375f37d0455e5945f62659c580ef430c36601.tar.gz
PeerTube-22f375f37d0455e5945f62659c580ef430c36601.tar.zst
PeerTube-22f375f37d0455e5945f62659c580ef430c36601.zip
Remove unused global css
Diffstat (limited to 'client/src/app/shared/shared-forms')
-rw-r--r--client/src/app/shared/shared-forms/input-text.component.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-forms/input-text.component.scss b/client/src/app/shared/shared-forms/input-text.component.scss
index 253793196..8baeec21d 100644
--- a/client/src/app/shared/shared-forms/input-text.component.scss
+++ b/client/src/app/shared/shared-forms/input-text.component.scss
@@ -8,9 +8,9 @@ input {
8} 8}
9 9
10.btn { 10.btn {
11 font-size: 15px;
12
13 @include button-with-icon(18px); 11 @include button-with-icon(18px);
12
13 font-size: 15px;
14} 14}
15 15
16.copy-text { 16.copy-text {