mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
18 lines
328 B
SCSS
18 lines
328 B
SCSS
.ppcp-r-tabs {
|
|
--wp-components-color-accent: #{$color-blueberry};
|
|
--wp-admin-border-width-focus: 3px;
|
|
|
|
.components-tab-panel__tabs {
|
|
box-shadow: 0 -1px 0 0 $color-gray-400 inset;
|
|
margin-bottom: 48px;
|
|
gap: 12px;
|
|
|
|
.components-button {
|
|
padding: 16px 20px;
|
|
|
|
&.is-active {
|
|
background-color: #fff4;
|
|
}
|
|
}
|
|
}
|
|
}
|