Save
This commit is contained in:
@@ -1453,3 +1453,31 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product-table {
|
||||
table {
|
||||
background-color: transparent;
|
||||
tr {
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #181c1d;
|
||||
|
||||
td {
|
||||
border: none;
|
||||
background-color: transparent !important;
|
||||
|
||||
font-family: 'Plus Jakarta Sans', Sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 12px 5px;
|
||||
|
||||
&:nth-child(1) {
|
||||
font-weight: 600;
|
||||
width: 65%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
font-weight: 400;
|
||||
width: 35%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user