Change color of warning message in the add-member lightbox

stable
David Barragán Merino 2016-08-18 13:13:13 +02:00
parent 6eb85a0d2b
commit 52513ae1e4
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@
}
.member-limit-warning {
@include font-size(small);
background: $red-light;
color: $white;
background: $mass-white;
color: $grayer;
margin: 1rem 0;
padding: 1rem 2rem;
text-align: center;