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 | 5x | .title {
font-size: 16px;
font-family: var(--zd_semibold);
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
vertical-align: middle;
word-break: break-all;
cursor: initial;
}
.bold {
font-family: var(--zd_semibold);
}
/* Palette */
.default {
color: var(--zdt_lookuptitle_default_text);
}
.primary {
color: var(--zdt_lookuptitle_primary_text);
}
.danger {
color: var(--zdt_lookuptitle_danger_text);
}
|