Skip to content

Commit

Permalink
form: style refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
shsteimer committed Jan 11, 2024
1 parent a10245f commit 2c46fee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
.form label {
font-weight: 700;
font-size: var(--body-font-size-xs);
margin-bottom: 0.25em;
}

.form input,
Expand Down Expand Up @@ -98,7 +99,7 @@
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
background-color: var(--dark-color);
transition: 0.4s;
border-radius: 30px;
}
Expand All @@ -110,7 +111,7 @@
width: 20px;
left: 2px;
bottom: 2px;
background-color: white;
background-color: var(--background-color);
transition: 0.4s;
border-radius: 50%;
}
Expand Down

0 comments on commit 2c46fee

Please sign in to comment.