diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-07 17:38:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-07 18:14:05 +0200 |
commit | 27bc95867442c772841fb183a625bbda61dede51 (patch) | |
tree | 6fe20951f1109c1f5388d9a681f0df0758d463e0 /client/src/app/+login | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/+login')
-rw-r--r-- | client/src/app/+login/login.component.scss | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss index 62ae722c3..6154980c6 100644 --- a/client/src/app/+login/login.component.scss +++ b/client/src/app/+login/login.component.scss | |||
@@ -14,7 +14,7 @@ input[type=email] { | |||
14 | } | 14 | } |
15 | 15 | ||
16 | .modal-body { | 16 | .modal-body { |
17 | text-align: left; | 17 | text-align: start; |
18 | 18 | ||
19 | .forgot-password-instructions { | 19 | .forgot-password-instructions { |
20 | margin-bottom: 20px; | 20 | margin-bottom: 20px; |
@@ -55,13 +55,14 @@ input[type=email] { | |||
55 | } | 55 | } |
56 | 56 | ||
57 | .login-form-and-externals { | 57 | .login-form-and-externals { |
58 | @include margin-left(10px); | ||
59 | @include margin-right(10px); | ||
60 | |||
58 | display: flex; | 61 | display: flex; |
59 | flex-wrap: wrap; | 62 | flex-wrap: wrap; |
60 | font-size: 15px; | 63 | font-size: 15px; |
61 | max-width: 450px; | 64 | max-width: 450px; |
62 | margin-bottom: 40px; | 65 | margin-bottom: 40px; |
63 | margin-left: 10px; | ||
64 | margin-right: 10px; | ||
65 | 66 | ||
66 | form { | 67 | form { |
67 | margin: 0; | 68 | margin: 0; |
@@ -125,11 +126,12 @@ input[type=email] { | |||
125 | } | 126 | } |
126 | 127 | ||
127 | .instance-information { | 128 | .instance-information { |
129 | @include margin-left(10px); | ||
130 | @include margin-right(10px); | ||
131 | |||
128 | max-width: 600px; | 132 | max-width: 600px; |
129 | min-width: 350px; | 133 | min-width: 350px; |
130 | margin-bottom: 40px; | 134 | margin-bottom: 40px; |
131 | margin-left: 10px; | ||
132 | margin-right: 10px; | ||
133 | } | 135 | } |
134 | 136 | ||
135 | .terms-anchor { | 137 | .terms-anchor { |
@@ -146,9 +148,10 @@ input[type=email] { | |||
146 | 148 | ||
147 | .login-form-and-externals, | 149 | .login-form-and-externals, |
148 | .instance-information { | 150 | .instance-information { |
151 | @include margin-left(0); | ||
152 | @include margin-right(0); | ||
153 | |||
149 | width: 100%; | 154 | width: 100%; |
150 | margin-left: 0; | ||
151 | margin-right: 0; | ||
152 | max-width: 450px; | 155 | max-width: 450px; |
153 | min-width: unset; | 156 | min-width: unset; |
154 | align-self: center; | 157 | align-self: center; |