Skip to content

Instantly share code, notes, and snippets.

@zanesensenig
Created January 5, 2016 17:37
Show Gist options
  • Save zanesensenig/c0d17ed2c87257fb7058 to your computer and use it in GitHub Desktop.
Save zanesensenig/c0d17ed2c87257fb7058 to your computer and use it in GitHub Desktop.
New Site SASS Reset
//Admin Toolbar style fix
#admin-menu-wrapper, #admin-menu-wrapper ul {
font-size: 11px;
}
// Remove first time div on home page
div#first-time {
display: none;
}
// Remove reveal background
.reveal-modal-bg{
background: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment