1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-17 22:06:41 +02:00
TableFilter/static/style/table.styl
2015-08-07 20:11:27 +10:00

27 lines
735 B
Stylus

/**
* Table's default style
*/
@import 'config'
table.TF
font-family $font-family
border-spacing 0
border 0
th
height $th-height
margin 0
background-color $th-bg-color
border-bottom 1px solid $th-bottom-border-color
border-top 1px solid $th-top-border-color
border-left 1px solid $th-left-border-color
border-right 1px solid $th-right-border-color
padding 0.1em 0.7em
color $th-font-color
td
margin 0
padding $padding
border-bottom 1px solid $td-border-color