Files
xrpl-dev-portal/styles/_breadcrumbs.scss
Mayukha Vadari 0b247281eb run prettier
2026-01-12 14:19:31 -05:00

31 lines
564 B
SCSS

/* Breadcrumbs -------------------------------------------------------------- */
.breadcrumbs-wrap {
position: relative;
z-index: 11;
padding: 0 0 2rem 0;
}
.interactive-block .breadcrumbs-wrap {
padding: 0;
}
.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;
}
}