Update color & badge color

This commit is contained in:
sonny 2020-05-25 00:19:00 +02:00
parent fe27bdbb27
commit f6a0eee710
2 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,10 @@
white-space: nowrap; white-space: nowrap;
} }
& .badge {
background-color: $light-orange;
}
&:last-child { &:last-child {
border-bottom: 0; border-bottom: 0;
} }

View file

@ -19,7 +19,7 @@ $lavendal-pink: rgba(162, 155, 254, 1);
$beige: rgba(245, 245, 220, 1); $beige: rgba(245, 245, 220, 1);
$light-green: rgba(230, 247, 185, 1); $light-green: rgba(230, 247, 185, 1);
$light-orange: rgba(237, 212, 178, 1); $light-orange: rgba(255, 212, 153, 1);
$light-red: rgba(255, 118, 117, 1); $light-red: rgba(255, 118, 117, 1);
$success-green: rgba(89, 181, 128, 1); $success-green: rgba(89, 181, 128, 1);