button hover

This commit is contained in:
thecarpathes 2016-07-24 13:32:04 +02:00
parent c416bc7803
commit fcd85a9f05

View file

@ -14,6 +14,7 @@
transition-duration: 0.4s;
}
.btn.btn-primary-custom:hover {
background-color: #4CAF50; /* Green */
background-color: #f21e40; /* Red débats */
border: 1px solid #f21e40;
color: white;
}