aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
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
parent3bf57a01f80df2133bb706dcbc8d15609388f0a5 (diff)
downloadPeerTube-22f375f37d0455e5945f62659c580ef430c36601.tar.gz
PeerTube-22f375f37d0455e5945f62659c580ef430c36601.tar.zst
PeerTube-22f375f37d0455e5945f62659c580ef430c36601.zip
Remove unused global css
Diffstat (limited to 'client')
-rw-r--r--client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss4
-rw-r--r--client/src/app/shared/shared-forms/input-text.component.scss4
-rw-r--r--client/src/sass/application.scss9
3 files changed, 6 insertions, 11 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 {
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 58e77adac..893afdd2b 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -202,15 +202,6 @@ table {
202 } 202 }
203} 203}
204 204
205.dropdown-item {
206 @include dropdown-with-icon-item;
207
208 my-global-icon {
209 width: 22px;
210 height: 22px;
211 }
212}
213
214my-global-icon[iconName=external-link] { 205my-global-icon[iconName=external-link] {
215 margin: 0 3px; 206 margin: 0 3px;
216 width: 13px; 207 width: 13px;