UNPKG

@zohodesk/dot

Version:

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

37 lines (36 loc) 733 B
.title, .tabletTitle, .mobileTitle { color: var(--zdt_willback_title_text); composes: bold from '~@zohodesk/components/es/common/common.module.css'; } .title { font-size: var(--zd_font_size50) ; } .tabletTitle { font-size: var(--zd_font_size24) ; } .mobileTitle { font-size: var(--zd_font_size22) ; } .header { min-width: var(--zd_size450) ; } .imageContainer, .tabletImageContainer, .mobileImageContainer { margin-block-start: calc( var(--zd_size70) * -1 ) ; margin-block-end: var(--zd_size30) ; } .imageContainer { height: var(--zd_size450) ; } .mobileImageContainer { height: var(--zd_size300) ; } .tabletImageContainer { height: var(--zd_size350) ; } .bottomSpace { margin-block-end: var(--zd_size20) ; }