mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
19 lines
260 B
SCSS
19 lines
260 B
SCSS
.ppcp-r-navigation {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
gap: 12px;
|
|
|
|
.is-primary {
|
|
min-width: 196px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.is-tertiary {
|
|
padding: 10px 17px;
|
|
|
|
&:hover {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|