@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
40 lines (32 loc) • 534 B
CSS
a {
text-decoration: none;
}
button {
padding: 0 ;
}
p, h1, h2, h3, h4, h5, h6 {
margin: 0 ;
}
iframe {
border: 0;
}
body {
text-rendering: optimizeSpeed;
margin: 0 ;
}
body,
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
textarea {
font-weight: var(--zd-fw-normal);
}
label, input[type='button'], input[type='submit'], input[type='file'], button {
cursor: pointer;
}
/*Moz Required Box shadow Isssue*/
input[required]:-moz-ui-invalid {
box-shadow: none;
}