fix: New Groups and Members + Styl: Flashmassage cleaned up

This commit is contained in:
2026-03-21 16:50:37 +00:00
parent 6eb12d02ef
commit 7b70f4c760
6 changed files with 27 additions and 27 deletions

View File

@@ -801,12 +801,19 @@ input[type="file"]:focus {
}
}
.container > .flash,
.flash {
padding: 0.7rem 0.9rem;
border-radius: 10px;
background: linear-gradient(180deg, #fff6f3 0%, #f9f0e7 100%);
border: 1px solid rgba(109, 47, 61, 0.25);
width: min(760px, 100%);
padding: 0.85rem 1.1rem;
margin: 0 auto 1.1rem;
border-radius: 16px;
background: linear-gradient(180deg, rgba(255, 248, 244, 0.96) 0%, rgba(249, 240, 231, 0.98) 100%);
border: 1px solid rgba(109, 47, 61, 0.18);
color: #4c2330;
text-align: center !important;
box-shadow:
0 10px 24px rgba(109, 47, 61, 0.08),
0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.gallery-grid {