]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/peertube-checkbox.component.scss
Set a default background color for account avatar
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
index cbc50dc9630998309b0f4bf7f3cac7a3ebf1a206..3b467d49d35570456c3e6279e403010f4cae3656 100644 (file)
@@ -1,23 +1,29 @@
 @import '_variables';
 @import '_mixins';
 
-.form-group {
+.root {
   display: flex;
-  align-items: center;
 
   .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;
     }
   }
-}
\ No newline at end of file
+
+  label {
+    margin-bottom: 0;
+  }
+
+  my-help {
+    position: relative;
+    top: 2px;
+  }
+}