Auto-commit local changes before build (2026-03-20 13:04:24)

This commit is contained in:
Ivo Oskamp 2026-03-20 13:04:24 +01:00
parent 4dff0303a3
commit bd2e71cd62

View File

@ -8,13 +8,13 @@
top: 30px; top: 30px;
left: -60px; left: -60px;
width: 250px; width: 250px;
background-color: #dc3545; background-color: rgba(220, 53, 69, 0.45);
color: white; color: rgba(255, 255, 255, 0.9);
text-align: center; text-align: center;
transform: rotate(-45deg); transform: rotate(-45deg);
z-index: 9999; z-index: 9999;
pointer-events: none; /* Banner itself is not clickable, elements behind it are */ pointer-events: none; /* Banner itself is not clickable, elements behind it are */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
} }
.sandbox-banner-text { .sandbox-banner-text {