@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
17 lines (16 loc) • 444 B
CSS
.container{
    padding: 0 var(--zd_size20) var(--zd_size12) var(--zd_size20) ;
  }
  .header{
    padding-bottom: 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 
  }