Skip to content
Merged

r < d #878

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
}

@media screen and (max-width: 1000px) {
justify-content: center;
justify-content: left;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -261,28 +261,28 @@
padding: 40px 25px 40px;
display: flex;
flex-direction: column;
align-items: center;
align-items: start;
gap: 10px;

.banner-title {
margin: 0 0;
font: 700 30px/40px var(--base-font);
text-align: center;
text-align: left;
}

.banner-description {
margin: 0 0;
font: 400 14px/21px var(--base-font);

* {
text-align: center !important;
text-align: left !important;
}
}

.banner-actions {
display: flex;
flex-direction: column;
align-items: center;
align-items: start;
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion react/assets/forus-webshop/scss/includes/blocks/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
background: none;

.block-content {
text-align: center;
text-align: left;
width: 100%;
padding: 0;

Expand All @@ -73,6 +73,7 @@
width: 100%;
padding-left: 30px;
padding-right: 30px;
text-align: left;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@

@media screen and (max-width: 1000px) {
.block-markdown {
text-align: center;
text-align: left;

* {
text-align: inherit;
Expand Down
3 changes: 3 additions & 0 deletions react/src/webshop/i18n/nl/layout/top_navbar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ export default {
wadenheuvel: {
funds: 'Regelingen',
},
fijnder: {
funds: 'Regelingen',
},
},
buttons: {
westerkwartier: {
Expand Down
3 changes: 3 additions & 0 deletions react/src/webshop/i18n/nl/pages/funds.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ export default {
vergoedingen: {
title: 'Alle vergoedingen',
},
fijnder: {
title: 'Regelingen',
},
},
labels: {
search: 'Zoeken',
Expand Down
3 changes: 3 additions & 0 deletions react/src/webshop/i18n/nl/pages/signup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@ export default {
goereeoverflakkee: {
start_email: 'Aanmelden',
},
fijnder: {
start_email: 'Activeren',
},
},
};