Skip to content

Commit

Permalink
v2.3
Browse files Browse the repository at this point in the history
- added VC elements
  • Loading branch information
raducretu committed Dec 9, 2015
1 parent 4685d70 commit 87183f9
Show file tree
Hide file tree
Showing 34 changed files with 1,373 additions and 1,526 deletions.
800 changes: 800 additions & 0 deletions class.vc.php

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions css/render.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@

/* Shortcodes - Accordion
================================================= */
$curly_css_output .= '.panel{
$curly_css_output .= '
.panel{
border-bottom: 1px solid '.$curly_color_text->opacity(0.15).';
}
footer .panel{
Expand All @@ -78,14 +79,14 @@
.btn:focus,
input[type="button"],
input[type="submit"],
.button{
.button:not(.wc-forward){
background: '.$curly_color_primary.';
color: '.$curly_color_primary->contrast().';
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover{
.button:not(.wc-forward):hover{
background: '.$curly_color_primary->darken().';
color: '.$curly_color_primary->contrast().';
}';
Expand Down
Loading

0 comments on commit 87183f9

Please sign in to comment.