fmartingr.com/assets/static/sass/_table.sass
Felipe Martin 1ebca0665a Modified styles
- Added blockquote style
- Added variables file
- Justified text (experimental)
2016-12-26 10:47:30 +01:00

18 lines
259 B
Sass

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