Files
pedidor/style/_products.scss
2015-12-25 20:30:06 +01:00

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;
}
}