change border color for buy button hover
This commit is contained in:
parent
ebb729cb57
commit
c8633c6a7e
1 changed files with 2 additions and 2 deletions
|
|
@ -150,9 +150,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-buy {
|
.btn-buy {
|
||||||
border-color: $sw-color-brand-secondary;
|
border-color: #573f72;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background: $sw-color-brand-secondary;
|
background: $sw-color-brand-secondary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue