wix-style-react
Version:
29 lines (23 loc) • 451 B
CSS
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/Modal.st.css" */
: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);
}