????
Current Path : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/ |
Current File : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/_breadcrumbs.scss |
// // Breadcrumbs // -------------------------------------------------- .breadcrumb { padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal; margin-bottom: $line-height-computed; list-style: none; background-color: $breadcrumb-bg; border-radius: $border-radius-base; a{ color: $breadcrumb-link-color; &:hover{ color: $breadcrumb-link-hover-color; } } a, > li { display: inline-block; + a:before, + li:before { content: " > "; // Unicode space added since inline-block means non-collapsing white-space padding: 0 5px; color: $breadcrumb-color; } } > .active { color: $breadcrumb-active-color; } }