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

breadcrumb

This commit is contained in:
chomik
2019-05-20 23:59:30 +02:00
parent a0e91635c7
commit c4307886ea
6 changed files with 44 additions and 1315 deletions
+15
View File
@@ -1,4 +1,19 @@
.breadcrumb {
margin: 0;
padding: 0;
background: transparent;
}
.breadcrumb-dots {
.breadcrumb-item + .breadcrumb-item::before {
content: '·';
}
}
.breadcrumb-arrows {
.breadcrumb-item + .breadcrumb-item::before {
content: $icon-fe-chevron-right;
font-family: $font-icons;
vertical-align: bottom;
}
}