fix(checkout-empty): resolved problem title in small devices

This commit is contained in:
Henrique Santos Santana 2022-12-20 02:31:33 -03:00
parent 10a464b37a
commit 6d65e5df9d

View File

@ -76,8 +76,8 @@
font-size: 0px;
&::before {
@include text-size("xxs");
@include text-height("xxs", 100);
@include text-size("sm");
@include text-height("xs", 200);
content: "Seu carrinho está vazio.";
text-align: center;