Improved admin dashboard

This commit is contained in:
2017-06-18 17:44:18 +02:00
parent e99225ce10
commit 130cfca211
3 changed files with 65 additions and 6 deletions

23
styles/table.scarlet Normal file
View File

@ -0,0 +1,23 @@
table
width 100%
tr
border-bottom-width 1px
border-bottom-style solid
border-bottom-color rgba(0, 0, 0, 0.05)
:last-child
border none
td
padding 0.5rem 1rem
th
font-size 1.2em
text-align left
padding 0.5rem 1rem
font-weight bold
tbody
tr
:hover
background-color rgba(0, 0, 0, 0.03)