reuse form
This commit is contained in:
+13
-1
@@ -218,7 +218,7 @@ select.form-input {
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
@apply mt-2 flex flex-col sm:flex-row justify-end gap-4;
|
||||
@apply mt-2 flex flex-col sm:flex-row justify-end gap-4 mb-4;
|
||||
}
|
||||
|
||||
.form-footer {
|
||||
@@ -249,3 +249,15 @@ select.form-input {
|
||||
.notification-badge {
|
||||
@apply absolute -top-1 -right-1 bg-secondary text-white text-[10px] font-bold w-4.5 h-4.5 rounded-full flex items-center justify-center;
|
||||
}
|
||||
|
||||
.table-header-cell {
|
||||
@apply px-6 py-4 text-left text-xs font-bold text-text-light uppercase tracking-wider;
|
||||
}
|
||||
|
||||
.table-body-cell {
|
||||
@apply px-6 py-3 whitespace-nowrap;
|
||||
}
|
||||
|
||||
.table-action-link {
|
||||
@apply hover:text-primary-hover font-semibold underline underline-offset-2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user