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

[email protected] Maven / Gradle / Ivy

The newest version!
.menu-list a.is-active,
.menu-list a:hover {
    background-color: transparent;
    color: #276cda
}

body,
html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
    background: #ecf0f3
}

nav.navbar {
    border-top: 4px solid #276cda;
    margin-bottom: 1rem
}

.navbar-item.brand-text {
    font-weight: 300
}

.navbar-item,
.navbar-link {
    font-size: 14px;
    font-weight: 700
}

.columns {
    width: 100%;
    height: 100%;
    margin-left: 0
}

.menu-label {
    color: #8f99a3;
    letter-spacing: 1.3;
    font-weight: 700
}

.menu-list a {
    color: #0f1d38;
    font-size: 14px;
    font-weight: 700
}

.menu-list a.is-active {
    font-weight: 700
}

.card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
    margin-bottom: 2rem;
    text-align: center
}

.card-header-title {
    color: #8f99a3;
    font-weight: 400
}

.info-tiles {
    margin: 1rem 0
}

.info-tiles .subtitle {
    font-weight: 300;
    color: #8f99a3
}

.hero.welcome.is-info {
    background: #36d1dc;
    background: -webkit-linear-gradient(to right, #5b86e5, #36d1dc);
    background: linear-gradient(to right, #5b86e5, #36d1dc)
}

.hero.welcome .subtitle,
.hero.welcome .title {
    color: #fcfcfc
}

.card .content {
    font-size: 14px
}

.card-footer-item {
    font-size: 14px;
    font-weight: 700;
    color: #8f99a3
}

.card-table .table {
    margin-bottom: 0
}

.events-card .card-table {
    max-height: 250px;
    overflow-y: scroll
}

.table {
    white-space: nowrap
}

.logger-notification {
    display: none
}

.gg-copy {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 18px;
    border: 2px solid;
    margin-left: 5px;
    margin-top: -4px;
}
.gg-copy::after,
.gg-copy::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}
.gg-copy::before {
    background:
            linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right
            top/5px 2px,
            linear-gradient(to left, currentColor 5px, transparent 0) no-repeat left
            bottom/ 2px 5px;
    box-shadow: inset -4px -4px 0 -2px;
    bottom: -6px;
    right: -6px;
    width: 14px;
    height: 18px;
}
.gg-copy::after {
    width: 6px;
    height: 2px;
    background: currentColor;
    left: 2px;
    top: 2px;
    box-shadow:
            0 4px 0,
            0 8px 0;
}

.field-label {
    display: inline-flex;
    align-items: center;
}

.copy-status {
    margin-left: 10px;
    color: green;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy