Unverified Commit a3210970 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

sass: prepare for hafas support

parent 50e1f86e
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -474,6 +474,22 @@ div.app {
		border: 2px solid $bahn-color;
	}

	.tram, .bus, .ubahn {
		padding:3px 5px 2px 5px;
	}

	.tram {
		background-color: $tram-color;
	}

	.bus {
		background-color: $bus-color;
	}

	.ubahn {
		background-color: $ubahn-color;
	}

	.moreinfo {
		font-size:2.1em;
		position:fixed;
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ $sbahn-color: #115511;
$bahn-color: #333333;
$fern-color: #551111;
$ext-border-color: #993333;
$tram-color: #441111;
$ubahn-color: #071e62;
$bus-color: #551155;

$route-color: #dddddd;

+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ $sbahn-color: #95d79f;
$bahn-color: #eeeeee;
$fern-color: #ffdddd;
$ext-border-color: #ff6666;
$tram-color: #ffcccc;
$ubahn-color: #aac0ff;
$bus-color: #eeaaee;

$route-color: #444444;