Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
css/style.css
|
@ -1458,11 +1458,12 @@ input[type=email]:focus { |
|
|
|
|
|
|
|
|
input[type=button], input[type=submit], input[type=reset] { |
|
|
input[type=button], input[type=submit], input[type=reset] { |
|
|
border: 1px solid #333; |
|
|
border: 1px solid #333; |
|
|
|
|
|
font-size: 14px; |
|
|
background: none; |
|
|
background: none; |
|
|
color: #333; |
|
|
color: #333; |
|
|
padding: 20px; |
|
|
padding: 10px; |
|
|
&:hover, &:focus, &:active, &.active { |
|
|
&:hover, &:focus, &:active, &.active { |
|
|
color: #fff; |
|
|
color: #333; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|