mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
more minor badge page tweaks
This commit is contained in:
parent
96119981ac
commit
3ae1df63d5
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<div class='container show-badge'>
|
<div class='container show-badge'>
|
||||||
<h1>
|
<h1>
|
||||||
{{#link-to 'badges.index'}}{{i18n 'badges.title'}}{{/link-to}}
|
{{#link-to 'badges.index'}}{{i18n 'badges.title'}}{{/link-to}}
|
||||||
{{fa-icon "angle-right"}}
|
/
|
||||||
{{model.displayName}}
|
{{model.displayName}}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|
|
@ -78,6 +78,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: table;
|
display: table;
|
||||||
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
@ -92,7 +93,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.grant-count {
|
.grant-count {
|
||||||
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue