Untitled

 avatar
unknown
plain_text
a year ago
3.1 kB
5
Indexable
html body .cv-new_popup {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.50);
    display: none;
}

.cv-show_popup .cv-new_popup {
    display: block !important;
}

.cv-show [data-testid="footer"] [class*="Box__BaseBox"]>div:last-child button {
    pointer-events: none;
}

html body .cv-new_popup .cv-container_new {
    margin-top: 130px !important;
    width: 96%;
    margin: auto;
}

[data-testid="footer"] [class*='Box__BaseBox-']>div:nth-child(2) html body .cv-new_popup .cv-container_new {
    width: 95% !important;
    margin: auto;
    border-radius: 12px 12px 12px 12px;
    margin-top: 115px;
}

html body .cv-new_popup .cv-upper_section {
    width: 100% !important;
    border-radius: 12px 12px 0px 0px;
    background: #FFFFFF !important;
}

html body .cv-new_popup .cv-cut-image {
    width: 100% !important;
    display: flex;
    justify-content: end;
}

html body .cv-new_popup .cv-cut-image img {
    width: 20px;
    height: 21px;
    margin-right: 15px;
    margin-top: 15px;
}

html body .cv-new_popup .cv-lower_section {
    background: #FFF;
    border-radius: 0px 0px 12px 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    padding-top: 15px !important;
    padding-left: 20px;
    padding-right: 20px;
}


html body .cv-new_popup .cv-main .cv_content h2 {
    color: #1E8637;
    text-align: left;
    font-family: Flame;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0px;
}

html body .cv-new_popup .cv-main .cv_content p {
    color: #502314;
    font-family: "Flame Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    margin-top: 5px;
}

html body .cv-new_popup .cv-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    grid-gap: 20px;
    margin-bottom: 30px;
}

html body .cv-new_popup .cv-main img {
    width: 94px;
    height: 119px;
    background-size: cover;
    margin: auto;
    display: flex;
}

html body .cv-new_popup .cv-main .cv_content span {
    font-weight: 500;
    font-family: Flame;
}

html body .cv-new_popup .cv-large_meal {
    border-radius: 100px;
    background: #1E8637;
    padding: 17px 35px;
    color: #FFF;
    text-align: center;
    font-family: Flame;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%;
    margin: 0px 20px;
}

html body .cv-new_popup .cv-small_meal {
    color: #D62300;
    text-align: center;
    font-family: Flame;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%;
    border-radius: 100px;
    border: 1px solid #D62300;
    background: #F5EBDC;
    padding: 17px 35px;
    margin-top: 20px !important;
    margin: 0px 20px;
}
Editor is loading...
Leave a Comment