adjust font sizes and icons
This commit is contained in:
parent
bfb212fc49
commit
85e4237165
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user