KNACSS/styl/library/_tables.styl

26 lines
444 B
Stylus
Raw Normal View History

2017-03-06 17:35:08 +01:00
/* ----------------------------- */
/* ==Tables */
/* ----------------------------- */
table
.{$kna-namespace}table
2017-03-06 17:35:08 +01:00
width 100%
max-width 100%
table-layout fixed
border-collapse collapse
vertical-align top
margin-bottom $medium-value
2017-03-06 17:35:08 +01:00
.{$kna-namespace}table
2017-03-06 17:35:08 +01:00
display table
#recaptcha_table
.{$kna-namespace}table-auto
2017-03-06 17:35:08 +01:00
table-layout auto
td
th
vertical-align top
min-width $medium-value
2017-03-06 17:35:08 +01:00
cursor default