Skip to content

Instantly share code, notes, and snippets.

/style.css Secret

Created November 23, 2015 03:12
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 anonymous/5cbb294178956524f309 to your computer and use it in GitHub Desktop.
Save anonymous/5cbb294178956524f309 to your computer and use it in GitHub Desktop.
* {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none; }
#dropdown {
top: auto !important; }
body {
font-family: Lato;
background-color: #fcfcfc; }
:focus {
outline: none; }
.hidden {
display: none; }
.container {
width: 80%; }
nav {
background-color: #714AB4;
height: 80px;
line-height: 80px; }
nav .button-collapse i {
line-height: 80px;
height: 80px;
position: relative;
right: 10px; }
nav li {
text-align: center; }
nav li a#logo-container.brand-logo {
height: 80px;
line-height: 80px; }
nav li a {
font-size: 1.25rem;
padding: 0 25px; }
@media screen and (min-width: 601px) {
nav .nav-wrapper i {
line-height: 80px;
height: 80px; }
nav a.button-collapse {
line-height: 80px;
height: 80px; }
nav a.button-collapse i {
line-height: 80px;
height: 80px; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment