add signup style

This commit is contained in:
Ahmed 2024-09-12 15:04:08 +03:00
parent 7ed2c10b41
commit 51be21ffd4
1 changed files with 1 additions and 32 deletions

View File

@ -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;
@ -204,35 +204,4 @@ body {
color: #000;
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;
}