remove owner name from repos on owner page and fix cta bug
This commit is contained in:
parent
8733b46d32
commit
065796bc76
|
@ -38,14 +38,15 @@
|
||||||
@extend .repo-main
|
@extend .repo-main
|
||||||
@include resetul
|
@include resetul
|
||||||
|
|
||||||
h3
|
// h3
|
||||||
margin: 0
|
// margin: 0
|
||||||
font-size: $font-size-m;
|
// font-size: $font-size-m;
|
||||||
font-weight: 400
|
// font-weight: 400
|
||||||
|
|
||||||
h2
|
h2
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
line-height: 2.5
|
||||||
|
|
||||||
.tile-status .icon-status
|
.tile-status .icon-status
|
||||||
margin-top: 2.1em
|
margin-top: 2.1em
|
||||||
|
|
|
@ -120,7 +120,8 @@ $top-height: 55px
|
||||||
transform: translateY(-0.1rem);
|
transform: translateY(-0.1rem);
|
||||||
|
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
height: $top-height
|
&.row
|
||||||
|
height: $top-height
|
||||||
|
|
||||||
.navigation
|
.navigation
|
||||||
height: $top-height
|
height: $top-height
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
<span {{bind-attr class=":icon :icon-status repo.default_branch.last_build.state"}}></span>
|
<span {{bind-attr class=":icon :icon-status repo.default_branch.last_build.state"}}></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="tile-main tile-header column medium-3">
|
<div class="tile-main tile-header column medium-3">
|
||||||
<h3>{{ownerName}}</h3>
|
|
||||||
<h2>{{#link-to "repo" ownerName repoName }}{{repoName}}{{/link-to}}</h2>
|
<h2>{{#link-to "repo" ownerName repoName }}{{repoName}}{{/link-to}}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="column medium-9 end">
|
<div class="column medium-9 end">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user