More i18n work

This commit is contained in:
vjrj 2017-11-28 18:24:50 +01:00
parent 3ef6f3c80b
commit 2ad4972115
16 changed files with 286 additions and 90 deletions

View file

@ -1,3 +1,5 @@
@import '../../stylesheets/colors';
.carousel-item {
height: 65vh;
min-height: 300px;
@ -134,5 +136,6 @@
}
.participe-btn {
background-color: #FD593A
background-color: $todos-palette1;
color: white;
}