]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/peertube-checkbox.component.scss
Fix register checkbox
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
index ea321ee6581c4d2f29e3d272f0c335172eeddaf0..51f98b0bc8c919bacc757b222b5ec4a0efb88ede 100644 (file)
@@ -7,16 +7,13 @@
   .form-group-checkbox {
     display: flex;
 
-    span {
+    .label-text {
       font-weight: $font-regular;
       margin: 0;
     }
 
     input {
       @include peertube-checkbox(1px);
-
-      width: 10px;
-      margin-right: 10px;
     }
   }