X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bsignup%2F%2Bregister%2Fregister.component.scss;h=ae0fdbb6ea658a8980e5706e0c8a197b62633870;hb=d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d;hp=c706d6955d5cef5b123788dc71407fac32aa5ecc;hpb=fba911e2c89708a166636e3a93fcd8fcbc3de7e1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+signup/+register/register.component.scss b/client/src/app/+signup/+register/register.component.scss index c706d6955..ae0fdbb6e 100644 --- a/client/src/app/+signup/+register/register.component.scss +++ b/client/src/app/+signup/+register/register.component.scss @@ -1,6 +1,10 @@ @use '_variables' as *; @use '_mixins' as *; +my-signup-step-title strong { + font-weight: $font-bold; +} + .signup-disabled { padding-top: 30vh; } @@ -8,11 +12,12 @@ .title-page-v2 { background-color: pvar(--mainColorVeryLight); margin: 0; + padding-bottom: 10px; } my-instance-about-accordion { display: block; - margin-bottom: 25px; + margin-bottom: 30px; } .step-buttons { @@ -39,7 +44,19 @@ my-instance-about-accordion { } } - button, + > button { + @include peertube-button-big; + + &[cdkStepperNext] { + @include orange-button; + } + + &[cdkStepperPrevious] { + @include grey-button; + } + } + + > button, .skip-step { margin-top: 20px; margin-bottom: 20px; @@ -55,18 +72,6 @@ my-instance-about-accordion { } } -button { - @include peertube-button-big; - - &[cdkStepperNext] { - @include orange-button; - } - - &[cdkStepperPrevious] { - @include grey-button; - } -} - .done-loader { display: flex; justify-content: center;