Files
xrpl-dev-portal/styles/_breadcrumbs.scss
2020-09-08 18:47:38 -07:00

21 lines
430 B
SCSS

/* Breadcrumbs -------------------------------------------------------------- */
.breadcrumb-item + .breadcrumb-item:before {
content: "\f105"; /* fontawesome angle-right */
font-family: FontAwesome;
padding-right: 5px;
}
.breadcrumbs-wrap .breadcrumb {
padding: 0;
margin-bottom: 0;
font-size: 0.833em;
}
.breadcrumb-item a {
color: $gray-200;
text-decoration: none;
&:hover {
color: $primary
}
}