Untitled

 avatar
unknown
plain_text
2 years ago
912 B
11
Indexable
html body .eg-tab-container_new {
    border-radius: 16px;
    background: #FC4D16;
    width: 100%;
    margin: 0 auto;
}
html body .eg-tab-container_new .eg-tab-wrapper {
    display: flex;
    max-width: max-content;
    overflow: auto
}

html body .eg-tab-wrapper::-webkit-scrollbar {
    display: none !important;
}

html body .eg-tab-container_new .eg-tab-cta {
    display: flex;
    height: 64px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Rund Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    max-width: fit-content;
    white-space: nowrap;
}


html body .eg-tab-container_new .eg-tab-wrapper .eg-selected-tab {
    background: rgba(255, 255, 255, 0.22);
}

@media screen and (max-width: 768px) {
    html body .eg-tab-container_new {
        border-radius: 0
    }
}
Editor is loading...
Leave a Comment