move the CSS rules extracted from alternating-rows-and-columns into a table-scaffolding mixin.
This commit is contained in:
parent
3d340b6972
commit
77e19e512b
@ -1 +1,2 @@
|
||||
@import tables/scaffolding.sass
|
||||
@import tables/alternating_rows_and_columns.sass
|
@ -0,0 +1,11 @@
|
||||
=table-scaffolding
|
||||
td,
|
||||
th
|
||||
:padding 2px
|
||||
&.numeric
|
||||
:text-align right
|
||||
tbody
|
||||
th
|
||||
:text-align center
|
||||
thead
|
||||
:font-size .9em
|
Loading…
Reference in New Issue
Block a user