Remove red header from upload page

This commit is contained in:
ghassan 2026-03-03 20:31:47 +03:00
parent 98f55af8d7
commit 0b893025a5

View File

@ -91,7 +91,7 @@
background: linear-gradient(145deg, #1e1e1e 0%, #252525 100%);
border: 1px solid #3a3a3a;
border-radius: 24px;
box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(230, 30, 30, 0.1);
box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
overflow: hidden;
width: 100%;
max-width: 520px;
@ -113,7 +113,7 @@
}
.upload-modal-header {
background: linear-gradient(135deg, #e63030 0%, #ff4d4d 100%);
background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
border-bottom: none;
padding: 20px 24px;
position: relative;
@ -592,7 +592,7 @@
}
.upload-modal-actions .btn-submit {
background: linear-gradient(135deg, #e63030 0%, #ff4d4d 100%);
background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
color: white;
box-shadow: 0 4px 15px rgba(230, 30, 30, 0.3);
}