//Webshop CSS
.shop-progress {
height:80px;
ul.menu {
list-style: none;
margin: 0;
padding: 0;
ul {
list-style: none;
display:inline-block;
height:80px;
}
li {
border-left: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: -1px 0 0 #D1D1D1;
height:80px;
width:150px;
margin: 0 -3px 0 0;
display:inline-block;
text-align:center;
vertical-align:bottom;
a, .item, .separator {
display: block;
position:absolute;
bottom:0px;
}
a:before, .item:before, .separator:before {
content: none;
//margin-right: 10px;
display: inline;
}
&:last-child {
margin-bottom: 0;
border-right: 1px solid rgba(255, 255, 255, 0.8);
border-left: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 1px 0 0 #D1D1D1, -1px 0 0 #D1D1D1;
}
ul {
margin: 0 0 0 20px;
padding: 8px 0 0;
}
}
li.active.current, li#current.active {
//border: 0;
#gradient > .vertical(darken(@body-background, 8%),@body-background);
padding: 0;
> a {
color: @body-text;
}
> a:before, > .item:before, > .separator:before {
content: none;
}
}
ul.small {
font-size: 14px;
}
}
}
Time to create page: 0.052 seconds