15 lines
No EOL
257 B
SCSS
15 lines
No EOL
257 B
SCSS
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;
|
|
}
|
|
} |