wix-style-react
Version:
wix-style-react
29 lines (23 loc) • 524 B
CSS
@st-namespace "BrandText";
:import {
-st-from: "../../../../Text/Text.st.css";
-st-default: Text;
}
:import {
-st-from: "../../Foundations/colors.st.css";
-st-named: D20, D30;
}
.root {
-st-extends: Text;
}
.root:skin(standard):secondary {
color: value(D30);
}
.root:skin(standard):secondary>a {
color: value(D30);
text-decoration: underline;
}
.root:skin(standard):secondary>a:hover {
color: value(D20);
}
/* st-namespace-reference="../../../../../../src/Themes/brand/components/Text/Text.st.css" */