You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

48 lines
732 B

//
// Breadcrumb
//
.breadcrumb-item {
font-size: $font-size-sm;
&.text-white{
&::before {
color: $white;
}
}
}
.breadcrumb-dark {
background-color: $breadcrumb-dark-bg;
.breadcrumb-item {
font-weight: 600;
a {
color: $breadcrumb-dark-color;
&:hover {
color: $breadcrumb-dark-hover-color;
}
}
+ .breadcrumb-item {
&::before {
color: $breadcrumb-dark-divider-color;
}
}
&.active {
color: $breadcrumb-dark-active-color;
}
}
}
// Links
.breadcrumb-links {
padding: 0;
margin: 0;
background: transparent;
}