@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
35 lines (33 loc) • 606 B
CSS
.headtingText {
font-family: var(--zd_semibold);
font-size: var(--zd_font_size50) ;
letter-spacing: var(--zd_size1);
margin-bottom: var(--zd_size5) ;
}
.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: 0 auto ;
margin-bottom: var(--zd_size20) ;
}
.lineText {
margin: 0 var(--zd_size4) ;
}
.imageContainer {
height: var(--zd_size400) ;
margin-bottom: var(--zd_size30) ;
}
.min {
max-width: 48% ;
}
.max {
max-width: 95% ;
}