develop #1

Merged
PatrickSouzaSilva merged 14 commits from develop into master 2023-02-11 02:49:46 +00:00
2 changed files with 27 additions and 12 deletions
Showing only changes of commit f43243d182 - Show all commits

View File

@ -0,0 +1,13 @@
.vtex-shelf {
:global(.vtex-shelf-1-x-title) {
padding: 16px;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #575757;
}
}

View File

@ -10,7 +10,8 @@
margin-bottom: 54px;
}
.t-action {
.listItem {
button {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
@ -26,3 +27,4 @@
color: #bfbfbf;
}
}