@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
18 lines (17 loc) • 458 B
CSS
.container{
padding-block: 0 var(--zd_size12) ;
padding-inline:var(--zd_size20) ;
}
.header{
padding-block-end: var(--zd_size4) ;
}
.cardHeading{
font-size: var(--zd_font_size16) ;
color: var(--zdt_multiselect_res_title_text);
composes: bold dotted from '../../common/common.module.css'
}
.buttonText{
font-size: var(--zd_font_size15) ;
composes: dotted from '../../common/common.module.css';
padding: 0
}