]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-user-subscription/subscribe-button.component.scss
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-user-subscription / subscribe-button.component.scss
index f6cdc11c002cb92378a7c11b6bb4c053fec46376..897ee7799ff872066a8e5a07ddea46cd1a958c6f 100644 (file)
@@ -8,8 +8,8 @@
   float: right;
   padding: 0;
 
-  > .btn,
-  > .dropdown > .dropdown-toggle {
+  > .btn,
+  > .dropdown > .dropdown-toggle {
     font-size: 15px;
   }
 
@@ -20,7 +20,7 @@
   &.big {
     height: 35px;
 
-    > button:first-child {
+    > button:first-child {
       width: max-content;
       min-width: 175px;
     }
@@ -29,7 +29,7 @@
       span:first-child {
         line-height: 80%;
       }
-    
+
       span:not(:first-child) {
         font-size: 75%;
       }
   }
 
   // Unlogged
-  > .dropdown > .dropdown-toggle span {
+  > .dropdown > .dropdown-toggle span {
     padding-right: 3px;
   }
 
   // Logged
-  > .btn {
+  > .btn {
     padding-right: 4px;
 
-    + .dropdown > button {
+    + .dropdown > button {
       padding-left: 2px;
 
       &::after {