New layout
This commit is contained in:
parent
440e7a3994
commit
f6a070f084
45 changed files with 661 additions and 758 deletions
18
static/sass/_table.sass
Normal file
18
static/sass/_table.sass
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue