2016-11-28 12:45:13 -05:00
|
|
|
.table {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
2016-12-04 12:10:40 -05:00
|
|
|
margin-bottom: 20px;
|
2016-11-28 12:45:13 -05:00
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
th,
|
|
|
|
td {
|
2016-11-28 12:45:13 -05:00
|
|
|
padding: 8px;
|
2016-12-13 07:42:10 -05:00
|
|
|
line-height: 18px;
|
2016-11-28 12:45:13 -05:00
|
|
|
vertical-align: top;
|
2017-05-08 09:57:49 -04:00
|
|
|
border-top: 1px solid $ui-base-color;
|
2016-11-28 12:45:13 -05:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > thead > tr > th {
|
|
|
|
vertical-align: bottom;
|
2017-05-08 09:57:49 -04:00
|
|
|
border-bottom: 2px solid $ui-base-color;
|
2016-11-28 12:45:13 -05:00
|
|
|
border-top: 0;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2016-12-04 12:10:40 -05:00
|
|
|
|
|
|
|
& > tbody > tr > th {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
& > tbody > tr:nth-child(odd) > td,
|
|
|
|
& > tbody > tr:nth-child(odd) > th {
|
2017-05-08 09:57:49 -04:00
|
|
|
background: $ui-base-color;
|
2016-12-13 07:42:10 -05:00
|
|
|
}
|
|
|
|
|
2016-12-04 12:10:40 -05:00
|
|
|
a {
|
2017-05-08 09:57:49 -04:00
|
|
|
color: $ui-highlight-color;
|
2016-12-04 12:10:40 -05:00
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2017-01-12 14:46:24 -05:00
|
|
|
|
|
|
|
strong {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2017-06-25 10:54:30 -04:00
|
|
|
|
|
|
|
&.inline-table {
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > tbody > tr:nth-child(odd) > td,
|
|
|
|
& > tbody > tr:nth-child(odd) > th {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
}
|
2016-11-28 12:45:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
samp {
|
2017-05-07 09:23:06 -04:00
|
|
|
font-family: 'mastodon-font-monospace', monospace;
|
2016-11-28 12:45:13 -05:00
|
|
|
}
|
2016-12-04 12:10:40 -05:00
|
|
|
|
2016-12-13 07:42:10 -05:00
|
|
|
a.table-action-link {
|
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
padding: 0 10px;
|
2017-05-08 09:57:49 -04:00
|
|
|
color: rgba($primary-text-color, 0.7);
|
2016-12-13 07:42:10 -05:00
|
|
|
font-weight: 500;
|
2016-12-04 12:10:40 -05:00
|
|
|
|
2016-12-13 07:42:10 -05:00
|
|
|
&:hover {
|
2017-05-08 09:57:49 -04:00
|
|
|
color: $primary-text-color;
|
2016-12-04 12:10:40 -05:00
|
|
|
}
|
|
|
|
|
2016-12-13 07:42:10 -05:00
|
|
|
i.fa {
|
|
|
|
font-weight: 400;
|
|
|
|
margin-right: 5px;
|
2016-12-04 12:10:40 -05:00
|
|
|
}
|
|
|
|
}
|