mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 17:39:08 +00:00
UX: Make group report index styling more consistent with core (#72)
This commit is contained in:
parent
1085492aaa
commit
88f9d7176a
@ -12,24 +12,13 @@ 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;
|
}
|
||||||
|
&:last-child {
|
||||||
td {
|
text-align: right;
|
||||||
color: #7499bd;
|
|
||||||
padding: 0.8em 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
td:first-child {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
td:last-child {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user