Skip to content

Commit

Permalink
fix: small design issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Dec 25, 2024
1 parent 199fd4f commit 6ba62c2
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
body {
background: #ededed;
margin: 0;
font-family:
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen,
Ubuntu,
Fira Sans,
Droid Sans,
Helvetica Neue,
sans-serif;
}

a {
Expand Down Expand Up @@ -51,8 +62,7 @@ input[type='button']:hover,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
background-color: #3071a9;
border-color: #285e8e;
background-color: #0065ff;
}

input[type='button']:disabled,
Expand Down Expand Up @@ -92,7 +102,7 @@ label {
}

.quiji-popup-form {
width: 120px;
width: 160px;
}

.quiji-popup-label {
Expand All @@ -104,7 +114,7 @@ label {
}

.quiji-ticket-id {
width: 100px;
width: 140px;
padding: 3px 0 3px 5px;
margin-top: 5px;
}
Expand Down

0 comments on commit 6ba62c2

Please sign in to comment.