_info-bar.css
460 Bytes
.blk-cart-page {
.info-bar {
margin-top: 20px;
padding: 8px 30px;
background: #f5f5f5;
font-size: 14px;
color: #818181;
a {
color: #219dd6;
}
.pull-right {
float: right;
width: 14px;
height: 14px;
font-size: 14px;
color: #818181;
&:hover {
cursor: pointer;
}
}
}
}