Skip to content

Instantly share code, notes, and snippets.

@nonoesp
Last active September 6, 2016 01:00
Show Gist options
  • Save nonoesp/3dd18a53bd00898f2d90815da19af94e to your computer and use it in GitHub Desktop.
Save nonoesp/3dd18a53bd00898f2d90815da19af94e to your computer and use it in GitHub Desktop.
* {
border: none;
font-family: "ITC Franklin Gothic Std";
font-weight: 400;
}
div.box.homescreen:last-of-type {
display: none;
}
div.footerLinks a {
display: none;
}
div.header {
display: none;
}
div.login.box.homescreen p {
display: none;
}
h1 {
display: none;
}
header {
display: none;
opacity: 0;
width: 0;
}
header, .headerBurger, .backgroundPhotography, footer {
background: none;
}
img.logo {
display: none;
}
div.alert.alert-danger {
display: none;
}
input {
border: 1px solid #dadada;
border-radius: 3px;
margin-bottom: 18px;
}
input:last-of-type {
margin-bottom: 0;
}
input:focus {
outline: none;
-webkit-box-shadow: none;
}
.callToAction {
background-image: none;
-webkit-box-shadow: none;
background-color: crimson;
padding-top: 5px;
font-size: 10px;
letter-spacing: 0.084em;
border: none;
text-transform: uppercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment