@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
9 lines • 319 B
CSS
.section {
/* max-height: 80%; */
/* min-height: 390px; */
/* height: auto; */
composes: flexgrow from '~@zohodesk/components/lib/common/common.module.css';
border-radius: 0 0 var(--zd_size10) var(--zd_size10);
background-color: var(--zdt_lookupsection_bg);
box-shadow: var(--zd_bs_lookupsection_shadow)
}