Timetable styling
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
td {
|
||||
padding: 4px 7px;
|
||||
}
|
||||
|
||||
.timetableRow {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.departureTime {
|
||||
font-weight: 600;
|
||||
/* background-color: rgba(180, 180, 180, 0.1); */
|
||||
}
|
||||
|
||||
.lineNumber {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.S2 {
|
||||
background-color: rgba(200, 100, 200, 0.2);
|
||||
}
|
||||
|
||||
.S5 {
|
||||
background-color: rgba(230, 20, 20, 0.2);
|
||||
}
|
||||
|
||||
.S1 {
|
||||
background-color: rgba(20, 180, 90, 0.2);
|
||||
}
|
||||
|
||||
.lineNumberDefault {
|
||||
background-color: rgba(100, 100, 100, 0.2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user