feat : criando a area da shelf para começar a customizar

This commit is contained in:
PatrickSouza 2023-02-02 17:15:18 -03:00
parent 7374b5ecc3
commit f43243d182
2 changed files with 27 additions and 12 deletions

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;
}
}