1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

breadcrumb variants

This commit is contained in:
codecalm
2019-07-09 19:48:13 +02:00
parent 50cd04c4ce
commit 8f355f2802
5 changed files with 40 additions and 13 deletions
+8 -8
View File
@@ -4,16 +4,16 @@
background: transparent;
}
.breadcrumb-dots {
.breadcrumb-item + .breadcrumb-item::before {
content: '·';
@each $name, $symbol in $breadcrumb-variants {
.breadcrumb-#{$name} {
.breadcrumb-item + .breadcrumb-item::before {
content: $symbol;
}
}
}
.breadcrumb-arrows {
.breadcrumb-item + .breadcrumb-item::before {
content: $icon-fe-chevron-right;
font-family: $font-icons;
vertical-align: bottom;
.breadcrumb-alternate {
a {
color: $body-color;
}
}