Save
This commit is contained in:
@@ -616,7 +616,7 @@
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
|
||||
padding: 40px;
|
||||
padding: 35px;
|
||||
|
||||
.product-card-data-head {
|
||||
padding-bottom: 0;
|
||||
@@ -1455,8 +1455,13 @@
|
||||
}
|
||||
|
||||
.product-table {
|
||||
background: #eeeeee;
|
||||
padding: 30px;
|
||||
|
||||
table {
|
||||
background-color: transparent;
|
||||
margin: 0;
|
||||
|
||||
tr {
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #181c1d;
|
||||
@@ -1468,16 +1473,21 @@
|
||||
font-family: 'Plus Jakarta Sans', Sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 12px 5px;
|
||||
width: 50%;
|
||||
|
||||
&:nth-child(1) {
|
||||
font-weight: 600;
|
||||
width: 65%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
font-weight: 400;
|
||||
width: 35%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user