Remove custom color in What’s Happening Callout

Swapped colors to make it more consistent.
This commit is contained in:
carljbowman 2018-07-17 09:15:17 -04:00
parent cf7149a356
commit 9d87d8700c

View file

@ -109,11 +109,9 @@ a {
/* Classes */ /* Classes */
.empty { .empty {
$bg-blue: #d9edf7; border: 1px solid $active-gray;
$bg-blue-accent: #bce8f1;
border: 1px solid $bg-blue-accent;
border-radius: 5px; border-radius: 5px;
background-color: $bg-blue; background-color: $ui-blue-10percent;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
line-height: 2rem; line-height: 2rem;