File "dashboard-styles.scss"

Full Path: /websites/hqoliveoil/site/wp-content/plugins/wp-malware-removal/assets/scss/imports/dashboard-styles.scss
File size: 686 bytes
MIME-type: text/plain
Charset: utf-8

$red: hsl(350, 65%, 50%);

#malcure.postbox {

    .brandname {
        color: $red;
        display: inline-block;
        padding-left: 1.2em;
        background-size: 1.2em;
        background: url(icon-dark-trans.svg);
        padding-left: 1.618em;
        background-size: 1.618em;
        background-size: 1.4em;
        background-repeat: no-repeat;
        background-position: left center;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .infected {
        background-color: $red;
        color: white;
        padding: 1em;

        :link,
        :visited {
            color: white;
            text-decoration: underline;
        }
    }
}