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

io.cucumber.core.plugin.timeline.report.css Maven / Gradle / Ivy

There is a newer version: 7.18.0
Show newest version
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background-color: #FFF;
}

.main {
    margin-top: 130px; /* Add a top margin to avoid content overlay */
}

*.passed {
    background-color: #C5D88A;
}

*.undefined,
*.pending {
    background-color: #EAEC2D;
}

*.skipped {
    background-color: #2DEAEC;
}

*.failed {
    background-color: #D88A8A !important;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy