neotel-website/_sass/table.scss

16 lines
123 B
SCSS

table {
th,
td
{
padding: 0.5rem;
}
tr
{
&:nth-child(2n)
{
background: rgba(127, 127, 127, 0.25);
}
}
}