button hover
This commit is contained in:
parent
c416bc7803
commit
fcd85a9f05
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue