wix-style-react
Version:
wix-style-react
31 lines (24 loc) • 477 B
CSS
@st-namespace "BMModal";
:import {
-st-from: "../../../Modal/Modal.st.css";
-st-default: Modal;
}
:import {
-st-from: "../foundations/colors.st.css";
-st-named: D10-50;
}
.root {
-st-extends: Modal;
}
.root::closeButton {
width: 24px;
height: 24px;
}
.root::closeButton svg {
width: 24px;
height: 24px;
}
::modal-overlay {
background: value(D10-50);
}
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/Modal.st.css" */