Added styles for tables
This commit is contained in:
parent
9fa059a16b
commit
6d58962e08
1 changed files with 18 additions and 0 deletions
18
assets/static/sass/_table.sass
Normal file
18
assets/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: #c93737
|
||||
color: white
|
||||
font-weight: bold
|
||||
|
||||
tr
|
||||
background: #f6f6f6
|
||||
|
||||
&:nth-of-type(odd)
|
||||
background: #e9e9e9
|
||||
|
||||
td, th
|
||||
padding: 6px
|
Loading…
Add table
Add a link
Reference in a new issue