more minor badge page tweaks

This commit is contained in:
Jeff Atwood 2016-03-23 02:32:44 -07:00
parent 96119981ac
commit 3ae1df63d5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div class='container show-badge'>
<h1>
{{#link-to 'badges.index'}}{{i18n 'badges.title'}}{{/link-to}}
{{fa-icon "angle-right"}}
/
{{model.displayName}}
</h1>

View File

@ -78,6 +78,7 @@
width: 90%;
padding: 10px;
display: table;
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
.row {
display: table-row;
@ -92,7 +93,6 @@
}
.grant-count {
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
font-size: 120%;
}