New layout

This commit is contained in:
Felipe M 2020-01-12 20:26:01 +01:00
parent 440e7a3994
commit f6a070f084
Signed by: fmartingr
GPG key ID: 716BC147715E716F
45 changed files with 661 additions and 758 deletions

18
static/sass/_table.sass Normal file
View file

@ -0,0 +1,18 @@
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