10 lines
149 B
SCSS
10 lines
149 B
SCSS
|
.buttonText{
|
||
|
font-size: 0;
|
||
|
&::after{
|
||
|
content: "ADICIONAR À SACOLA";
|
||
|
font-weight: 400;
|
||
|
font-size: 18px;
|
||
|
line-height: 25px;
|
||
|
}
|
||
|
}
|