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
|
$sb-font-size: 14px
|
||||||
|
|
||||||
.tile--sidebar
|
.tile--sidebar
|
||||||
|
padding: 0
|
||||||
// border-left: 8px solid #
|
// border-left: 8px solid #
|
||||||
background-color: $white
|
background-color: $white
|
||||||
border-bottom: 6px solid #FAF9F7
|
border-bottom: 6px solid #FAF9F7
|
||||||
|
|
||||||
|
h2, p
|
||||||
|
font-size: $sb-font-size
|
||||||
|
font-weight: 400
|
||||||
|
|
||||||
.tabnav--sidebar
|
.tabnav--sidebar
|
||||||
font-size: $sb-font-size
|
font-size: $sb-font-size
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
<div class="tile tile--sidebar">
|
<div class="tile tile--sidebar">
|
||||||
<h2 class="tile-title">
|
<h2 class="tile-title">
|
||||||
{{#if repo.slug}}
|
{{#if repo.slug}}
|
||||||
|
<span {{bind-attr class=":icon :icon--job repo.lastBuildState"}}></span>
|
||||||
{{#link-to "repo" repo class="slug"}}{{repo.slug}}{{/link-to}}
|
{{#link-to "repo" repo class="slug"}}{{repo.slug}}{{/link-to}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -22,6 +23,7 @@
|
||||||
{{#if repo.slug}}
|
{{#if repo.slug}}
|
||||||
{{#if lastBuild.id}}
|
{{#if lastBuild.id}}
|
||||||
<p class="tile-title float-right">
|
<p class="tile-title float-right">
|
||||||
|
<span class="icon icon--hash"></span>
|
||||||
{{#link-to "build" repo lastBuild.id
|
{{#link-to "build" repo lastBuild.id
|
||||||
class="last_build"}}{{lastBuild.number}}{{/link-to}}
|
class="last_build"}}{{lastBuild.number}}{{/link-to}}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user