woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/reusable-components/_onboarding-header.scss

36 lines
479 B
SCSS
Raw Normal View History

2024-10-23 08:56:47 +02:00
.ppcp-r-onboarding-header{
margin: 0 0 32px 0;
2024-11-05 13:49:38 +04:00
&__logo {
text-align: center;
margin-bottom: 20px;
2024-10-23 08:56:47 +02:00
}
&__logo-wrapper {
img {
2024-11-05 13:49:38 +04:00
width: 110px;
height: 38px;
2024-10-23 08:56:47 +02:00
}
}
&__content {
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
2024-10-23 12:59:41 +02:00
padding:0 16px;
2024-10-23 08:56:47 +02:00
}
&__title {
2024-11-05 17:54:47 +04:00
@include font(24, 32, 400);
2024-10-23 08:56:47 +02:00
margin: 0 0 4px 0;
text-align: center;
}
&__description {
2024-11-05 17:54:47 +04:00
@include font(14, 22, 400);
2024-10-23 08:56:47 +02:00
margin: 0;
text-align: center;
}
}