Skip to content

Commit

Permalink
Revert "Merge pull request #4865 from HSLdevcom/DT-6033"
Browse files Browse the repository at this point in the history
This reverts commit 6ea65fb, reversing
changes made to 24a88f7.
  • Loading branch information
optionsome committed Oct 10, 2023
1 parent c224351 commit 408e9d1
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 167 deletions.
2 changes: 1 addition & 1 deletion app/component/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $content-background-color: $background-color;
}

.logo {
height: $nav-logo-height;
height: 100%;
min-height: 40px;
min-width: 13em;
background-size: contain;
Expand Down
1 change: 0 additions & 1 deletion app/configurations/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ export default {
varely: '(seutuplus|varely)',
kela: 'kelareitit',
pori: 'pori',
raasepori: '(raasepori|bosse)',
},

minutesToDepartureLimit: 9,
Expand Down
6 changes: 0 additions & 6 deletions app/configurations/config.matka.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export default {
'Kajaani',
'Salo',
'Pori',
'Raasepori',
'VARELY',
],

Expand Down Expand Up @@ -506,11 +505,6 @@ export default {
sv: 'Björneborg',
en: 'Pori',
},
Raasepori: {
fi: 'Raasepori',
sv: 'Raseborg',
en: 'Raasepori',
},
VARELY: {
fi: 'Varsinais-Suomi',
sv: 'Egentliga Finland',
Expand Down
127 changes: 0 additions & 127 deletions app/configurations/config.raasepori.js

This file was deleted.

15 changes: 12 additions & 3 deletions app/configurations/config.walttiOpas.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default configMerger(walttiConfig, {
logo: 'walttiOpas/waltti-logo.png',
favicon: './app/configurations/images/walttiOpas/favicon.png',

feedIds: ['Salo', 'Kajaani'],
feedIds: ['Salo', 'Kajaani', 'Raasepori'],

defaultEndpoint: {
address: 'Helsinki-Vantaan Lentoasema',
Expand Down Expand Up @@ -131,6 +131,11 @@ export default configMerger(walttiConfig, {
fi: 'Salo',
sv: 'Salo',
en: 'Salo',
},
Raasepori: {
fi: 'Raasepori',
sv: 'Raseborg',
en: 'Raasepori',
}
},

Expand All @@ -146,9 +151,13 @@ export default configMerger(walttiConfig, {
[29.2, 64.1],
[28.7, 63.9],
[28.1, 63.8],
// Salo:
// Salo + Raasepori:
[23.1, 60.6],
[23.7, 60.2],
[23.898, 60.207],
[23.942, 60.129],
[23.836, 59.980],
[23.847, 59.892],
[23.581, 59.796],
[22.8, 59.9],
[22.7, 60.4],
[23.1, 60.6],
Expand Down
Binary file removed app/configurations/images/raasepori/favicon.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions sass/themes/default/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,3 @@ $border-radius: 3px;
$border-radius-bigger: 8px;

$spinner-image: url('../default/default-spinner.png');

/* Navbar dimensions */
$nav-logo-height: 100%;
24 changes: 0 additions & 24 deletions sass/themes/raasepori/_theme.scss

This file was deleted.

2 changes: 0 additions & 2 deletions sass/themes/raasepori/main.scss

This file was deleted.

0 comments on commit 408e9d1

Please sign in to comment.