Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Section divider/styles.css

Template page
Revision as of 05:22, 21 May 2025 by Maegnus (talk | contribs) (Created page with ".tg-section-divider { margin-top: 1rem; margin-bottom: 0.5rem; color: var(--tg-color-subtle); display: flex; align-items: center; justify-content: space-between; } .tg-section-divider:not(:empty) { gap: 1rem; white-space: nowrap; } .tg-section-divider::before, .tg-section-divider::after { content: ""; height: 1px; width: 100%; background-color: var(--tg-border-color-base); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.tg-section-divider {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--tg-color-subtle);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tg-section-divider:not(:empty) {
    gap: 1rem;
    white-space: nowrap;
}

.tg-section-divider::before,
.tg-section-divider::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--tg-border-color-base);
}