restyle repo tiles for owner
This commit is contained in:
parent
6dc3dd357e
commit
f8207c75da
|
@ -38,27 +38,38 @@
|
||||||
|
|
||||||
h2
|
h2
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
|
white-space: nowrap
|
||||||
.tile-additional
|
|
||||||
font-size: $font-size-m;
|
|
||||||
@media #{$medium-up}
|
|
||||||
padding-left: 2em
|
|
||||||
|
|
||||||
.tile-status .icon-status
|
.tile-status .icon-status
|
||||||
margin-top: 1.3em
|
margin-top: 1.3em
|
||||||
|
|
||||||
p .icon
|
.tile-single
|
||||||
width: 1em
|
position: relative
|
||||||
height: 1em
|
color: $grey1
|
||||||
&.icon-github
|
p
|
||||||
width: .9em
|
padding: .1em 0
|
||||||
height: 1.2em
|
line-height: 3em
|
||||||
|
font-size: $font-size-m
|
||||||
.tile-single,
|
.icon
|
||||||
.tile-single a
|
margin-right: .3em
|
||||||
line-height: 3em
|
width: 1em
|
||||||
color: #969496
|
height: 1.1em
|
||||||
|
vertical-align: middle
|
||||||
|
&.icon-github
|
||||||
|
width: .9em
|
||||||
|
height: 1.2em
|
||||||
|
a
|
||||||
|
color: $grey1
|
||||||
|
&:hover
|
||||||
|
color: $grey1
|
||||||
|
text-decoration: underline
|
||||||
|
|
||||||
|
.tile-main
|
||||||
|
position: relative
|
||||||
|
overflow: hidden
|
||||||
|
&:after
|
||||||
|
content: ""
|
||||||
|
@include fadeOut(right, -90deg, $cream-light)
|
||||||
|
|
||||||
.tabs--owner
|
.tabs--owner
|
||||||
padding : 0 $column-gutter/2
|
padding : 0 $column-gutter/2
|
||||||
|
|
|
@ -74,8 +74,8 @@
|
||||||
a:hover
|
a:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
@media #{$xlarge-up}
|
// @media #{$xlarge-up}
|
||||||
@include grid-column(9)
|
// @include grid-column(9)
|
||||||
|
|
||||||
.tile-additional
|
.tile-additional
|
||||||
position: relative
|
position: relative
|
||||||
|
@ -135,8 +135,7 @@
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
|
||||||
// build history etc
|
// build history etc
|
||||||
.tile--build,
|
.tile--build
|
||||||
.owner-tiles
|
|
||||||
.tile-main
|
.tile-main
|
||||||
@media #{$small-only}
|
@media #{$small-only}
|
||||||
h2
|
h2
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
<h3>owner</h3>
|
<h3>owner</h3>
|
||||||
<h2>{{#link-to "repo" repo.owner.login repo.name}}repo namerepo namerepo namerepo namerepo namerepo namerepo name{{/link-to}}</h2>
|
<h2>{{#link-to "repo" repo.owner.login repo.name}}repo namerepo namerepo namerepo namerepo namerepo namerepo name{{/link-to}}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="tile-additional tile-single column medium-9 end">
|
<div class="tile-single column medium-9 end">
|
||||||
<p class="tile-job build-status column medium-3 small-6"><span class="icon icon-hash"></span>
|
<p class="tile-job build-status column medium-3 small-6"><span class="icon icon-hash"></span>
|
||||||
{{#link-to "build" repo.owner.login repo.name repo.last_build.id}}
|
{{#link-to "build" repo.owner.login repo.name repo.last_build.id}}
|
||||||
{{!-- {{repo.last_build.number}} {{repo.last_build.state}} --}}
|
{{!-- {{repo.last_build.number}} {{repo.last_build.state}} --}}
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
<h3>owner</h3>
|
<h3>owner</h3>
|
||||||
<h2>{{#link-to "repo" repo.owner.login repo.name}}repo name{{/link-to}}</h2>
|
<h2>{{#link-to "repo" repo.owner.login repo.name}}repo name{{/link-to}}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="tile-additional tile-single column medium-9 end">
|
<div class="tile-single column medium-9 end">
|
||||||
<p class="tile-job build-status column medium-3 small-6"><span class="icon icon-hash"></span>
|
<p class="tile-job build-status column medium-3 small-6"><span class="icon icon-hash"></span>
|
||||||
{{#link-to "build" repo.owner.login repo.name repo.last_build.id}}
|
{{#link-to "build" repo.owner.login repo.name repo.last_build.id}}
|
||||||
{{!-- {{repo.last_build.number}} {{repo.last_build.state}} --}}
|
{{!-- {{repo.last_build.number}} {{repo.last_build.state}} --}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user