mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-31 12:22:24 +02:00
25 lines
561 B
SCSS
25 lines
561 B
SCSS
/* Raasepori theme */
|
|
|
|
/* Base theme */
|
|
@import '../../base/waltti';
|
|
|
|
/* Operator palette */
|
|
$raasepori-green: #5b7b32;
|
|
|
|
/* Application palette */
|
|
$primary-color: $raasepori-green;
|
|
$favourite-color: $raasepori-green;
|
|
$current-location-color: $primary-color;
|
|
|
|
/* Component palette */
|
|
$viewpoint-marker-color: $raasepori-green;
|
|
$link-color: $primary-color;
|
|
$desktop-title-color: $primary-color;
|
|
$top-bar-color: $primary-color;
|
|
$top-navigation-icon-color: white;
|
|
|
|
/* Vehicle palette */
|
|
$bus-color: $raasepori-green;
|
|
|
|
/* Navbar dimensions */
|
|
$nav-logo-height: 3em;
|