Skip to content

Commit

Permalink
Refactor #355 - For Checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 11, 2024
1 parent 2494d7d commit bd60bd5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/styles/primevue/checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,21 @@
.p-checkbox.p-disabled .p-checkbox-box .p-checkbox-icon {
@apply text-surface-700 dark:text-surface-400
}

.p-checkbox-sm,
.p-checkbox-sm .p-checkbox-box {
@apply w-4 h-4
}

.p-checkbox-sm .p-checkbox-icon {
@apply w-3 h-3
}

.p-checkbox-lg,
.p-checkbox-lg .p-checkbox-box {
@apply w-6 h-6
}

.p-checkbox-lg .p-checkbox-icon {
@apply w-4 h-4
}

0 comments on commit bd60bd5

Please sign in to comment.