mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Implement product view
This commit is contained in:
parent
1ced06b24e
commit
fc51e7f1a3
18 changed files with 444 additions and 52 deletions
|
@ -1,13 +1,23 @@
|
|||
button.components-button {
|
||||
&.is-primary, &.is-secondary {
|
||||
background-color: $color-blueberry;
|
||||
&:not(:disabled) {
|
||||
background-color: $color-blueberry;
|
||||
|
||||
&:hover {
|
||||
background: $gradient-header;
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background-color: $color-gray-500;
|
||||
color: $color-white;
|
||||
}
|
||||
|
||||
border-radius: 2px;
|
||||
padding: 14px 17px;
|
||||
height: auto;
|
||||
|
||||
&:hover {
|
||||
background: $gradient-header;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.is-primary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue