feat(theme-4): fix dark backgrounds, quick bet, inbox spacing, customer service theme

This commit is contained in:
mars
2026-07-09 18:03:57 +08:00
parent dcf9afacd6
commit ecfea51545
124 changed files with 26710 additions and 8578 deletions

View File

@@ -16,7 +16,7 @@
padding: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, #15120A 0%, #0A0A16 100%);
background: #001A33;
overflow: hidden;
}
@@ -28,7 +28,7 @@
#loading-overlay {
position: fixed;
inset: 0;
background: linear-gradient(180deg, #15120A 0%, #0A0A16 100%);
background: #001A33;
display: flex;
flex-direction: column;
align-items: center;
@@ -46,8 +46,8 @@
.spinner {
width: 24px;
height: 24px;
border: 2px solid rgba(200, 168, 78, 0.3);
border-top-color: #c8a84e;
border: 2px solid rgba(255, 255, 255, 0.15);
border-top-color: rgba(255, 255, 255, 0.72);
border-radius: 50%;
animation: spin 0.8s linear infinite;
}