File "dashboard.scss"

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

@charset "utf-8";
@import url("fonts/roboto.css") all;
span.brandname {
    color: #df2040;
    display: inline-block;
    padding-left: 1.2em;
    background: url(icon-dark-trans.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.2em;
    font-weight: 500;
}

.dashboard_page_malcure-firstrun #wpbody-content {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.dashboard_page_malcure-firstrun .container_wrap {
    background: #1a2638;
    color: white;
    padding: 4em;
    margin: 15px auto;
    text-align: center;
}

.dashboard_page_malcure-firstrun .container_wrap h1, .dashboard_page_malcure-firstrun .container_wrap h2, .dashboard_page_malcure-firstrun .container_wrap h3 {
    color: white;
    font-weight: 500;
}

.dashboard_page_malcure-firstrun .container_wrap .main_heading {
    color: white;
    border-bottom: 1px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(29, 73, 140, 0.8), rgba(0, 0, 0, 0));
    border-image-slice: 1;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.has-2-columns {
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.has-2-columns .column {
    text-align: left;
    padding: 1em 1.618em;
}

.service_testimonial cite {
    color: #606d80;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.service_testimonial {
    padding: 1em 1.618em;
    background: radial-gradient(ellipse closest-side at center, #202f46, rgba(0, 0, 0, 0));
}

.service_testimonial figure, .service_testimonial blockquote {
    margin: 0;
}

figcaption {
    padding: 20px 0;
    border-top: 1px solid transparent;
    font-weight: bold;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(223, 32, 64, 1) 89%, rgba(0, 0, 0, 0));
    border-image-slice: 1;
    margin: 40px 0 0 0;
}

figcaption .round_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 8px solid #1a2638;
    float: right;
    margin: -50px 0 0px 0;
}

.rating {
    font-family: Arial !important;
}

.cta_btn, .cta_btn:visited {
    user-select: none;
    display: block;
    padding: 1em;
    text-align: center;
    color: hsl(0, 0%, 100%);
    text-decoration: none;
    font-weight: 500;
    padding: 1em 1.618em .7em 1.618em;
    font-size: 1em;
    border-radius: 35px;
    background: linear-gradient(hsl(120, 39%, 54%), hsl(120, 49%, 44%)) !important;
    border-color: hsl(120, 39%, 49%) !important;
    border-image-slice: 1;
    border-bottom: 2px solid hsl(120, 100%, 27%) !important;
    box-shadow: 0px 10px 15px #00000077;
    transition: all 0.1s linear;
    margin: 2em auto;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    outline: 0;
}

.cta_btn:hover {
    top: 0px;
    box-shadow: 0px 10px 15px #000;
    color: hsl(0, 0%, 100%);
}

.cta_btn:focus {
    outline: none;
}

.cta_btn:active {
    outline: none;
    top: 1px;
    box-shadow: 0px 10px 15px #000;
    background: linear-gradient( hsl(120, 49%, 44%), hsl(120, 39%, 54%)) !important;
}

.love .column {
    text-align: center;
}

.premium {
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(29, 73, 140, 0.8), rgba(0, 0, 0, 0));
    border-image-slice: 1;
    padding-top: 1em !important;
    margin-top: 1em !important;
}