add signup style
This commit is contained in:
parent
7ed2c10b41
commit
51be21ffd4
|
@ -123,7 +123,7 @@ body {
|
|||
.login__submit {
|
||||
background: #fff;
|
||||
font-size: 14px;
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
padding: 16px 20px;
|
||||
border-radius: 26px;
|
||||
border: 1px solid #D4D3E8;
|
||||
|
@ -205,34 +205,3 @@ body {
|
|||
font-size: 12px;
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
|
||||
.sign-up-btn {
|
||||
justify-content: center;
|
||||
background: #fff;
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
padding: 16px 20px;
|
||||
border-radius: 26px;
|
||||
border: 1px solid #D4D3E8;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
color: #4C489D;
|
||||
box-shadow: 0px 2px 2px #5C5696;
|
||||
cursor: pointer;
|
||||
transition: .2s;
|
||||
}
|
||||
|
||||
.sign-up-btn:hover {
|
||||
|
||||
background: #f19999;
|
||||
}
|
||||
.disabled-btn{
|
||||
color: #b7b5b5;
|
||||
cursor: no-drop ;
|
||||
box-shadow: 0px 2px 2px #575662;
|
||||
font-weight: 100;
|
||||
}
|
Loading…
Reference in New Issue