Untitled

 avatar
unknown
plain_text
6 months ago
996 B
2
Indexable
html body .cro-banner-content h3 strong,
html body .cro-banner-content > div:last-child{
    color: #FFFFFF
}

html body .sticky .js-alert-close-btn > svg,
html body .sticky .cro-banner-mobile-cta svg path,
html body .sticky .cro-banner-mobile .js-modal-open-btn svg path   {
    stroke: #FFF;
}

html body .sticky .cro-banner-mobile-cta,
html body .sticky .cro-banner-mobile .js-modal-open-btn {
    background-color: #005d1f;
    border-color: #FFF;
    border-width: 1px;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    min-width: 10rem;
    text-align: center;
    border-radius: 9999px;
    padding: .875rem 2rem;
}

html body .sticky .cro-banner-mobile-cta:hover,
html body .sticky .cro-banner-mobile .js-modal-open-btn:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
    color: rgb(240 244 233 / var(--tw-text-opacity));
    border: none;
}
Editor is loading...
Leave a Comment