fixed white close buttons text shadow in modals

pull/2256/head
REJack 2019-09-16 12:09:49 +02:00
parent d8e5b6f2c2
commit 7f68cf5cc9
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
&.bg-success, { &.bg-success, {
.close { .close {
color: $white; color: $white;
text-shadow: 0 1px 0 #000;
} }
} }
} }