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,19 +10,21 @@
margin-bottom: 54px;
}
.t-action {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
/* identical to box height, or 158% */
.listItem {
button {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
/* identical to box height, or 158% */
display: flex;
align-items: center;
text-align: center;
display: flex;
align-items: center;
text-align: center;
/* gray-300 */
/* gray-300 */
color: #bfbfbf;
color: #bfbfbf;
}
}