Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created February 16, 2017 12:05
Show Gist options
  • Save jainnidhi/634ae1cc53f83d8d190e55150bcc31d8 to your computer and use it in GitHub Desktop.
Save jainnidhi/634ae1cc53f83d8d190e55150bcc31d8 to your computer and use it in GitHub Desktop.
Beaver Button Style 30
.bb-custom-button-30 {
letter-spacing: 2px;
}
.bb-custom-button-30 a.fl-button {
border-width: 3px !important;
border-color: transparent !important;
padding-left: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.bb-custom-button-30 a.fl-button .fl-button-icon {
padding: 16px;
background: #fff;
color: #2bb673;
border-radius: 100%;
font-size: 20px;
border: 2px solid #fff;
}
.bb-custom-button-30 a.fl-button:hover .fl-button-icon {
background: transparent;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment