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