mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
35 lines
483 B
SCSS
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;
|
|
}
|
|
}
|