diff --git a/templates/default/assets/less/thelia/cart.less b/templates/default/assets/less/thelia/cart.less index 230088cea..58f32a4c9 100644 --- a/templates/default/assets/less/thelia/cart.less +++ b/templates/default/assets/less/thelia/cart.less @@ -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; + } +} \ No newline at end of file