wix-style-react
Version:
wix-style-react
21 lines (17 loc) • 494 B
CSS
@st-namespace "BrandLabelledElement";
:import {
-st-from: "../../../../LabelledElement/LabelledElement.st.css";
-st-default: LabelledElement;
-st-named: label, labelText;
}
:import {
-st-from: "../../Foundations/colors.st.css";
-st-named: D10-30;
}
.root {
-st-extends: LabelledElement;
}
.root:disabled .label .labelText {
color: value(D10-30);
}
/* st-namespace-reference="../../../../../../src/Themes/brand/components/InputWithLabel/LabelledElement.st.css" */