mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
login fixes, auth message and alignment
This commit is contained in:
@@ -46,6 +46,11 @@ $input-width: 220px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.modal-footer {
|
||||
.inline-spinner {
|
||||
display: inline-flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.create-account {
|
||||
@@ -138,6 +143,10 @@ $input-width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
.auth-message {
|
||||
padding: 0 15px 15px 15px
|
||||
}
|
||||
|
||||
.modal tr.instructions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user