wix-style-react
Version:
24 lines (19 loc) • 421 B
CSS
/* st-namespace-reference="../../../../../../src/Themes/businessDashboard/components/Input/IconAffix.st.css" */
:import {
-st-from: "../../../../Input/IconAffix/IconAffix.st.css";
-st-default: IconAffix;
}
:import {
-st-from: "../../foundations/colors.st.css";
-st-named: B10, D10-40;
}
.root {
-st-extends: IconAffix;
}
/* Color */
.root {
color: value(B10);
}
.root:disabled {
color: value(D10-40);
}