woocommerce-rest-api-docs/source/stylesheets/_lang-selector.scss
2025-02-04 10:19:03 +01:00

14 lines
223 B
SCSS

.lang-selector {
a {
border-top: 4px solid $lang-select-bg;
padding: 10px 20px;
&:active, &:focus, &:hover {
border-top-color: #873EFF;
}
&.active {
border-top-color: #873EFF;
}
}
}