mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-29 18:05:19 +02:00
26 lines
686 B
SCSS
26 lines
686 B
SCSS
@import '../../base/waltti';
|
|
|
|
/* main theme colors */
|
|
$primary-color: #1c57cf;
|
|
$secondary-color: darken($primary-color, 20%);
|
|
$highlight-color: $primary-color;
|
|
$action-color: $primary-color;
|
|
$bus-color: #1a4a8f;
|
|
$tram-color: #da2128;
|
|
$rail-color: #0e7f3c;
|
|
$viewpoint-marker-color: $primary-color;
|
|
$current-location-color: $primary-color;
|
|
$selected-lang-background: #1a4a8f;
|
|
|
|
/* Component palette */
|
|
|
|
$standalone-btn-color: $primary-color;
|
|
$link-color: $primary-color;
|
|
$desktop-title-color: #40ba54;
|
|
$desktop-title-arrow-icon-color: $white;
|
|
$caution-icon-color: #ec5e47;
|
|
$caution-icon-font-color: $white;
|
|
$top-bar-color: $primary-color;
|
|
|
|
/* Navbar dimensions */
|
|
$nav-logo-height: 2.5em;
|