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