change some owner styles
This commit is contained in:
parent
f8207c75da
commit
b0bccce0ab
|
@ -26,6 +26,11 @@
|
||||||
color: #969496
|
color: #969496
|
||||||
font-size: $font-size-sm
|
font-size: $font-size-sm
|
||||||
|
|
||||||
|
.owner-avatar,
|
||||||
|
.owner-info
|
||||||
|
@extend %inline-block
|
||||||
|
vertical-align: middle
|
||||||
|
margin-right: 1.5em
|
||||||
|
|
||||||
.owner-tiles
|
.owner-tiles
|
||||||
@extend .repo-main
|
@extend .repo-main
|
||||||
|
@ -69,7 +74,11 @@
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
&:after
|
&:after
|
||||||
content: ""
|
content: ""
|
||||||
@include fadeOut(right, -90deg, $cream-light)
|
@include fadeOut(right, -90deg, $cream-light, 20%)
|
||||||
|
& ~ .tile-single
|
||||||
|
@media #{$medium-up}
|
||||||
|
padding-left: 2em
|
||||||
|
border-left: 1px solid $grey4
|
||||||
|
|
||||||
.tabs--owner
|
.tabs--owner
|
||||||
padding : 0 $column-gutter/2
|
padding : 0 $column-gutter/2
|
||||||
|
|
|
@ -2,18 +2,15 @@
|
||||||
|
|
||||||
<header class="owner-header row">
|
<header class="owner-header row">
|
||||||
<section class="columns small-10 medium-5 large-4">
|
<section class="columns small-10 medium-5 large-4">
|
||||||
<div class="media">
|
<div class="owner-avatar">
|
||||||
<div class="media-elem">
|
|
||||||
<img {{bind-attr src="avatarURL"}} alt="">
|
<img {{bind-attr src="avatarURL"}} alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="media-body">
|
<div class="owner-info">
|
||||||
<h1 class="owner-title">{{owner.name}}</h1>
|
<h1 class="owner-title">{{owner.name}}</h1>
|
||||||
|
|
||||||
{{!-- TODO: only sync btn if user part of org --}}
|
{{!-- TODO: only sync btn if user part of org --}}
|
||||||
<p class="owner-handle"><a {{bind-attr href="githubProfile"}} title=""><span class="icon icon--github-circle"></span> {{owner.login}}</a></p>
|
<p class="owner-handle"><a {{bind-attr href="githubProfile"}} title=""><span class="icon icon--github-circle"></span> {{owner.login}}</a></p>
|
||||||
{{owner-sync-button owner=owner}}
|
{{owner-sync-button owner=owner}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user