Skip to content

Commit

Permalink
removed button-** classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Jan 5, 2025
1 parent 3f0a6a3 commit 85fec60
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/style/CAREUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,36 +105,6 @@
.dropdown-item-warning { @apply accent-warning-500 hover:bg-warning-100 text-warning-500 }
.dropdown-item-alert { @apply accent-alert-600 hover:bg-alert-100 text-alert-600 }

a.button-primary-default { @apply hover:bg-primary-400 }
a.button-primary-ghost { @apply hover:bg-primary-100 }

a.button-secondary-default { @apply hover:bg-secondary-200 }
a.button-secondary-ghost { @apply hover:bg-secondary-100 }

a.button-danger-default { @apply hover:bg-danger-400 }
a.button-danger-ghost { @apply hover:bg-danger-100 }

a.button-warning-default { @apply hover:bg-warning-400 }
a.button-warning-ghost { @apply hover:bg-warning-100 }

a.button-alert-default { @apply hover:bg-alert-500 }
a.button-alert-ghost { @apply hover:bg-alert-100 }

button.button-primary-default { @apply enabled:hover:bg-primary-400 }
button.button-primary-ghost { @apply enabled:hover:bg-primary-100 }

button.button-secondary-default { @apply enabled:hover:bg-secondary-200 }
button.button-secondary-ghost { @apply enabled:hover:bg-secondary-100 }

button.button-danger-default { @apply enabled:hover:bg-danger-400 }
button.button-danger-ghost { @apply enabled:hover:bg-danger-100 }

button.button-warning-default { @apply enabled:hover:bg-warning-400 }
button.button-warning-ghost { @apply enabled:hover:bg-warning-100 }

button.button-alert-default { @apply enabled:hover:bg-alert-500 }
button.button-alert-ghost { @apply enabled:hover:bg-alert-100 }

.cui-form-button-group {
@apply flex flex-col-reverse md:flex-row md:justify-end gap-2 w-full md:w-auto
}
Expand Down

0 comments on commit 85fec60

Please sign in to comment.