Bearbeiten Button hinzugefügt

This commit is contained in:
kai
2026-08-25 11:41:57 +02:00
parent a90f0154c3
commit 293777ff7f
8 changed files with 1188 additions and 536 deletions
+20
View File
@@ -30,6 +30,21 @@ a {
color: #ffffff;
}
.edit-button {
float: right;
display: inline-block;
padding: 10px 14px;
background: #238636;
color: #ffffff;
border-radius: 9px;
text-decoration: none;
font-weight: bold;
}
.edit-button:hover {
background: #2ea043;
}
.concert-detail {
background: #161b22;
border: 1px solid #30363d;
@@ -150,6 +165,11 @@ a {
padding: 22px;
}
.edit-button {
float: none;
margin: 0 0 20px;
}
.flyer-container {
padding: 12px;
}