This commit is contained in:
parent
695425a8d6
commit
dbf1d134fb
|
|
@ -134,14 +134,15 @@
|
|||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #5b5fcf;
|
||||
color: white;
|
||||
background: #5b5fcf !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
background: #4a4fc4;
|
||||
background: #4a4fc4 !important;
|
||||
box-shadow: 0 4px 12px rgba(91,95,207,0.3);
|
||||
transform: translateY(-1px);
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
|
|
|
|||
Loading…
Reference in New Issue