Replace window.confirm() with themed ConfirmModal across dashboard
This commit is contained in:
@@ -544,6 +544,16 @@ body {
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
@keyframes confirmFadeIn {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes confirmSlideUp {
|
||||
from { opacity: 0; transform: translateY(12px) scale(0.97); }
|
||||
to { opacity: 1; transform: translateY(0) scale(1); }
|
||||
}
|
||||
|
||||
/* Tooltip with enhanced styling */
|
||||
.tooltip {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user