mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
de-line the badge page a bit
This commit is contained in:
parent
9bd8ea4633
commit
f0c022351d
@ -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…
Reference in New Issue
Block a user