mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
UX: fix icon-lock size on email-login page (#24529)
This commit is contained in:
parent
ec03db7199
commit
6ac5f34ad7
|
@ -119,12 +119,14 @@ body.invite-page {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
box-shadow: 0 1px 10px 1px rgba(var(--primary-low-rgb), 1.25);
|
|
||||||
border-radius: 10px;
|
|
||||||
padding: 1em 2.5em 1em 2.5em;
|
padding: 1em 2.5em 1em 2.5em;
|
||||||
.image-wrapper {
|
.image-wrapper {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.email-login-form {
|
.email-login-form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user