Skip to content

Commit a3c39eb

Browse files
authored
Merge pull request #101 from Vauhtijuoksu/develop
Fixed incentive bars and donate link address and tweaked header
2 parents 56a333d + b1c2f1b commit a3c39eb

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

static/vauhtijuoksu2024/css/style.scss

+7-8
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ $donate-bar-text-outline: $darkblue;
6969
$divider-height: 400px;
7070
$divider-width: 100%;
7171

72-
$incentive-bar-fill-color: $red;
73-
$incentive-bar-bg-color: $darkgreen;
72+
$incentive-bar-fill-color: $yellow;
73+
$incentive-bar-bg-color: $darkblue;
7474
$incentive-dropdown-text-color: $link-color;
7575
$incentive-dropdown-hover-color: $link-hover-color;
7676
$incentive-closed-text-color: $grey;
77-
$incentive-copy-button-color: $green;
78-
$incentive-copy-button-hover-color: $lightgreen;
77+
$incentive-copy-button-color: $link-hover-color;
78+
$incentive-copy-button-hover-color: $link-color;
7979
$incentive-popup-bg-color: $blue;
8080

8181

@@ -112,7 +112,6 @@ $incentive-popup-bg-color: $blue;
112112
}
113113
.incentive_bar_fill {
114114
border-radius: 10px;
115-
border: solid 3px #2f0028;
116115
}
117116

118117
input[type='checkbox'] {
@@ -348,7 +347,7 @@ footer{
348347
}
349348
@include media-breakpoint-down(md) {
350349
.menu{
351-
font-size: 28px !important;
350+
font-size: 24px !important;
352351
}
353352
body{
354353
font-size: 0.8rem !important;
@@ -363,7 +362,7 @@ footer{
363362

364363
@include media-breakpoint-up(md) {
365364
.timetable .ttplay .playright .playgame {
366-
font-size: 1.3rem;
365+
font-size: 1.25rem;
367366
line-height: 1.2rem;
368367
}
369368
.timetable .ttplay .playdate {
@@ -383,7 +382,7 @@ footer{
383382

384383
@include media-breakpoint-up(lg) {
385384
.timetable .ttplay .playright .playgame {
386-
font-size: 1.5rem;
385+
font-size: 1.45rem;
387386
line-height: 1.4rem;
388387
}
389388
.timetable .ttplay .playdate {
-2.61 KB
Loading

templates/vauhtijuoksu/plugins/incentives.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
</div>
161161
<div id="incentive_code_info">
162162
Muista liittää koodi lahjoitusviestiisi ja kertoa halutessasi mitä kannustit ja miksi!<br>
163-
<a target="_blank" href="https://kerays.syopasaatio.fi/participant/vauhtijuoksu-2023">Siirry Lahjoittamaan!</a>
163+
<a target="_blank" href="https://oma.sylva.fi/participant/vauhtijuoksu-2024">Siirry Lahjoittamaan!</a>
164164
</div>
165165
<div id="incentive_popup_close">X</div>
166166
</div>

0 commit comments

Comments
 (0)