All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.template.standaloneStyle.hbs Maven / Gradle / Ivy

There is a newer version: 2.34.2
Show newest version
:root {
    --text-color: #333;

    --font-family-sans-serif: 'Roboto', sans-serif;

    --font-weight-light: 100;
    --font-weight-normal: 300;
    --font-weight-bold: 500;

    --font-size-normal: 13px;
}
body {
    font-size: var(--font-size-normal);
    font-family: var(--font-family-sans-serif);
    font-weight: var(--font-weight-normal);
    color: var(--text-color);
}

h1, h2, h3, h4, th {
    font-weight: var(--font-weight-bold);
}

.overops-quality-report {
    width: 80vw;
    margin: 0 auto 4rem auto;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy