1 line
896 B
CSS
1 line
896 B
CSS
table{width:100%;position:relative}table tr{height:5rem}table th,table td{overflow:hidden}table th:first-of-type,table td:first-of-type{padding-left:var(--spacing-l)}table th:last-of-type,table td:last-of-type{padding-right:var(--spacing-l)}table thead{cursor:default;position:relative}table thead th{border-bottom:2px solid var(--color-border);text-align:left}table tr:not(:last-of-type) td{border-bottom:1px solid var(--color-border)}table tr:nth-child(2n){background-color:var(--color-white-alt)}table th,table td{padding:.5rem 1rem}.table__item-label{font-size:var(--font-multiplier-small);font-weight:300;color:var(--color-subtitle)}.table__item--align-right{text-align:right}.table__item--actionable{vertical-align:middle}.table__item--actionable .button{vertical-align:top;height:2rem;top:-0.2rem;padding:var(--spacing-s);margin-left:var(--spacing-m)}/*# sourceMappingURL=table.css.map */
|