mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
12 lines
235 B
SCSS
12 lines
235 B
SCSS
* {
|
|
font-family: "Inter", sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
a:not(.button) {
|
|
color: $color-blueberry;
|
|
}
|
|
|
|
.components-form-toggle.is-checked > .components-form-toggle__track {
|
|
background-color: $color-blueberry;
|
|
}
|