18 lines
172 B
SCSS
Executable File
18 lines
172 B
SCSS
Executable File
#products {
|
|
|
|
table {
|
|
width:100%;
|
|
}
|
|
|
|
table tr {
|
|
margin:0.3em 0;
|
|
}
|
|
|
|
table tr td {
|
|
padding:0.2em 0.5em;
|
|
margin:0.3em 0.5em;
|
|
background-color:#C0CAE0;
|
|
}
|
|
|
|
|
|
} |