website/styl/lib/_sellingTable.styl

15 lines
257 B
Stylus

jl-selling-table {
table {
border-collapse: collapse;
width: 100%;
}
td, th {
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: $back-color-2;
}
}