Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | 7x | .container,
.tabletContainer {
text-align: center;
background-color: var(--zdt_emptystate_default_bg);
}
.container {
padding-top: 80px;
}
.tabletContainer {
padding-top: 50px;
}
.top {
position: relative;
}
.header {
min-width: 400px;
margin: 0 auto;
display: inline-block;
text-align: left;
}
.title,
.tabletTitle,
.mobileTitle {
composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
margin-bottom: 5px;
letter-spacing: var(--zd_size1);
}
.title {
font-size: 50px;
line-height: 1.4;
}
.tabletTitle {
font-size: 24px;
line-height: 2.0833;
}
.mobileTitle {
font-size: 22px;
line-height: 1.3636;
}
.subtitle {
font-size: 30px;
}
.tabletSubTitle {
font-size: 18px;
}
.mobileSubTitle {
font-size: 16px;
}
.title,
.subtitle {
color: var(--zdt_emptystate_title_text);
}
.footer {
text-align: center;
margin: 0 auto;
display: inline-block;
}
.footerWidth {
min-width: 400px;
}
.btmText,
.tabletBtmText {
margin-bottom: 10px;
}
.btmText {
font-size: 14px;
}
.tabletBtmText {
font-size: 12px;
}
.imageContainer,
.tabletImageContainer,
.mobileImageContainer {
margin-bottom: 30px;
}
.imageContainer {
height: 400px;
}
.mobileImageContainer {
height: 300px;
}
.tabletImageContainer {
height: 350px;
} |