X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Blogin%2Flogin.component.scss;h=d31d428f70f0ef0f6cee85c62d06dc510b945e6f;hb=a2fb5fb8b1007e3ce82e707917f5d9a37374e99b;hp=3b2e462df1e4804d42851fc69dc91265acce836b;hpb=fa12eacc014aae8094d108634371640f2695bf9f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss index 3b2e462df..d31d428f7 100644 --- a/client/src/app/+login/login.component.scss +++ b/client/src/app/+login/login.component.scss @@ -1,16 +1,18 @@ -@use '_variables'; -@use '_mixins'; -@use './_bootstrap-variables'; -@use '~bootstrap/scss/functions'; -@use '~bootstrap/scss/variables'; +@use '_variables' as *; +@use '_mixins' as *; + +@import '~bootstrap/scss/functions'; +@import '~bootstrap/scss/variables'; label { display: block; + font-size: 18px; + margin-bottom: 5px; } input[type=text], input[type=email] { - @include peertube-input-text(340px); + @include peertube-input-text(100%); } .modal-body { @@ -21,7 +23,7 @@ input[type=email] { } } -@media screen and (max-width: #{map-get($container-max-widths, sm)}) { +@media screen and (max-width: $small-view) { .modal-body { #forgot-password-email { width: 100%; @@ -33,114 +35,102 @@ input[type=email] { } } -.create-an-account, -.forgot-password-button { - color: pvar(--mainForegroundColor); - cursor: pointer; - transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1); - - &:hover { - text-decoration: none !important; - opacity: .7 !important; - } -} - .wrapper { display: flex; - justify-content: space-around; + justify-content: space-between; flex-wrap: wrap; + margin: auto; > div { flex: 1 1; } - .login-form-and-externals { - @include margin-left(10px); - @include margin-right(10px); + form { + width: 100%; + } +} - display: flex; - flex-wrap: wrap; - font-size: 15px; - max-width: 450px; - margin-bottom: 40px; +.wrapper, +.alert { + max-width: 1200px; +} - form { - margin: 0; +.alert { + margin: 0 auto 30px; +} - &, - input { - width: 100%; - } +.login-form-and-externals { + @include margin-left(10px); + @include margin-right(10px); - .additionnal-links { - display: block; - text-align: center; - margin-top: 20px; - margin-bottom: 20px; + display: flex; + flex-wrap: wrap; + justify-content: center; + max-width: 450px; + margin-bottom: 40px; - .forgot-password-button, - .create-an-account { - padding: 4px; - display: inline-block; + form { + margin: 0; - color: var(--mainColor); + input[type=submit] { + width: 100%; + } - &:hover, - &:active { - color: var(--mainHoverColor); - } - } + .additional-links { + display: flex; + justify-content: center; + margin: 20px 0 30px; + + .link-orange { + margin: 0 15px; } } + } +} - .external-login-blocks { - min-width: 200px; +.external-login-blocks { + min-width: 200px; + text-align: center; - .block-title { - font-weight: $font-semibold; - } + .block-title { + font-weight: $font-semibold; + } - .external-login-block { - @include disable-default-a-behaviour; - - cursor: pointer; - border: 1px solid #d1d7e0; - border-radius: 5px; - color: pvar(--mainForegroundColor); - margin: 10px 10px 0 0; - display: flex; - justify-content: center; - align-items: center; - min-height: 35px; - min-width: 100px; - - &:hover { - background-color: rgba(209, 215, 224, 0.5); - } - } - } + .external-login-block { + @include disable-default-a-behaviour; - .signup-link { - display: inline-block; + cursor: pointer; + border: 1px solid #d1d7e0; + border-radius: 5px; + color: pvar(--mainForegroundColor); + margin: 10px 10px 0 0; + display: flex; + justify-content: center; + align-items: center; + min-height: 35px; + min-width: 100px; + + &:hover { + background-color: rgba(209, 215, 224, 0.5); } } +} - .instance-information { - @include margin-left(10px); - @include margin-right(10px); +.instance-information { + @include margin-left(10px); + @include margin-right(10px); - max-width: 600px; - min-width: 350px; - margin-bottom: 40px; - } + max-width: 600px; + min-width: 350px; + margin-bottom: 40px; +} - .terms-anchor { - display: inline; - } +.terms-anchor { + display: inline; +} - .terms-link { - display: none; - } +.terms-link { + display: none; } @mixin column-reverse-display {