mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
20 lines
260 B
SCSS
20 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;
|
||
|
}
|
||
|
}
|
||
|
}
|