@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
49 lines (39 loc) • 579 B
CSS
.wrapper {
max-height: 85vh ;
min-height: var(--zd_size440) ;
}
.coverwrap {
max-height: 85vh ;
}
.container {
font-size: var(--zd_font_size16) ;
padding-bottom: var(--zd_size10) ;
}
.box {
position: relative;
height: 100% ;
width: 100% ;
margin: auto ;
}
.containerWidth {
width: 100% ;
}
/* Size */
.smallSize {
max-width: var(--zd_size470) ;
}
.xmediumSize {
max-width: var(--zd_size620) ;
}
.mediumSize {
max-width: var(--zd_size840) ;
}
.largeSize {
max-width: 70% ;
}
.xlargeSize {
max-width: 80% ;
}
.fullSize {
max-width: 90% ;
}