X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-channels%2Fmy-account-video-channel-edit.component.scss;h=c8c327398ffa7c35db026bc8e8d532a6da1718a7;hb=628c155338cf106365a06ca021b9f244b784c003;hp=cd5e47cdc101637b254a0976e5b212eadf501c58;hpb=03a3ad919495c8616efb7a8e6ff4606098413d33;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss index cd5e47cdc..c8c327398 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss @@ -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);