More actions
add styles for the station status indicator |
m set color to white |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.station-status-removed { | .station-status-removed .infobox__data { | ||
background-color: #e73d3d; | background-color: #e73d3d !important; | ||
} | } | ||
.station-status-not-in-operation { | .station-status-not-in-operation .infobox__data { | ||
background-color: #fc7208; | background-color: #fc7208 !important; | ||
} | } | ||
.station-status-closed { | .station-status-closed .infobox__data { | ||
background-color: #e73d3d; | background-color: #e73d3d !important; | ||
} | } | ||
.station-status-in-operation { | .station-status-in-operation .infobox__data { | ||
background-color: green; | background-color: green !important; | ||
} | |||
.station-status-removed .infobox__data, | |||
.station-status-not-in-operation .infobox__data, | |||
.station-status-closed .infobox__data, | |||
.station-status-in-operation .infobox__data { | |||
color: white !important; | |||
} | } |
Latest revision as of 11:36, 4 September 2024
.station-status-removed .infobox__data {
background-color: #e73d3d !important;
}
.station-status-not-in-operation .infobox__data {
background-color: #fc7208 !important;
}
.station-status-closed .infobox__data {
background-color: #e73d3d !important;
}
.station-status-in-operation .infobox__data {
background-color: green !important;
}
.station-status-removed .infobox__data,
.station-status-not-in-operation .infobox__data,
.station-status-closed .infobox__data,
.station-status-in-operation .infobox__data {
color: white !important;
}