File "_popup.scss"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/chaty/src/scss/components/_popup.scss
File size: 642 bytes
MIME-type: text/plain
Charset: utf-8

.chaty-popup-input #widget_title {
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
    border-width: 1px;
    border-color: rgba(73, 104, 126, 0.5);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.upgrade-to-premium {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0,-50%);
    position: fixed;
    max-width: 90%;
    width: 672px;
    z-index: 199999;
    box-shadow: 0 19.5px 19.5px -4.875px rgba(0, 0, 0, .2),0 0 .8125px rgba(0, 0, 0, .1);
    border-radius: 12px;
    min-height: 400px;
    text-align: center;
}