This commit is contained in:
2024-12-13 08:31:39 +07:00
parent 1ead9da097
commit 5bdf96851e
3554 changed files with 400518 additions and 83328 deletions
@@ -0,0 +1,45 @@
/**=====================
57. breadcrumb CSS Start
==========================**/
.breadcrumb-colored{
padding: 12px 16px;
border-radius: 4px;
li{
a{
color: $breadcrumb-ancher-color;
}
&.active{
color: $breadcrumb-ancher-color;
opacity:0.7;
}
}
.breadcrumb-item{
&:before{
color: $breadcrumb-ancher-color;
}
}
.breadcrumb-item.txt-dark{
&:before{
color: $breadcrumb-ancher-dark-color;
}
}
}
.breadcrumb-icon {
--bs-breadcrumb-divider: '>';
li {
display: inline-block;
}
}
.breadcrumb-no-divider {
--bs-breadcrumb-divider: '';
}
.breadcrumb-item{
&.active{
text-transform: capitalize;
}
}
/**=====================
57. breadcrumb CSS ends
==========================**/