18 lines
271 B
Sass
18 lines
271 B
Sass
table
|
|
margin: 0 0 40px 0
|
|
width: 100%
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.2)
|
|
|
|
th
|
|
background: $highlight-color
|
|
color: white
|
|
font-weight: bold
|
|
|
|
tr
|
|
background: $lightgray
|
|
|
|
&:nth-of-type(odd)
|
|
background: $darkgray
|
|
|
|
td, th
|
|
padding: 6px
|