diff --git a/_tables.sass b/_tables.sass index f339075..d47dcb6 100644 --- a/_tables.sass +++ b/_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