UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

58 lines (47 loc) 1.22 kB
.small { max-height: var(--zd_size200) ; } .medium { max-height: var(--zd_size348) ; } .large { max-height: var(--zd_size400) ; } .emptyState { font-size: var(--zd_font_size14) ; padding-block: var(--zd_size12) ; padding-inline:var(--zd_size15) ; color: var(--zdt_viewdropdown_empty_text); font-weight: var(--zd-fw-semibold); composes: ftsmooth from '~@zohodesk/components/es/common/common.module.css'; } .hide { composes: vishidden from '~@zohodesk/components/es/common/common.module.css'; } .container { position: relative; } .listItemContainer { padding-block: var(--zd_size10) ; padding-inline:0 ; } /* Label Style */ .labelCnt { composes: dInflex alignVertical from '~@zohodesk/components/es/common/common.module.css'; line-height: 1.6667; color: var(--zdt_viewdropdown_label_text); cursor: pointer; } .labelText { font-size: var(--zd_font_size12) ; margin-inline-end: var(--zd_size5) ; max-width: var(--zd_size180) ; composes: dotted from '~@zohodesk/components/es/common/common.module.css'; } .labelCnt:hover .arrowIcon { color: var(--zdt_viewdropdown_hover_label_text); } .loader { padding-block: var(--zd_size12) ; padding-inline:var(--zd_size15) ; }