colors
This commit is contained in:
parent
9d14c653c4
commit
c759899e9d
|
@ -2638,8 +2638,8 @@ a.btn.disabled, fieldset:disabled a.btn {
|
|||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #a41822;
|
||||
color: #a41822;
|
||||
background-color: #fff;
|
||||
border-color:#a41822
|
||||
}
|
||||
|
||||
|
@ -10455,8 +10455,7 @@ a.text-dark:focus, a.text-dark:hover {
|
|||
}
|
||||
|
||||
.bg-primary {
|
||||
background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
|
||||
background-repeat:no-repeat
|
||||
background-color: #a41822;
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
|
@ -10478,8 +10477,7 @@ a.text-dark:focus, a.text-dark:hover {
|
|||
}
|
||||
|
||||
.btn-primary {
|
||||
background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
|
||||
background-repeat:no-repeat
|
||||
background-color: #a41822;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
|
|
Loading…
Reference in New Issue