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

META-INF.resources.frontend.styles.components.furms-badge.css Maven / Gradle / Ivy

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

.furms-badge {
	color: rgb(255, 255, 255);
    background-color: rgb(255, 70, 55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.2em 0.2em 0.2em 0.1em;
    min-width: calc(var(--lumo-line-height-xs) * 1em + 0.45em);
    font-size: var(--lumo-font-size-xs);
    border-radius: 1em;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy