Skip to content

Instantly share code, notes, and snippets.

@bradleypriest
Created July 27, 2016 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradleypriest/f5f7ca524132c8ebb7a518f7e485f802 to your computer and use it in GitHub Desktop.
Save bradleypriest/f5f7ca524132c8ebb7a518f7e485f802 to your computer and use it in GitHub Desktop.
.fp__action-bar, .fp__header, .content__header, .mobile-navigation {
display: none;
}
.fp__drag-and-drop {
position: inherit;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
}
.fp__drag-and-drop .label {
width: 100%;
}
.fp__drag-and-drop .hide-this {
padding: 40px 0px;
border: 1px dashed #c4ced1 !important;
}
/* Button */
.btn--primary {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background-color: #70cf32;
background-image: none !important;
border: 0 !important;
text-shadow: none !important;
color: #FFF;
padding: 10px 15px;
font-size: 12px;
line-height: 12px;
font-family: "Raleway", Arial;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
width: 100%;
}
.btn--primary:hover {
background-color: #7bda3d;
background-image: linear-gradient(#7bda3d, #6dd529);
}
.label__heading {
font-size: 12px !important;
text-align: center !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment