@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
58 lines (47 loc) • 1.4 kB
CSS
@media (min-width: 941px) {
.content-table th {
border-right-color: var(--color-white-alpha-30); }
.content-table td {
border-right-color: var(--color-gray-20); } }
.content-table table,
.content-table th {
text-align: left; }
@media (max-width: 940px) {
.content-table span.text--alternative {
display: block; }
.content-table .body-copy ol,
.content-table .body-copy ul,
.content-table ul.list--checks {
margin: 20px 0; } }
@media (min-width: 941px) {
.content-table ul,
.content-table ol {
margin: 20px 0; } }
.content-table .body-copy li + li,
.content-table .list--checks li + li {
margin-top: 5px; }
.content-table th {
border-right-width: 1px;
border-right-style: solid;
padding: 15px 25px; }
.content-table th:nth-child(2) {
border-top-left-radius: 8px; }
.content-table th:last-child {
border-right: none;
border-top-right-radius: 8px; }
.content-table tbody tr > * {
padding: 20px 25px; }
.content-table tbody tr:first-of-type th {
border-top-left-radius: 8px; }
.content-table tbody tr:last-of-type th {
border-bottom-left-radius: 8px; }
.content-table td {
border-right-width: 1px;
border-right-style: solid; }
.content-table td p {
font-size: 16px;
letter-spacing: 0;
line-height: 25px; }
.content-table td:last-child {
border-right: none; }
/*# sourceMappingURL=content-table.css.map */