mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
13 lines
260 B
SCSS
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;
|
|
}
|