adjust font sizes and icons

This commit is contained in:
Lisa Passing 2015-03-17 16:04:34 +01:00
parent bfb212fc49
commit 85e4237165
2 changed files with 6 additions and 1 deletions

View File

@ -2,11 +2,14 @@ $sb-grey: #f2f2f2
$sb-font-size: 14px
.tile--sidebar
padding: 0
// border-left: 8px solid #
background-color: $white
border-bottom: 6px solid #FAF9F7
h2, p
font-size: $sb-font-size
font-weight: 400
.tabnav--sidebar
font-size: $sb-font-size

View File

@ -15,6 +15,7 @@
<div class="tile tile--sidebar">
<h2 class="tile-title">
{{#if repo.slug}}
<span {{bind-attr class=":icon :icon--job repo.lastBuildState"}}></span>
{{#link-to "repo" repo class="slug"}}{{repo.slug}}{{/link-to}}
{{/if}}
</h2>
@ -22,6 +23,7 @@
{{#if repo.slug}}
{{#if lastBuild.id}}
<p class="tile-title float-right">
<span class="icon icon--hash"></span>
{{#link-to "build" repo lastBuild.id
class="last_build"}}{{lastBuild.number}}{{/link-to}}
</p>