mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-24 20:12:20 +00:00
24 lines
451 B
CSS
24 lines
451 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: visible;
|
|
}
|
|
|
|
.current-map-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: 0.5rem;
|
|
overflow: visible;
|
|
}
|
|
|
|
.map-name {
|
|
font-size: var(--font-size-large);
|
|
color: var(--neutral-foreground-rest);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.map-label {
|
|
font-size: var(--font-size-large);
|
|
color: var(--neutral-foreground-rest);
|
|
} |