neotel-website/_sass/table.scss

16 lines
123 B
SCSS
Raw Permalink Normal View History

2021-06-07 12:31:15 +00:00
table {
th,
td
{
padding: 0.5rem;
}
tr
{
&:nth-child(2n)
{
background: rgba(127, 127, 127, 0.25);
}
}
}