mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
Small fixes
This commit is contained in:
parent
b67940c9bc
commit
92dfb5f52b
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user