Untitled

 avatar
unknown
plain_text
2 years ago
4.5 kB
3
Indexable
.eg-popup-show>.eg-exitintent-popup {
    z-index: 2000;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.5) !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.eg-popup-show>.eg-exitintent-popup>.container {
    width: 100%;
    max-width: unset !important;
    min-height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eg-popup-show>.eg-exitintent-popup>.container>.popup {
    width: 100%;
    max-width: 40rem;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    border-radius: .8rem;
    background-color: white;
    text-align: center;
    background-image: url(https://assets-global.website-files.com/64ad6f1aef87635bd23449f1/64c0cff160dc481720e1881d_gradient-hero-centered.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 3.6rem;
    display: flex;
    position: relative;
}

.eg-popup-show>.eg-exitintent-popup>.container>.popup .player-wrapper {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.eg-popup-show>.eg-exitintent-popup>.container>.popup a.player-link {
    position: relative !important;
    grid-column-gap: 0.6rem;
    color: white !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    display: flex;
}

.eg-popup-show>.eg-exitintent-popup .popup .ratings {
    grid-column-gap: 1.2rem;
    flex-flow: row;
    align-items: center;
    justify-content: center !important;
    display: flex;
}

.eg-popup-show>.eg-exitintent-popup .popup .ratings>.rating {
    grid-column-gap: 0.5rem;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    font-size: .8rem;
    display: flex;
    position: relative;
}

.eg-popup-show>.eg-exitintent-popup .popup .ratings>.rating img {
    max-width: 100%;
    display: inline-block;
}

.eg-popup-show>.eg-exitintent-popup .popup .rating-number {
    margin-bottom: -0.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
}

.eg-popup-show>.eg-exitintent-popup .popup .rating-star {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#efffc2, #e8e148);
    background-clip: text;
    font-family: Latticon, sans-serif;
    font-size: 1.3rem;
    position: relative;
    bottom: 0.1rem;
    left: 0.2rem;
}

.eg-popup-show>.eg-exitintent-popup .popup .rating-divider {
    width: 1px;
    height: 1.6rem;
    opacity: .4;
    flex: none;
    position: relative;
    background-color: currentcolor;
}

.eg-popup-show>.eg-exitintent-popup .popup .popup-close {
    width: 1.6rem !important;
    height: 1.6rem !important;
    aspect-ratio: 1/1 !important;
    border-radius: var(--radius--small) !important;
    font-family: var(--font--latticon) !important;
    color: var(--color--grey-600) !important;
    text-align: center !important;
    flex-flow: row !important;
    flex: none !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 0.24em !important;
    line-height: 1 !important;
    transition-duration: .5s !important;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275) !important;
    display: flex !important;
    position: absolute !important;
    top: 1.2rem !important;
    bottom: auto !important;
    left: auto !important;
    right: 1.2rem !important;
    font-weight: 600;
}

.eg-popup-show .eg-exitintent-popup {
    display: none;
}

.eg-popup-show .eg-show {
    display: block !important;
}

.eg-popup-show>.eg-exitintent-popup .popup .popup-close:hover {
    transform: rotate(90deg);
}

.eg-popup-show>.eg-exitintent-popup>.container>.popup .player-button-circle-icon::before {
    content: "▶︎";
}

.eg-popup-show>.eg-exitintent-popup>.container>.popup .player-button {
    border-radius: 0.5rem !important;
    padding: 0.4rem 1.2rem 0.4rem 1.2rem;
}
Editor is loading...
Leave a Comment