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 */
.empty {
$bg-blue: #d9edf7;
$bg-blue-accent: #bce8f1;
border: 1px solid $bg-blue-accent;
border: 1px solid $active-gray;
border-radius: 5px;
background-color: $bg-blue;
background-color: $ui-blue-10percent;
padding: 10px;
text-align: center;
line-height: 2rem;