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

56 lines
1009 B
SCSS

@charset "utf-8";
@import "../initial";
.breadcrumb-wrap{
@media(min-width: 820px){
// padding-right: 0.9375em!important;
// padding-left: 0.9375em!important;
}
}
.breadcrumb {
text-align: center;
margin-bottom: 2em;
@media(max-width: 768px){
padding: 0;
}
margin-left: 0;
background-color:transparent;
a:link, a:visited { color: #616161; }
}
.breadcrumb>li+li:before {
color: #616161;
}
.widget-breadcrumb {
&.widget1 {
li {
&:first-child{
a{
display:flex;
align-items: center;
&:before{
content:"\f015";
font-family: "Font Awesome 6 Free",FontAwesome;
font-size: smaller;
font-weight: 400;
}
}
}
a {
font-size: 0.9rem;
letter-spacing: 2px;
color: #616161;
}
&:last-child {
a {
color: #616161;
pointer-events: none;
}
}
}
}
}