Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
627 B
2
Indexable
Never
.card .labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.card .labels .label {
    margin-right: 5px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 20px;
    font-size: 11px;
    padding: 4px 12px;
    display: block;
    margin-bottom: 5px;
}

.card .labels .badge-icon {
    max-width: 100%;
    max-height: 24px;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    object-fit: cover;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 5px;
}