prepare orgs access link

This commit is contained in:
Lisa Passing 2015-04-08 15:50:41 +02:00
parent 970a1e7f4f
commit 3cf6b3f46e
3 changed files with 14 additions and 2 deletions

View File

@ -186,4 +186,11 @@ p.profile-user-last
width: grid-calc(19, 24)
.profile-additional
border-top: solid 2px #f3f2f2
p
color: #adaaab
line-height: $line-height-m
a
color: #adaaab
text-decoration: underline

View File

@ -118,7 +118,9 @@ $top-height: 55px
> li
display: inline-block
margin-right: 1rem
.centered & > li.signed-out
.centered & li.signed-out
.centered & li.signed-in
.centered & li.signing-in
margin-right: 0
a
height: $top-height

View File

@ -29,4 +29,7 @@
{{/link-to}}
{{/collection}}
</section>
<section class="profile-additional">
<p>Is an organization missing?<br><a href="https://github.com/settings/connections/applications/:client_id" title="Organization settings on GitHub">Review and add</a> your authorized Orgs.</p>
</section>
</aside>