woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/reusable-components/_onboarding-header.scss
Emili Castells Guasch a5ae046021 Add components
2024-11-12 15:01:29 +01:00

35 lines
483 B
SCSS

.ppcp-r-onboarding-header{
margin: 0 0 32px 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;
}
}