woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/reusable-components/_title-badge.scss

19 lines
301 B
SCSS
Raw Normal View History

2024-10-28 12:26:13 +01:00
.ppcp-r-title-badge{
@include font(12, 16, 400);
padding: 4px 8px;
2024-10-28 12:26:13 +01:00
border-radius: 2px;
white-space: nowrap;
&--positive{
color: #144722;
background-color: #DAFFE0;
2024-10-28 12:26:13 +01:00
}
&--negative{
color:#5c0000;
background-color: #faeded;
}
2024-11-05 13:49:38 +04:00
&--info{
color: #2F2F2F;
background-color: #F5F5F5;
}
2024-10-28 12:26:13 +01:00
}