updated tables
This commit is contained in:
parent
747b75751f
commit
1d968bab23
1 changed files with 36 additions and 0 deletions
36
_tables.sass
36
_tables.sass
|
|
@ -1,3 +1,39 @@
|
|||
.two-column
|
||||
width: 100%
|
||||
table-layout: fixed
|
||||
|
||||
th
|
||||
text-transform: uppercase
|
||||
|
||||
th, td
|
||||
width: 50%
|
||||
text-align: left
|
||||
|
||||
|
||||
.two-column-desc
|
||||
width: 100%
|
||||
table-layout: fixed
|
||||
|
||||
th, td
|
||||
width: 50%
|
||||
text-align: left
|
||||
|
||||
thead
|
||||
th
|
||||
text-align: left
|
||||
|
||||
tr:nth-child(1) th
|
||||
text-transform: uppercase
|
||||
padding-bottom: 0
|
||||
border-bottom: none
|
||||
|
||||
tr:nth-child(2) th
|
||||
text-transform: lowercase
|
||||
border-top: none
|
||||
font-size: .7em
|
||||
padding-left: 1rem
|
||||
|
||||
|
||||
// Quotes Table Style
|
||||
.quotes
|
||||
border-collapse: collapse
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue