]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
Align layout for create/edit video-playlists (my-account) on create/edit user (admin)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.component.scss
index cd5e47cdc101637b254a0976e5b212eadf501c58..c8c327398ffa7c35db026bc8e8d532a6da1718a7 100644 (file)
@@ -1,6 +1,11 @@
 @import '_variables';
 @import '_mixins';
 
+label {
+  font-weight: $font-regular;
+  font-size: 100%;
+}
+
 .video-channel-title {
   @include settings-big-title;
 }
@@ -37,11 +42,6 @@ input {
   }
 }
 
-label {
-  font-weight: $font-regular;
-  font-size: 100%;
-}
-
 textarea {
   @include peertube-textarea(500px, 150px);