2019-02-06 01:03:03 +01:00
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
2019-03-11 16:41:27 +01:00
|
|
|
background-color: var(--lbry-white);
|
2019-02-06 01:03:03 +01:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
thead {
|
|
|
|
cursor: default;
|
2019-04-24 21:56:26 +02:00
|
|
|
font-size: 80%;
|
2019-02-06 01:03:03 +01:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
tr {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody {
|
|
|
|
line-height: 1.55;
|
|
|
|
}
|
|
|
|
|
2019-02-07 00:41:44 +01:00
|
|
|
tr {
|
|
|
|
&:not(:last-of-type) {
|
|
|
|
td {
|
2019-03-11 16:41:27 +01:00
|
|
|
border-bottom: 1px solid var(--lbry-gray-1);
|
2019-02-07 00:41:44 +01:00
|
|
|
}
|
|
|
|
}
|
2019-02-06 01:03:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
2019-03-11 16:41:27 +01:00
|
|
|
border-bottom: 2px solid var(--lbry-black);
|
2019-02-06 01:03:03 +01:00
|
|
|
letter-spacing: 0.1rem;
|
|
|
|
text-align: left;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
}
|