File "glt-notices.css"

Full Path: /home/pumpbmko/public_html/wp-content/plugins/google-language-translator/css/glt-notices.css
File size: 1.01 KB
MIME-type: text/plain
Charset: utf-8

.glt-admin-notice {
    background: #fff;
    border-color: #ED494D;
    border-top: 4px;
    display: block;
    min-height: 68px;
    padding: 10px 40px 10px 145px;
    position: relative;
}
.glt-admin-notice a {
    color: #ED494D;
    text-decoration:none;
}
.glt-notice-logo {
    clear: both;
    content: "";
    display: block;
    background-image: url(../images/gt_logo.svg);
    background-size: 125px auto;
    background-repeat: no-repeat;
    background-position: 0 45%;
    width: 125px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
}
.glt-admin-notice > .dashicons {
    color: #424242;
    position: absolute;
    right: 20px;
    top: 40%;
}
.glt-notice-title {
    font-size: 24px;
    margin: 0;
}
.glt-notice-body {
    font-weight: normal;
    margin: 5px 0;
}
.glt-notice-body:after {
    clear: both;
    content: "";
    display: block;
}
.glt-notice-body li {
    float: left;
    margin-right: 20px;
}
.glt-notice-body .dashicons {
    font-size: 17px;
}
.glt-red {
    color: #ED494D;
}