Untitled

 avatar
unknown
plain_text
a year ago
1.1 kB
5
Indexable
html body .eg-pickup-popup {
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 20px;
    background-color: #004587!important;
    padding: 22px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

html body .eg-pickup-popup .eg-location-container{
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    padding: 18px 30px 18px 15px;
    grid-gap: 53px;
    align-items: center;
}

html body .eg-pickup-popup .eg-pickup-container{
    display: flex;
    grid-gap: 70px;
    align-items: center;
    margin-bottom: 15px;
}

html body .eg-pickup-popup .eg-pickup-text {
    color:#fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px;
} 

html body .eg-pickup-popup .eg-cross i {
    position: static;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

html body .eg-pickup-popup .eg-back {
     transform: rotate(180deg);
     color: #ff7d20;
    background-color: 
}

html body .eg-pickup-popup .eg-location-text {
    font-weight:600;
    font-size: 15px;
}
Editor is loading...
Leave a Comment