Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
Created July 10, 2016 08:10
Show Gist options
  • Save pro-beaver/cd94c6efb709d824ff2511ef9048fe80 to your computer and use it in GitHub Desktop.
Save pro-beaver/cd94c6efb709d824ff2511ef9048fe80 to your computer and use it in GitHub Desktop.
Dashed border Accordion style in Beaver builder plugin
/**
* Dashed border Accordion style in Beaver
* assign pro-ac-1 class to accordion
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=179
*
*/
.pro-ac-1 .fa-plus:before {
content: "\f0fe";
}
.pro-ac-1 .fa-minus:before {
content: "\f146";
}
.pro-ac-1 .fa-plus,
.pro-ac-1 .fa-minus {
opacity: 1;
}
.pro-ac-1 .fl-accordion-item {
border: dashed 1px;
margin-bottom: -1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment