Skip to content

Instantly share code, notes, and snippets.

@ciaranha
Created March 6, 2018 13:38
Show Gist options
  • Save ciaranha/88d558fd1e370b70fea475b890c4156a to your computer and use it in GitHub Desktop.
Save ciaranha/88d558fd1e370b70fea475b890c4156a to your computer and use it in GitHub Desktop.
A virtual viwe styles
h2 {
font-weight: 500;
}
.pricing-box .plan-after-price {
font-size: 12px;
}
.header-sticky #site-navigation ul li a {
color: #363b42;
}
h1.site-title a {
color: #fff !important;
}
.header-sticky h1.site-title a {
color: #363b42 !important;
}
.header-overlay #site-navigation ul li[class^='menu-button-outline'] a {
border: 1px solid #0fccd8;}
.background-angle {
background-position: bottom !important;
background-repeat: no-repeat;
}
.service-areas .wpb_column.vc_column_container.vc_col-sm-4 {
box-shadow: 2px 2px 15px 0 rgba(102,102,119,0.11);
background: #fff;
padding: 20px 10px 0;
margin: 6px;
border-radius: 3px;
border: 1px solid rgba(225,230,235, 0.7);
}
.service-areas {
display: flex;
}
.service-content {
font-weight: 400 !important;
}
.stats .mnky_service-box {
box-shadow: 2px 2px 15px 0 rgba(102,102,119,0.11);
background: #fff;
padding: 12px;
border-radius: 3px;
border: 1px solid rgba(225,230,235, 0.7);
}
.plan-cta {
background: #0fccd8 !important;
color: #fff !important;
}
.contact-box {
box-shadow: 2px 2px 15px 0 rgba(102,102,119,0.11);
background: #fff;
}
.pricing-footer {
box-shadow: 2px 2px 15px 0 rgba(102,102,119,0.11);
background: #fff;
margin: 40px 0;
border-radius: 3px;
padding: 20px;
border: 1px solid #0fccd8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment