@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
35 lines (34 loc) • 719 B
CSS
.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-top: calc( var(--zd_size70) * -1 ) ;
margin-bottom: var(--zd_size30) ;
}
.imageContainer {
height: var(--zd_size450) ;
}
.mobileImageContainer {
height: var(--zd_size300) ;
}
.tabletImageContainer {
height: var(--zd_size350) ;
}
.bottomSpace {
margin-bottom: var(--zd_size20) ;
}