prepare orgs access link
This commit is contained in:
parent
970a1e7f4f
commit
3cf6b3f46e
|
@ -186,4 +186,11 @@ p.profile-user-last
|
||||||
width: grid-calc(19, 24)
|
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
|
||||||
|
|
|
@ -118,7 +118,9 @@ $top-height: 55px
|
||||||
> li
|
> li
|
||||||
display: inline-block
|
display: inline-block
|
||||||
margin-right: 1rem
|
margin-right: 1rem
|
||||||
.centered & > li.signed-out
|
.centered & li.signed-out
|
||||||
|
.centered & li.signed-in
|
||||||
|
.centered & li.signing-in
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
a
|
a
|
||||||
height: $top-height
|
height: $top-height
|
||||||
|
|
|
@ -29,4 +29,7 @@
|
||||||
{{/link-to}}
|
{{/link-to}}
|
||||||
{{/collection}}
|
{{/collection}}
|
||||||
</section>
|
</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>
|
</aside>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user