
.badge-success{
background-color: #ebe709;
-webkit-border-radius: 10px;
border-radius: 10px;
border: none;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
padding: 5px 10px;
text-align: center;
text-decoration: none;
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
0% { background-color: #2df736; -webkit-box-shadow: 0 0 3px #2df736; }
50% { background-color: ##0eb516; -webkit-box-shadow: 0 0 40px #0eb516; }
100% { background-color: ##047509; -webkit-box-shadow: 0 0 3px #047509; }
}
@-moz-keyframes glowing {
0% { background-color: #2df736; -moz-box-shadow: 0 0 3px #2df736; }
50% { background-color: #0eb516; -moz-box-shadow: 0 0 40px #0eb516; }
100% { background-color: #047509; -moz-box-shadow: 0 0 3px #047509; }
}
@-o-keyframes glowing {
0% { background-color: #2df736; box-shadow: 0 0 3px #2df736; }
50% { background-color: #0eb516; box-shadow: 0 0 40px #0eb516; }
100% { background-color: #047509; box-shadow: 0 0 3px #047509; }
}
@keyframes glowing {
0% { background-color: #2df736; box-shadow: 0 0 3px #2df736; }
50% { background-color: #0eb516; box-shadow: 0 0 40px #0eb516; }
100% { background-color: #047509; box-shadow: 0 0 3px #047509; }
}
}

