🔀 Merge branch 'trunk'

# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/TopNavigation.js
This commit is contained in:
Philipp Stracker 2025-01-29 16:46:56 +01:00
commit 686f131246
No known key found for this signature in database
14 changed files with 572 additions and 232 deletions

View file

@ -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;

View file

@ -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;
}