Adjust breadcrumb icon styling in SCSS

This commit is contained in:
2026-07-25 20:37:33 +05:00
parent 7a1b9ecda1
commit 0922ee217f
@@ -24,6 +24,10 @@
padding: 0;
}
.breadcrumb .icon {
margin-top: -2px;
}
@each $color, $value in $theme-colors {
.breadcrumb-#{$color} {
background: $value;