vendor/assets/stylesheets/breadcrumb.scss in active_frontend-5.0.1 vs vendor/assets/stylesheets/breadcrumb.scss in active_frontend-6.0.0

- old
+ new

@@ -1,9 +1,14 @@ /* Table of Contents ================================================== +# Import # Breadcrumb */ +/* # Import +================================================== */ +@import 'activefrontend'; + /* # Breadcrumb ================================================== */ .breadcrumb { list-style: none; margin-bottom: 10px; @@ -12,12 +17,12 @@ .breadcrumb > li { display: inline-block; font-weight: bold; font-size: 13px; } -.breadcrumb > li > a { color: rgba(42,44,48,1); } -.breadcrumb > li > a:hover { color: rgba(0,153,255,1); } +.breadcrumb > li > a { color: rgba(35,41,55,1); } +.breadcrumb > li > a:hover { color: $primary-color; } .breadcrumb > li > .divider { - color: rgba(42,44,48,1); + color: rgba(35,41,55,1); padding: 0 5px; } -.breadcrumb > .active { color: rgba(0,153,255,1); } +.breadcrumb > .active { color: $primary-color; } \ No newline at end of file