Skip to content

Commit

Permalink
#61 adds base forms in atoms-molecules
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKhong committed Feb 29, 2024
1 parent ac0a3a2 commit 0a87f01
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/css/atoms-molecules/forms.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.select-styles {
@apply appearance-none;
}

/* Sets default input placeholder text */
form input::placeholder {
color: var(--color-md-contrast);
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
&::placeholder {
@apply utility-lg;
}
&:focus {
border-color: unset;
}
}

input[type='checkbox'] {
accent-color: var(--color-md-contrast);
}

0 comments on commit 0a87f01

Please sign in to comment.