Update counter visability

This commit is contained in:
Urban Rotnik 2020-01-17 11:59:46 +01:00
parent 3a24d3150d
commit 6bf08a9f3d

View file

@ -30,10 +30,10 @@
.limit-counter-container {
@include font-small;
bottom: 0;
color: $brand-danger;
display: none;
color: $color-silver-chalice;
&.error-to-many-items {
color: $brand-danger;
display: inline;
}
}