minor template and layout fixes

This commit is contained in:
kritzl 2024-06-05 11:49:38 +02:00
parent d9a21b53be
commit af50e0f04d
5 changed files with 75 additions and 30 deletions

View file

@ -65,7 +65,7 @@ $mediumBreakpoint: 800px;
}
.text-red {
color: #e32d2d;
color: #971616;
}
.text-orange {
@ -164,6 +164,20 @@ button {
background-color: var(--station-bg-hover);
border-color: var(--station-border-hover);
}
&.size-s {
font-size: 0.8rem;
padding: var(--space-s) var(--space-m);
}
&.size-m {
padding: var(--space-m) var(--space-l);
}
&.size-l {
font-size: 1.5rem;
padding: var(--space-m) var(--space-l);
}
}
div#updateInfo {
@ -371,10 +385,19 @@ ul#stationList {
border-radius: var(--item-radius);
padding: var(--space-l);
h4 {
margin-top: 0;
.osmHeading{
display: flex;
align-items: center;
gap: var(--space-l);
margin-bottom: var(--space-l);
h4 {
margin: 0;
}
}
dl {
div {
dt {