Adjust breadcrumb icon styling in SCSS
This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breadcrumb .icon {
|
||||||
|
margin-top: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
@each $color, $value in $theme-colors {
|
@each $color, $value in $theme-colors {
|
||||||
.breadcrumb-#{$color} {
|
.breadcrumb-#{$color} {
|
||||||
background: $value;
|
background: $value;
|
||||||
|
|||||||
Reference in New Issue
Block a user