Change SweetAlert animation color to green.

This commit is contained in:
gfjardim
2017-02-03 03:16:35 -02:00
committed by GitHub
parent 15bd3777aa
commit 3511a555fa
+1 -1
View File
@@ -172,7 +172,7 @@ background-color:rgba(0, 0, 0, 0.4);position:fixed;left:0;right:0;top:0;bottom:0
*/
.la-ball-fall,
.la-ball-fall > div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.la-ball-fall{display:block;font-size:0;color:#fff;}
.la-ball-fall{display:block;font-size:0;color:#6AB034;}
.la-ball-fall.la-dark{color:#333;}
.la-ball-fall > div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;}
.la-ball-fall{width:54px;height:18px;}