38 lines
556 B
Sass
38 lines
556 B
Sass
@use 'org-media-sass/categories/business' as *
|
|
|
|
|
|
.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
|
|
|