diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-13 13:36:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-13 13:43:25 +0200 |
commit | 22f375f37d0455e5945f62659c580ef430c36601 (patch) | |
tree | 86897c7c12c25548319fb9e76010c0cd1dda1da2 /client/src/app | |
parent | 3bf57a01f80df2133bb706dcbc8d15609388f0a5 (diff) | |
download | PeerTube-22f375f37d0455e5945f62659c580ef430c36601.tar.gz PeerTube-22f375f37d0455e5945f62659c580ef430c36601.tar.zst PeerTube-22f375f37d0455e5945f62659c580ef430c36601.zip |
Remove unused global css
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss | 4 | ||||
-rw-r--r-- | client/src/app/shared/shared-forms/input-text.component.scss | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss index a50a2bb0e..7fd9f057e 100644 --- a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss +++ b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss | |||
@@ -44,3 +44,7 @@ my-actor-avatar { | |||
44 | right: 45px; | 44 | right: 45px; |
45 | border-radius: 50%; | 45 | border-radius: 50%; |
46 | } | 46 | } |
47 | |||
48 | .dropdown-item { | ||
49 | @include dropdown-with-icon-item; | ||
50 | } | ||
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 { |