Skip to content

Instantly share code, notes, and snippets.

@monzou
Last active December 17, 2015 06:29
Show Gist options
  • Save monzou/5565908 to your computer and use it in GitHub Desktop.
Save monzou/5565908 to your computer and use it in GitHub Desktop.
#global-header {
.nav {
li.divider {
*width: 100%;
height: 1px;
margin: 0;
padding: 0;
background-color: darken($inverse, 30%);
&+li {
padding-top: 3px;
}
}
&.account {
@extend .pull-right;
}
}
}
#global-footer {
font-size: $font-size-small;
.container {
padding: 1em 0;
ul {
margin: 0;
&.system-info {
float: left;
@extend .inline;
}
&.user-info {
float: right;
@extend .inline;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment