Skip to content

Commit

Permalink
style: checkbox fix PE-5161
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 11, 2023
1 parent f8ba419 commit 1ffcac2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/GiftPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ input[type="checkbox"] {
outline: none;
border-radius: 0.25rem;
border: 0.1rem solid var(--gray);
/* don't resize this when mobile squishes screen */
flex-shrink: 0;
}
input[type="checkbox"]:checked {
background-color: var(--ardrive-red);
Expand All @@ -149,7 +151,7 @@ input[type="checkbox"]:checked::before {
font-size: 1.35rem;
color: var(--white);
position: absolute;
transform: translate(20%, -5%);
transform: translate(23%, -3%);
}

#terms-and-conditions-checkbox {
Expand Down

0 comments on commit 1ffcac2

Please sign in to comment.