mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-18 04:39:24 +00:00
hw3 new design
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user