wix-style-react
Version:
wix-style-react
29 lines (22 loc) • 514 B
CSS
@st-namespace "BMTrendIndicator";
:import {
-st-from: "../../../TrendIndicator/TrendIndicator.st.css";
-st-default: TrendIndicator;
}
:import {
-st-from: '../foundations/colors.st.css';
-st-named: D40, G10, R20;
}
.root {
-st-extends: TrendIndicator;
}
.root:skin(neutral) {
color: value(D40);
}
.root:skin(positive) {
color: value(G10);
}
.root:skin(negative) {
color: value(R20);
}
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/TrendIndicator.st.css" */