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
|
||||
@include resetul
|
||||
|
||||
h3
|
||||
margin: 0
|
||||
font-size: $font-size-m;
|
||||
font-weight: 400
|
||||
// h3
|
||||
// margin: 0
|
||||
// font-size: $font-size-m;
|
||||
// font-weight: 400
|
||||
|
||||
h2
|
||||
font-size: 20px
|
||||
white-space: nowrap
|
||||
line-height: 2.5
|
||||
|
||||
.tile-status .icon-status
|
||||
margin-top: 2.1em
|
||||
|
|
|
@ -120,7 +120,8 @@ $top-height: 55px
|
|||
transform: translateY(-0.1rem);
|
||||
|
||||
@media #{$medium-up}
|
||||
height: $top-height
|
||||
&.row
|
||||
height: $top-height
|
||||
|
||||
.navigation
|
||||
height: $top-height
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<span {{bind-attr class=":icon :icon-status repo.default_branch.last_build.state"}}></span>
|
||||
</div>
|
||||
<div class="tile-main tile-header column medium-3">
|
||||
<h3>{{ownerName}}</h3>
|
||||
<h2>{{#link-to "repo" ownerName repoName }}{{repoName}}{{/link-to}}</h2>
|
||||
</div>
|
||||
<div class="column medium-9 end">
|
||||
|
|
Loading…
Reference in New Issue
Block a user