woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/reusable-components/_badge-box.scss

21 lines
295 B
SCSS
Raw Normal View History

2024-11-05 13:49:38 +04:00
.ppcp-r-text-badge-box {
&__title {
font-size: 16px;
line-height: 1.25;
font-weight: 700;
color: #000;
display: block;
margin: 0 0 8px 0;
.ppcp-r-title-image-badge {
margin-left: 7px;
img {
margin-left: 5px;
vertical-align: bottom;
height: 24px;
}
}
}
}