woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/reusable-components/_onboarding-header.scss
2024-12-05 15:08:37 +04:00

39 lines
545 B
SCSS

.ppcp-r-onboarding-header{
margin: 0 0 24px 0;
&__logo {
text-align: center;
margin-bottom: 20px;
}
&__logo-wrapper {
img {
width: 110px;
height: 38px;
}
}
&__content {
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
padding:0 16px;
}
&__title {
@include font(24, 32, 400);
margin: 0 0 4px 0;
text-align: center;
}
&__description {
@include font(14, 22, 400);
margin: 0 20%;
text-align: center;
@media screen and (max-width: 480px) {
margin: 0px;
}
}
}