Merge remote-tracking branch 'origin/trunk' into PCP-3882-Create-settings-placeholder-page-in-new-settings-module

# Conflicts:
#	modules/ppcp-settings/resources/css/_global.scss
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/OnboardingSettingsToggleBlock.js
#	modules/ppcp-settings/resources/js/Components/Screens/Onboarding/StepWelcome.js
#	yarn.lock
This commit is contained in:
inpsyde-maticluznar 2024-11-14 10:26:30 +01:00
commit cf543bb6a1
No known key found for this signature in database
GPG key ID: D005973F231309F6
50 changed files with 1702 additions and 7606 deletions

View file

@ -36,6 +36,10 @@
color: $color-white;
border: none;
}
.onboarding-advanced-options {
max-width: 800px;
}
}
.ppcp-r-welcome-features {
@ -84,69 +88,3 @@
}
}
.ppcp-r-welcome-docs {
margin: 0 0 48px 0;
&__title {
text-align: center;
@include font(20, 28, 700);
margin: 0 0 32px 0;
}
&__description {
text-align: center;
@include font(14, 22, 400);
font-style: italic;
a {
color: $color-gray-700;
}
}
&__wrapper {
display: flex;
justify-content: center;
padding: 8px;
margin: 0 0 48px 0;
}
&__col {
display: flex;
flex-direction: column;
gap: 4px;
flex: 1;
> p {
margin: 0;
@include font(13, 16, 400);
color: $color-gray-700;
}
&:not(:last-child) {
padding-right: 48px;
border-right: 1px solid $color-gray-200;
margin-right: 48px;
}
}
.ppcp-r-page-welcome-mode-separator {
margin: 8px 0 16px 0;
}
@media screen and (max-width: 480px) {
flex-wrap: wrap;
row-gap: 8px;
&__col {
width: 100%;
text-align: center;
&:not(:last-child) {
border-bottom: 1px solid $color-gray-200;
border-right: 0;
padding-right: 0;
padding-bottom: 8px;
}
}
}
}