@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
25 lines (23 loc) • 474 B
CSS
.container,
.container *,
.container ::after,
.container ::before {
outline: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.container,
.container button,
.container input,
.container textarea,
.container select {
/* font-family: var(--zd_regular); */
font-family: var(--zd-font-family), var(--zd_fallback_font, Lato);
}
.tooltip {
height: 0 ;
font-size: 0 ;
/* contain:strict */
}