Bearbeiten Button hinzugefügt
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user