Sha256: 66d6c4a6a84a75048c58d8affe7116711aeaf53e05823f3175ec8cb8d1373f5b

Contents?: true

Size: 857 Bytes

Versions: 1

Compression:

Stored size: 857 Bytes

Contents

/* Badge */

.badge {
    padding: 0.5em 0 2em;
    width: 100%;
    line-height: 1;
    font-size: 12px;
}

@media (min-width: 1168px) {
    .badge {
        font-size: 24px;
    }
}

@media (min-width: 2336px) {
    .badge {
        font-size: 48px;
    }
}

/* Elements */

.badge a {
    display: inline-block;
    margin-left: 9em;
    padding-left: 4em;
    color: var(--color-medium);
    text-decoration: none;
}

.badge a:hover,
.badge a:focus {
    outline: none;
    color: var(--color-key);
}

.badge svg {
    position: absolute;
    margin: -1.1em 0 0 -4.5em;
    width: 4em;
    height: 4em;
    fill: currentColor;
}

/* List */

.shower.list .badge {
    display: block;
}

/* Full */

.shower.full .badge {
    display: none;
}

/* Print */

@media print {
    .shower.list .badge,
    .shower.full .badge {
        display: none;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slippery-0.4.2 assets/shower/themes/material/styles/blocks/badge.css