@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
36 lines (34 loc) • 642 B
CSS
.headtingText {
font-weight: var(--zd-fw-semibold);
font-size: var(--zd_font_size50) ;
margin-block-end: var(--zd_size5) ;
letter-spacing: var(--zd_size1);
}
.title,
.headtingText,
.lastBox {
color: var(--zdt_permissionplay_title_text);
}
.title {
font-size: var(--zd_font_size30) ;
}
.lastBox {
line-height: 1.7143;
font-size: var(--zd_font_size14) ;
margin-block-end: var(--zd_size20) ;
margin: 0 auto ;
}
.lineText {
margin-inline: var(--zd_size4) ;
margin-block:0 ;
}
.imageContainer {
height: var(--zd_size400) ;
margin-block-end: var(--zd_size30) ;
}
.min {
max-width: 48% ;
}
.max {
max-width: 95% ;
}