wix-style-react
Version:
30 lines (24 loc) • 711 B
CSS
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/CustomModalLayout.st.css" */
:import {
-st-from: "../../../CustomModalLayout/CustomModalLayout.st.css";
-st-default: CustomModalLayout;
}
:import {
-st-from: '../foundations/colors.st.css';
-st-named: D40, D55;
}
.root {
-st-extends: CustomModalLayout;
}
.root::content::innerContent::-webkit-scrollbar {
width: 12px;
}
.root::content::innerContent::-webkit-scrollbar-thumb {
background-color: value(D55);
border-width: 4px;
border-radius: 14px;
}
.root::content::innerContent::-webkit-scrollbar-thumb:hover,
.root::content::innerContent::-webkit-scrollbar-thumb:active {
background-color: value(D40);
}