/* Table of Contents ================================================== # Import # Breadcrumb */ /* # Import ================================================== */ @import 'activefrontend'; /* # Breadcrumb ================================================== */ .breadcrumb { list-style: none; margin-bottom: 10px; padding: 0; } .breadcrumb > li { display: inline-block; font-weight: bold; font-size: 13px; } .breadcrumb > li > a { color: rgba(35,41,55,1); } .breadcrumb > li > a:hover { color: $primary-color; } .breadcrumb > li > .divider { color: rgba(35,41,55,1); padding: 0 5px; } .breadcrumb > .active { color: $primary-color; }