mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Register form ui
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
This commit is contained in:
parent
ed19a44d55
commit
962602a1e7
@ -51,7 +51,7 @@ const Wrapper = styled.div`
|
||||
width: 41.6rem;
|
||||
margin: 1.4rem auto;
|
||||
margin-bottom: 0;
|
||||
padding: 3.8rem 1.5rem 1.5rem 1.5rem;
|
||||
padding: 3.9rem 1.5rem 1.5rem 1.5rem;
|
||||
border-radius: 2px;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 2px 4px 0 #e3e9f3;
|
||||
@ -60,6 +60,7 @@ const Wrapper = styled.div`
|
||||
.form-check-label {
|
||||
input[type='checkbox'] + p {
|
||||
line-height: 1.8rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -226,7 +226,6 @@ const AuthPage = ({
|
||||
color="primary"
|
||||
className={submitSuccess ? 'buttonForgotSuccess' : ''}
|
||||
type="submit"
|
||||
// primary={!submitSuccess}
|
||||
style={authType === 'login' ? {} : { width: '100%' }}
|
||||
>
|
||||
<FormattedMessage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user