Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created February 16, 2017 12:05
Show Gist options
  • Save jainnidhi/10dff458f080a5b25fe5432c4297a550 to your computer and use it in GitHub Desktop.
Save jainnidhi/10dff458f080a5b25fe5432c4297a550 to your computer and use it in GitHub Desktop.
Beaver Button Style 29
.bb-custom-button-29 {
letter-spacing: 2px;
}
.bb-custom-button-29 a.fl-button {
background: rgb(255,146,1) !important; /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,146,1,1) 0%, rgba(255,146,1,1) 29%, rgba(255,121,18,1) 53%, rgba(255,121,18,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,146,1,1) 0%,rgba(255,146,1,1) 29%,rgba(255,121,18,1) 53%,rgba(255,121,18,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,146,1,1) 0%,rgba(255,146,1,1) 29%,rgba(255,121,18,1) 53%,rgba(255,121,18,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9201', endColorstr='#ff7912',GradientType=1 ) !important;
border-width: 3px !important;
border-color: transparent !important;
padding-right: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.bb-custom-button-29 a.fl-button:hover {
background: transparent !important;
border-color: #ff8609 !important;
}
.bb-custom-button-29 a.fl-button .fl-button-icon {
padding: 16px 19px 16px 24px;
background: #fff;
color: #FF7912;
border-radius: 100%;
font-size: 20px;
}
.bb-custom-button-29 a.fl-button:hover .fl-button-icon {
background: #FF7912;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment