Warning message if the cart is empty

This commit is contained in:
touffies
2013-10-18 09:14:11 +02:00
parent 09f5fe8af7
commit 0875a491ce

View File

@@ -78,3 +78,18 @@
}
}
// Message if no product in the cart
.cart-warning {
clear: both;
.alert; .alert-warning;
margin-bottom: 0;
text-align: center;
> a { color: inherit; }
&:before {
.icon(@warning-sign);
display: block;
font-size: 2.2em;
}
}