woocommerce-rest-api-docs/source/stylesheets/_lang-selector.scss
Claudio Sanches d495c2dbc7 Updated slate
2018-10-16 00:55:07 -03: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: #9B5C8F;
}
&.active {
border-top-color: #9B5C8F;
}
}
}