@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
19 lines (18 loc) • 321 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 {
font-family: var(--zd_regular);
}
.tooltip {
height: 0 ;
font-size: 0 ;
/* contain:strict */
}