]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove unused global css
authorChocobozzz <me@florianbigard.com>
Mon, 13 Jun 2022 11:36:35 +0000 (13:36 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 13 Jun 2022 11:43:25 +0000 (13:43 +0200)
client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss
client/src/app/shared/shared-forms/input-text.component.scss
client/src/sass/application.scss

index a50a2bb0e57a872b2846e736cc395e57091126b7..7fd9f057ee97e256e0c2b9242d8fbb2f8b3fb8f2 100644 (file)
@@ -44,3 +44,7 @@ my-actor-avatar {
   right: 45px;
   border-radius: 50%;
 }
+
+.dropdown-item {
+  @include dropdown-with-icon-item;
+}
index 253793196780618c41f7bde38988410e2508b741..8baeec21d1b41880e85b69b7ca40efa179de5fed 100644 (file)
@@ -8,9 +8,9 @@ input {
 }
 
 .btn {
-  font-size: 15px;
-
   @include button-with-icon(18px);
+
+  font-size: 15px;
 }
 
 .copy-text {
index 58e77adace1d7641e253db2d697146ccb09ff5ea..893afdd2b03988c9425dffe61953fdc4879721b6 100644 (file)
@@ -202,15 +202,6 @@ table {
   }
 }
 
-.dropdown-item {
-  @include dropdown-with-icon-item;
-
-  my-global-icon {
-    width: 22px;
-    height: 22px;
-  }
-}
-
 my-global-icon[iconName=external-link] {
   margin: 0 3px;
   width: 13px;