fix: error styling and buttons

This commit is contained in:
2025-10-23 08:06:55 +02:00
parent 4fa8d96656
commit cabc08de29

View File

@@ -7504,6 +7504,8 @@ html {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
<<<<<<< Updated upstream
=======
.overlay-dialog-btn-danger {
background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
@@ -7544,7 +7546,6 @@ html {
.rollout-panel {
padding: 1.5rem;
max-width: 600px;
}
.rollout-header {
@@ -7836,3 +7837,4 @@ html {
background: var(--error-bg);
color: var(--error-color);
}
>>>>>>> Stashed changes