]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/account/account-settings/account-details/account-details.component.scss
Add ability to choose what policy we have for NSFW videos
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account-settings / account-details / account-details.component.scss
index 687166d9efb9bfeff53a84ed579c6da169286b43..ed59e4689b7338e2394ebde65cd232b8a0afa5af 100644 (file)
@@ -1,12 +1,20 @@
-label {
-  font-size: 15px;
-  font-weight: $font-regular;
-  margin-left: 5px;
+@import '_variables';
+@import '_mixins';
+
+input[type=checkbox] {
+  @include peertube-checkbox(1px);
 }
 
 input[type=submit] {
   @include peertube-button;
+  @include orange-button;
 
   display: block;
   margin-top: 15px;
 }
+
+.peertube-select-container {
+  @include peertube-select-container(340px);
+
+  margin-bottom: 30px;
+}
\ No newline at end of file