digitransit-ui/sass/themes/lappeenranta/_theme.scss
2026-03-05 12:25:06 +02:00

22 lines
724 B
SCSS

@import '../../base/waltti';
/* main theme colors */
$theme-primary-color: #d4007a;
$theme-secondary-color: #3c974c;
$highlight-color: $theme-primary-color;
$action-color: $theme-primary-color;
$bus-color: $theme-primary-color;
$viewpoint-marker-color: $theme-primary-color;
$current-location-color: $theme-primary-color;
$standalone-btn-color: $theme-primary-color;
$standalone-btn-hover-color: $theme-secondary-color;
$standalone-btn-active-color: $theme-secondary-color;
$link-color: $theme-primary-color;
/* Component palette */
$desktop-title-color: $theme-primary-color;
$desktop-title-arrow-icon-color: $theme-secondary-color;
$top-bar-color: $theme-primary-color;
/* Navbar dimensions */
$nav-logo-height: 4.5em;