]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/peertube-checkbox.component.scss
Fix mark all as read notifications
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
index ee133f1908d589292ab3f4c89050ae5a81dc2fdb..3b467d49d35570456c3e6279e403010f4cae3656 100644 (file)
@@ -1,27 +1,29 @@
 @import '_variables';
 @import '_mixins';
 
-.form-group {
+.root {
   display: flex;
 
   .form-group-checkbox {
     display: flex;
+    align-items: center;
 
-    span {
+    .label-text {
       font-weight: $font-regular;
       margin: 0;
     }
 
     input {
       @include peertube-checkbox(1px);
-
-      width: 10px;
-      margin-right: 10px;
     }
   }
 
+  label {
+    margin-bottom: 0;
+  }
+
   my-help {
     position: relative;
-    top: -2px;
+    top: 2px;
   }
-}
\ No newline at end of file
+}