Skip to content

Commit

Permalink
fix: checkbox and radio styles
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Nov 25, 2024
1 parent edd44a5 commit 867cd74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,17 @@
}


.pdap-input input[type='checkbox']:checked ~ label::before,
.pdap-input input[type='radio']:checked ~ label::before
{
@apply bg-brand-gold border-brand-gold;
}

.pdap-input input[type='checkbox']:checked ~ label::before {
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: center;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmYWZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");

@apply bg-brand-gold;
}


Expand Down

0 comments on commit 867cd74

Please sign in to comment.