mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
🔀 Merge branch 'trunk'
# Conflicts: # modules/ppcp-settings/resources/js/Components/ReusableComponents/TopNavigation.js
This commit is contained in:
commit
686f131246
14 changed files with 572 additions and 232 deletions
|
@ -20,7 +20,8 @@ $margin_bottom: 48px;
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 40px;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
|
||||
.components-button {
|
||||
@include font(13, 20, 400);
|
||||
|
@ -59,6 +60,14 @@ $margin_bottom: 48px;
|
|||
}
|
||||
}
|
||||
}
|
||||
&--row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
&--left {
|
||||
align-items: center;
|
||||
|
|
|
@ -2,17 +2,15 @@
|
|||
--wp-components-color-accent: #{$color-blueberry};
|
||||
--wp-admin-border-width-focus: 3px;
|
||||
|
||||
max-width: var(--max-container-width);
|
||||
transition: max-width 0.2s;
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
|
||||
.components-tab-panel__tabs {
|
||||
box-shadow: 0 -1px 0 0 $color-gray-400 inset;
|
||||
margin-bottom: 48px;
|
||||
gap: 12px;
|
||||
gap: 0;
|
||||
overflow: auto;
|
||||
.components-button {
|
||||
padding: 16px 20px;
|
||||
|
||||
&.is-active {
|
||||
background-color: #fff4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue