Merge pull request #918 from parassingh016/patch-2

Update styles.css
pull/952/merge
Sara Gibbons 2 years ago committed by GitHub
commit b9e93d83e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ html, body, #app {
body { body {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 14px; font-size: 16px;
} }
h2 { h2 {
@ -57,7 +57,7 @@ form {
input { input {
margin-top: var(--space-xs); margin-top: var(--space-xs);
margin-bottom: var(--space-sm); margin-bottom: var(--space-sm);
height: 40px; height: 45px;
padding: var(--space-xs) var(--space-sm); padding: var(--space-xs) var(--space-sm);
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: var(--radius); border-radius: var(--radius);
@ -99,7 +99,7 @@ button:hover {
button:focus { button:focus {
outline: none; outline: none;
border: 2px solid var(--grey); border: 3px solid var(--grey);
} }
.error { .error {

Loading…
Cancel
Save