mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-09-22 15:02:53 +02:00
33 lines
919 B
SCSS
33 lines
919 B
SCSS
/* matka.fi theme */
|
|
|
|
/* Base theme */
|
|
@import '../default/theme';
|
|
|
|
$primary-color: #002c74;
|
|
$hilight-color: $primary-color;
|
|
$action-color: $primary-color;
|
|
$bus-color: $primary-color;
|
|
$viewpoint-marker-color: $primary-color;
|
|
$current-location-color: $primary-color;
|
|
$standalone-btn-color: $primary-color;
|
|
$link-color: $primary-color;
|
|
$link-text-color: $primary-color;
|
|
$top-bar-color: white;
|
|
$top-navigation-icon-color: $primary-color;
|
|
$font-family: 'Roboto', arial, georgia, sans-serif;
|
|
$disruption-message-font-weight: 400;
|
|
$itinerary-co2-font-weight: 400;
|
|
$heading-font-family: 'Montserrat', arial, georgia, sans-serif;
|
|
$button-font-family: 'Montserrat', arial, georgia, sans-serif;
|
|
$bus-color: #007ac9;
|
|
$airplane-color: #0046ad;
|
|
$tram-color: #5e7921;
|
|
$speedtram-color: #5e7921;
|
|
$metro-color: #ca4000;
|
|
$rail-color: #8c4799;
|
|
$ferry-color: #247c7b;
|
|
$wait-color: #aaa;
|
|
|
|
.message-bar {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|