mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
de-line the badge page a bit
This commit is contained in:
parent
9bd8ea4633
commit
f0c022351d
1 changed files with 9 additions and 6 deletions
|
@ -66,15 +66,17 @@
|
||||||
|
|
||||||
/* Badge listing in /badges. */
|
/* Badge listing in /badges. */
|
||||||
.badges-listing {
|
.badges-listing {
|
||||||
|
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
tr {
|
|
||||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
tr.title {
|
||||||
td {
|
border-bottom: 2px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
padding: 10px 0;
|
}
|
||||||
}
|
|
||||||
|
td {
|
||||||
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: table;
|
display: table;
|
||||||
|
@ -94,6 +96,7 @@
|
||||||
|
|
||||||
.grant-count {
|
.grant-count {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge, .grant-count {
|
.badge, .grant-count {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue