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