forked from M3-Academy/challenge-vtex-io
13 lines
247 B
SCSS
13 lines
247 B
SCSS
.buttonDataContainer {
|
|
font-size: 0;
|
|
.buttonText::after {
|
|
content: "ADICIONAR À SACOLA";
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
// color: #ffffff;
|
|
}
|
|
}
|