nfu-ba/assets/stylesheets/template/widget/breadcrumb.scss

64 lines
1.0 KiB
SCSS

@charset "utf-8";
@import "../initial";
.breadcrumb {
list-style: none;
padding: 15px 5px 10px 5px;
text-align: right;
font-weight: 400;
font-size: 13px;
}
.breadcrumb>li {
display: inline-block;
&:last-child{
color: #067a8e;
}
}
.breadcrumb>li+li:before {
font-family: "Font Awesome 6 Free", FontAwesome;
content: "\f054";
padding: 0 6px;
}
.breadcrumb>.active {
color: #067a8e;
}
.breadcrumb a:hover {
color: #067a8e;
}
.breadcrumb .active {
color: #067a8e;
}
.breadcrumb-wrap{
@media(min-width: 820px){
// padding-right: 0.9375em!important;
// padding-left: 0.9375em!important;
}
}
.breadcrumb {
@media(max-width: 768px){
padding: 0;
}
margin-left: 0;
margin-bottom: 0;
background-color:transparent;
a:link, a:visited { color: $theme-color-main; }
}
.breadcrumb>li+li:before {
color: $theme-color-main;
}
.widget-breadcrumb {
&.widget1 {
li {
a {
}
&:last-child {
a {
color: #067a8e;
}
}
}
}
}