Untitled

 avatar
unknown
plain_text
a year ago
997 B
4
Indexable
.fnd-badge {
    background-color: var(--fnd-badge-bg);
    color: var(--fnd-badge-textColor);
    border:1px solid var(--fnd-badge-borderColor);
    border-radius: var(--fnd-badge-radius);
    display: flex;
    align-items: center;
    justify-content: center;

    p {
        line-height: 1;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0.2px;
    }
    img, svg {
        width: 16px;
        height: 16px;
        object-fit: contain;
        display: block;
        path {
            stroke: var(--fnd-badge-icon-stroke);
            fill: var(--fnd-badge-icon-fill);
        }
    }
    &--sm {
        padding: 0px 12px;
        height: 28px;
    }
    &--md {
        padding: 0px 16px;
        height: 32px;
    }
    &--lg {
        padding: 0px 20px;
        height: 36px;
        p {
            font-size: 13px;
        }
    }
    &__wrapper {
        display: flex;
        align-items: center;
        gap: 6px;
    } 
}
Editor is loading...
Leave a Comment