fixed white close buttons text shadow in modals

This commit is contained in:
REJack
2019-09-16 12:09:49 +02:00
parent d8e5b6f2c2
commit 7f68cf5cc9

View File

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