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

@ -2,8 +2,8 @@
@import '../../stylesheets/colors';
.Logout {
padding: 20px;
background: $cb-blue;
margin: 20px;
background: $todos-palette3;
text-align: center;
border-radius: 3px;
color: #fff;
@ -19,7 +19,7 @@
p {
font-size: 18px;
color: lighten($cb-blue, 25%);
color: lighten($todos-palette3, 25%);
}
ul {