-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from WPChill/dev
Update to 2.7.4
- Loading branch information
Showing
7 changed files
with
444 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,254 @@ | ||
/* Lite vs PRO Section */ | ||
|
||
body.rsvp_page_rsvp-upgrade-to-pro #wpcontent .wrap { | ||
margin-left:0; | ||
max-width : 85%; | ||
} | ||
|
||
.rsvp-lite-vs-premium > .wpchill-plans-table.wpchill-highlight > .wpchill-pricing-package { | ||
background : #fefff0; | ||
box-shadow: 0 0 15px rgb(208 219 219); | ||
} | ||
|
||
.rsvp-lite-vs-premium .wp-badge{ | ||
display:inline-block; | ||
vertical-align:middle; | ||
position:relative; | ||
margin-right:2.5%; | ||
} | ||
|
||
.rsvp-lite-vs-premium h3 { | ||
display:block; | ||
position:relative; | ||
font-size: 16px; | ||
margin: 0; | ||
} | ||
.rsvp-lite-vs-premium p { | ||
font-size: 14px; | ||
margin: 0; | ||
} | ||
|
||
.wpchill-plans-table { | ||
display : flex; | ||
} | ||
|
||
.wpchill-plans-table.table-header { | ||
margin-top : 50px; | ||
} | ||
|
||
.wpchill-plans-table.table-footer .wpchill-pricing-package:last-child { | ||
border:0; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package { | ||
text-align : center; | ||
line-height : 1.5; | ||
padding : 10px 15px; | ||
display : flex; | ||
align-content : center; | ||
align-items : center; | ||
justify-content : center; | ||
background : #fff; | ||
border-top : 1px solid #ccc; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package:not(:first-child) { | ||
max-width : 300px; | ||
} | ||
|
||
.wpchill-plans-table.table-header .wpchill-pricing-package { | ||
border:0; | ||
} | ||
|
||
.wpchill-plans-table.table-header .wpchill-pricing-package:not(.wpchill-modula-lite):last-child:before, | ||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title.wpchill-highlight::before{ | ||
content : ''; | ||
width : auto; | ||
display : inline-block; | ||
opacity : 1; | ||
position : absolute; | ||
top : -1px; | ||
background : #41495b; | ||
text-align : center; | ||
left : 0; | ||
right : 0; | ||
color : #fff; | ||
font-size : 15px; | ||
text-transform : uppercase; | ||
padding : 10px 5px; | ||
transform : translateY(-100%); | ||
} | ||
|
||
.rsvp-lite-vs-premium .wpchill-plans-table.table-header { | ||
border-top: 0; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title { | ||
font-weight : 400; | ||
color : #666; | ||
font-size : 1.25rem; | ||
height : auto; | ||
-ms-flex-direction : column; | ||
flex-direction : column; | ||
padding-top : 30px; | ||
padding-bottom : 30px; | ||
justify-content : space-between; | ||
position : relative; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title.wpchill-modula-lite { | ||
justify-content: center; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title p.description { | ||
font-style : italic; | ||
font-size : 13px; | ||
margin-bottom: 40px; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p:last-child { | ||
font-size : 30px; | ||
margin: 0 0 40px 0; | ||
} | ||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p.old-price { | ||
margin: 0; | ||
position: relative; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p.old-price:after { | ||
content: ""; | ||
height: 2px; | ||
width: 60px; | ||
background: red; | ||
display: block; | ||
position: absolute; | ||
left: 50%; | ||
top: 52%; | ||
transform: translate(-50%,-50%); | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title p.wpchill-name { | ||
margin : 0; | ||
font-size : 36px; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.wpchill-title p.wpchill-price sup { | ||
top: 2px; | ||
position: relative; | ||
font-size: 15px; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.wpchill-empty { | ||
background : transparent; | ||
border-color : transparent; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package.feature-name { | ||
justify-content : space-between; | ||
font-weight : 400; | ||
text-align : left; | ||
font-size : 13px; | ||
display : block; | ||
background : transparent; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package .dashicons-saved { | ||
color : green; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package .dashicons { | ||
width : 30px; | ||
height : 30px; | ||
font-size : 30px; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package .dashicons-no-alt { | ||
color : #ff3439; | ||
} | ||
|
||
.wpchill-plans-table .wpchill-pricing-package:last-child { | ||
background : #fefff0; | ||
} | ||
|
||
.wpchill-pricing-package .button .dashicons { | ||
font-size: 16px; | ||
vertical-align: middle; | ||
line-height: 26px; | ||
} | ||
|
||
.wpchill-pricing-package { | ||
width:32% | ||
} | ||
|
||
.wpchill-plans-table.table-header .wpchill-pricing-package:not(.wpchill-modula-lite):last-child:before{ | ||
content:"Current package"; | ||
} | ||
|
||
/** | ||
* Upsells | ||
*/ | ||
|
||
html body .rsvp-upsell ul li { | ||
display : inline-block; | ||
margin : 0 15px 15px 35px; | ||
position : relative; | ||
list-style-type : none; | ||
text-align : left; | ||
} | ||
|
||
html body .rsvp-upsell ul li:before { | ||
font-family : Dashicons; | ||
content : "\f147"; | ||
position : absolute; | ||
left : -30px; | ||
font-size : 14px; | ||
color : green; | ||
background-color : #FFF; | ||
padding : 0 3px; | ||
border-radius : 50%; | ||
border : 1px solid #DDD; | ||
top : -1px; | ||
} | ||
|
||
html body .rsvp-upsell.rsvp-center-text { | ||
text-align : center; | ||
} | ||
|
||
/** | ||
Upsells | ||
*/ | ||
.rsvp-upsell { | ||
border : 1px solid #DDD; | ||
text-align : left; | ||
background-color : #fff; | ||
padding : 0 15px; | ||
} | ||
|
||
.rsvp-upsell { | ||
margin : 30px 0; | ||
} | ||
|
||
.rsvp-upsell h2 { | ||
font-weight : 700; | ||
background : #fff; | ||
left : -15px; | ||
top : -15px; | ||
padding : 8px 12px; | ||
position : relative; | ||
width : calc(100% + 6px); | ||
} | ||
|
||
.rsvp-upsell a { | ||
font-weight : bold; | ||
} | ||
|
||
.rsvp-upsell p.rsvp-upsell-description { | ||
font-size : 13px; | ||
line-height : 1.5; | ||
margin-top : 0; | ||
margin-bottom : 10px; | ||
} | ||
|
||
.rsvp-upsell .button { | ||
margin : 10px 10px 10px 0; | ||
} |
Oops, something went wrong.