Chore/BOOK-773 replace old typography variables * chore(BOOK-773): Replaced body typography * chore(BOOK-773): Replaced caption typography * chore(BOOK-773): Replaced footnote typography * chore(BOOK-773): Replaced subtitle typography Approved-by: Bianca Widstam
30 lines
440 B
CSS
30 lines
440 B
CSS
.header {
|
|
background-color: inherit;
|
|
}
|
|
|
|
.iconRow {
|
|
border-bottom: none;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1;
|
|
background-color: inherit;
|
|
}
|
|
|
|
.verticalTableHeader {
|
|
min-width: 242px;
|
|
}
|
|
|
|
.iconTh {
|
|
padding: var(--Space-x5) var(--Space-x2) var(--Space-x2);
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.summaryTh {
|
|
padding: 0 var(--Space-x2) var(--Space-x2);
|
|
vertical-align: top;
|
|
}
|
|
|
|
.select {
|
|
padding: 0 var(--Space-x2) var(--Space-x2);
|
|
}
|