@aappddeevv/dynamics-client-ui
Version:
## What is it? A library to help you create great dynamics applications.
43 lines (38 loc) • 830 B
CSS
/** common.css */
html, body {
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
body {
/*font-family: Segoe\000020UI, Arial, sans-serif;*/
font-family: Segoe\000020UI;
font-size: 14px;
font-weight: normal;
text-decoration: none;
display: block;
/*line-height: 19px;*/
//color: rgb(68,68,68);
color: rgb(0,0,0);
margin: 0px;
padding: 0px;
/* left 23px if using inline for a grid of label-values */
}
a {
color: rgb(17, 96, 183);
font-family: 'Segoe UI', Arial, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
white-space: nowrap;
display: inline;
line-height: 19px;
/*margin-left: 23px;*/
padding-bottom: 3px;
top-margin: 0px;
cursor: pointer;
}
a:hover {
text-decoration: underline;
}