woocommerce-paypal-payments/modules/ppcp-settings/resources/css/_global.scss
2024-10-23 15:25:38 +02:00

13 lines
260 B
SCSS

* {
font-family: "Inter", sans-serif;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
}
a:not(.button) {
color: $color-blueberry;
}
.components-form-toggle.is-checked > .components-form-toggle__track {
background-color: $color-blueberry;
}