40 lines
484 B
CSS

/*style.css-v1*/
body
{
background-color: rgb(245,246,248);
font-family: "Roboto",sans-serif;
}
h1,h2,h3
{
font-weight: lighter;
}
div.uwt-panel
{
background-color: #fff;
border: 1px solid #e7eaed;
}
div.uwt-panel > div.uwt-content
{
padding: 2.25rem !important;
}
div.uwt-footer
{
margin-top: 32px;
color: #aaaaaa;
text-align: center;
font-size: 8pt;
}
p.error-text
{
color: #999999;
}
p.error-text > em
{
font-style: normal;
/* color: #866422; */
color: initial;
}