Small fixes

This commit is contained in:
hfcRed 2026-03-11 17:49:15 +01:00
parent b67940c9bc
commit 92dfb5f52b
4 changed files with 7 additions and 6 deletions

View File

@ -32,6 +32,7 @@
align-items: center;
justify-content: center;
border-radius: var(--radius-field);
font-weight: var(--weight-semi);
background-color: var(--color-bg-high);
cursor: pointer;
font-size: var(--font-xs);

View File

@ -1343,10 +1343,10 @@ function TOPickedMapPoolInfo() {
return (
<Section title={t("calendar:forms.mapPool")}>
<div className="event__map-pool-section">
<div>
<MapPoolStages mapPool={mapPool} />
<LinkButton
className="event__create-map-list-link"
className="mt-4"
to={mapsPageWithMapPool(mapPool)}
variant="outlined"
size="small"

View File

@ -459,7 +459,7 @@
.overlapDivider::before,
.overlapDivider::after {
flex: 1;
border-bottom: 2px solid var(--color-accent-low);
border-bottom: 2px solid var(--color-bg-higher);
content: "";
}
@ -494,6 +494,6 @@
.standingsDivider {
width: 5px;
background-color: var(--color-accent-low);
background-color: var(--color-bg-high);
border-radius: var(--radius-box);
}

View File

@ -14,8 +14,8 @@
display: flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
height: var(--field-size);
aspect-ratio: 1 / 1;
background-color: var(--color-bg);
border: 2px solid var(--color-bg-higher);
border-radius: var(--radius-box);