mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
22 lines
432 B
SCSS
22 lines
432 B
SCSS
.ppcp-r-tabs {
|
|
--wp-components-color-accent: #{$color-blueberry};
|
|
--wp-admin-border-width-focus: 3px;
|
|
|
|
max-width: var(--max-container-width);
|
|
transition: max-width 0.2s;
|
|
padding:0 35px;
|
|
|
|
.components-tab-panel__tabs {
|
|
box-shadow: 0 -1px 0 0 $color-gray-400 inset;
|
|
margin-bottom: 48px;
|
|
gap: 12px;
|
|
overflow: auto;
|
|
.components-button {
|
|
padding: 16px 20px;
|
|
|
|
&.is-active {
|
|
background-color: #fff4;
|
|
}
|
|
}
|
|
}
|
|
}
|