@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
41 lines (32 loc) • 533 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-family: var(--zd_regular);
}
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;
}