hw3 new design

This commit is contained in:
2022-07-10 20:49:07 +02:00
parent 1fda560d0d
commit 24f7691b71

View File

@@ -12,10 +12,12 @@
}
.error {
position: absolute;
color: red;
margin-left: 14px;
margin-top: -28px;
margin-top: 7px;
color: #cc0000;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 17px;
}
.input {
@@ -37,7 +39,7 @@
}
.errorInput {
border: 1px solid red;
border: 1px solid #cc0000;
}
.button {
@@ -45,7 +47,7 @@
background: #06c;
color: white;
border: none;
border-radius: 15px;
border-radius: 3px;
outline: none;
padding: 8px 24px;
font-family: 'Montserrat', sans-serif;
@@ -53,18 +55,17 @@
font-size: 14px;
line-height: 20px;
cursor: pointer;
height: 36px;
}
.button:focus {
}
.button:active {
}
.button:disabled {
opacity: 0.6;
opacity: 0.5;
cursor: default;
}