UX: Make group report index styling more consistent with core (#72)

This commit is contained in:
tshenry 2020-10-08 19:22:16 -07:00 committed by GitHub
parent 1085492aaa
commit 88f9d7176a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 18 deletions

View File

@ -12,26 +12,15 @@ table.group-reports {
width: 20%; width: 20%;
text-align: right; text-align: right;
} }
tbody { tbody tr td {
border-top: 3px solid #e3ebf2; padding: 0.5em;
&:first-child {
tr { font-size: $font-up-1;
border-bottom: 1px solid #e3ebf2;
td {
color: #7499bd;
padding: 0.8em 0.5em;
} }
&:last-child {
td:first-child {
font-size: 16px;
}
td:last-child {
text-align: right; text-align: right;
} }
} }
}
} }
.https-warning { .https-warning {