.bread-crumbs {
padding: 15px 0;
background-color: @bg-color;
li {
display: inline-block;
vertical-align: top;
margin-right: 7px;
&:after {
content: '/';
padding-left: 7px;
color: @text-color;
}
&:last-child {
margin-right: 0;
&:after {
display: none;
}
}
}
a {
display: inline-block;
border-bottom: 1px solid @text-color;
line-height: 1.1;
color: @text-color;
&:hover, &:active, &:focus {
border-bottom: 1px solid @accent-color;
color: @accent-color;
}
}
}
.bread-crumbs {
padding-left: 385px;
color: #ffffff;
.page-link {
font-size: 18px;
color: #ffffff;
&:after {
content: '';
display: inline-block;
vertical-align: middle;
padding-left: 10px;
width: 13px;
height: 8px;
background-image: url(../img/ico-next-page.png);
background-repeat: no-repeat;
background-position: center center;
}
&:hover,
&:active,
&:focus {
}
}
.current-page {
border-bottom: 5px solid @text-color-accent;
}
}