develop #1
13
styles/sass/pages/product/vtex.shelf.scss
Normal file
13
styles/sass/pages/product/vtex.shelf.scss
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
@ -10,19 +10,21 @@
|
|||||||
margin-bottom: 54px;
|
margin-bottom: 54px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.t-action {
|
.listItem {
|
||||||
font-family: "Open Sans";
|
button {
|
||||||
font-style: normal;
|
font-family: "Open Sans";
|
||||||
font-weight: 400;
|
font-style: normal;
|
||||||
font-size: 24px;
|
font-weight: 400;
|
||||||
line-height: 38px;
|
font-size: 24px;
|
||||||
/* identical to box height, or 158% */
|
line-height: 38px;
|
||||||
|
/* identical to box height, or 158% */
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
/* gray-300 */
|
/* gray-300 */
|
||||||
|
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user