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

META-INF.resources.frontend.styles.components.labeled-hr.css Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
/*
 * Copyright (c) 2021 Bixbit s.c. All rights reserved.
 *  See LICENSE file for licensing information.
 */

.labeled-hr {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: var(--lumo-font-size-s);
}

.labeled-hr::before,
.labeled-hr::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--lumo-contrast-10pct);
}

.labeled-hr:not(:empty)::before {
    margin-right: .25em;
}

.labeled-hr:not(:empty)::after {
    margin-left: .25em;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy