Skip to content

Commit

Permalink
Merge branch 'dev/new_features' into new/dereferencable-activities
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Nov 20, 2024
2 parents 5c5f342 + ed923ae commit ef0cc27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/styles/layout/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,12 @@ input[type=radio] {
align-content: center;
cursor: pointer;

@extend %fa-icon;
@extend .fa-solid;

&::before {
font-family: var(--kbin-font-awesome-font-family);
content: "\f00c";
content: fa-content($fa-var-check);
transform: scale(0);
transition: 100ms transform ease-in;
}
Expand Down

0 comments on commit ef0cc27

Please sign in to comment.