Browse Source

Update style.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
5c7879db54
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      css/style.css

5
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;
} }
} }

Loading…
Cancel
Save