Skip to content

Instantly share code, notes, and snippets.

@robhob
Created January 25, 2018 11:49
Show Gist options
  • Save robhob/65097a65e9eb838ac4a5f004eb53e396 to your computer and use it in GitHub Desktop.
Save robhob/65097a65e9eb838ac4a5f004eb53e396 to your computer and use it in GitHub Desktop.
/* Breadcrumbs */
@media only screen and (max-width: 1400px) {
.breadcrumb {
display:none !important;
}
}
.breadcrumb a {
color: #ffffff;
}
.breadcrumb a:after {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb:before {
content: "\f015";
display: inline-block;
vertical-align: middle;
font-family: 'FontAwesome';
font-size: 12px;
font-weight: normal;
margin-right: 6px;
}
.breadcrumb {
background: none;
height: 30px;
line-height: 27px;
display: inline-block;
vertical-align: middle;
padding-top: 1px;
padding-left: 10px;
padding-right: 10px;
font-size: 11px !important;
font-size: 0.833rem;
font-weight: 700;
color: #fff;
border: 1px solid rgba(255,255,255,.2);
margin-right: 20px;
border-radius: 2px;
list-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment