X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bsignup%2F%2Bregister%2Fregister.component.scss;h=d22d58c4a4f598644d35b7bdb134d3dcd6d5bd5b;hb=23cd3129a9f13691c25c1f0935cc781a9aa882db;hp=6a7e361e322efd71355e544f897167403b573ab4;hpb=e66883b37ae0796256b3aba550670a2d76cfc98a;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 6a7e361e3..d22d58c4a 100644 --- a/client/src/app/+signup/+register/register.component.scss +++ b/client/src/app/+signup/+register/register.component.scss @@ -1,9 +1,5 @@ @import '_variables'; @import '_mixins'; -@import "./_bootstrap-variables"; - -@import '~bootstrap/scss/functions'; -@import '~bootstrap/scss/variables'; .alert { font-size: 15px; @@ -12,41 +8,20 @@ .wrapper { display: flex; - justify-content: space-between; - flex-wrap: wrap; - - & > div { - margin-bottom: 40px; + flex-direction: column; - &.register-form { - width: 450px; - } + .register-form { + max-width: 600px; + align-self: center; + } - &.instance-information { - width: 600px; - margin-bottom: 40px; - - .block { - font-size: 15px; - margin-bottom: 15px; - padding: 0 $btn-padding-x; - } - - @media screen and (max-width: 1500px) { - width: 450px; - } - - ngb-accordion ::ng-deep { - .btn { - font-weight: $font-semibold !important; - color: pvar(--mainForegroundColor) !important; - } - } - } + .register-form, + .instance-information { + width: 100%; + } - @media screen and (max-width: $mobile-view) { - width: auto; - } + .instance-information { + margin-bottom: 15px; } } @@ -55,16 +30,19 @@ } .input-group { - @include peertube-input-group(400px); + @include peertube-input-group(100%); } .input-group-append { height: 30px; } -input:not([type=submit]) { - @include peertube-input-text(400px); +.form-group-terms { + width: 100% !important; +} +input:not([type=submit]) { + @include peertube-input-text(100%); display: block; &#username,