-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace invalid and missing URLs (4136) #3044
Conversation
# Conflicts: # modules/ppcp-settings/resources/js/Components/ReusableComponents/BadgeBox.js
@@ -1,21 +1,14 @@ | |||
.ppcp-r-badge-box { | |||
margin: 0 0 8px 0; | |||
|
|||
&__title { | |||
.ppcp-r-badge-box__title { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, maybe I am missing something, but why is this changed ?
margin: 6px 0 0 0; | ||
width: fit-content; | ||
} | ||
.ppcp-r-badge-box__title--has-image-badge .ppcp-r-title-badge--info { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
# Conflicts: # modules/ppcp-settings/resources/js/Components/Screens/Onboarding/Components/AcdcFlow.js # modules/ppcp-settings/resources/js/Components/Screens/Onboarding/Components/AcdcOptionalPaymentMethods.js
Description
Improve the Onboarding Wizard:
LearnMore
componentStepWelcome
andStepPaymentMethods
into reusable micro componentsusePaymentConfig
(only available for the Onboarding-screen)