fixing category delete modal background color

This commit is contained in:
Kris 2017-11-13 17:09:20 -05:00
parent 4dc29e5f9e
commit a9fd42f91c

View File

@ -331,8 +331,8 @@
.cannot_delete_reason {
position: absolute;
background: dark-light-choose($primary, $secondary);
color: dark-light-choose($secondary, $secondary);
background: $primary;
color: $secondary;
text-align: center;
border-radius: 2px;
padding: 12px 8px;
@ -343,14 +343,13 @@
border: solid transparent;
content: " ";
position: absolute;
border-top-color: dark-light-choose($primary, $secondary);
border-top-color: $primary;
border-width: 8px;
}
}
}
}
.incoming-email-modal {
.btn {
transition: none;