Keine Bearbeitungszusammenfassung |
K (more explicit) |
||
| (3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 6: | Zeile 6: | ||
.widget-clubstatus__container { | .widget-clubstatus__container { | ||
display: flex; | |||
align-self: center; | |||
margin-left: 1rem; | |||
} | } | ||
| Zeile 30: | Zeile 32: | ||
.widget-clubstatus__type--opened { | .widget-clubstatus__type--opened { | ||
background: | background-color: rgb(63, 120, 76); | ||
color: | color: rgb(255, 255, 255); | ||
} | } | ||
.widget-clubstatus__type--closed { | .widget-clubstatus__type--closed { | ||
background: | background-color: rgb(84, 11, 14); | ||
color: | color: rgb(255, 255, 255); | ||
} | } | ||
Aktuelle Version vom 31. Dezember 2025, 14:53 Uhr
#widget-clubstatus {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.widget-clubstatus__container {
display: flex;
align-self: center;
margin-left: 1rem;
}
.widget-clubstatus {
display: flex;
align-items: center;
}
.widget-clubstatus__name {
font-size: 1.2rem;
font-weight: 600;
}
.widget-clubstatus__type {
padding: 0.1rem 0.6rem;
margin-left: 0.4rem;
background: var( --color-surface-3 );
border-radius: 100px;
font-size: 0.8125rem;
font-weight: 500;
text-transform: uppercase;
}
.widget-clubstatus__type--opened {
background-color: rgb(63, 120, 76);
color: rgb(255, 255, 255);
}
.widget-clubstatus__type--closed {
background-color: rgb(84, 11, 14);
color: rgb(255, 255, 255);
}