Merge branch 'master' into landing-page
This commit is contained in:
commit
f7e0440a91
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
.sync-button
|
.sync-button
|
||||||
padding: 0.8em 0
|
padding: 0.8em 0
|
||||||
button
|
button
|
||||||
|
@ -76,4 +75,4 @@
|
||||||
|
|
||||||
.spinner-container
|
.spinner-container
|
||||||
text-align: center
|
text-align: center
|
||||||
padding: 1.5em 1em
|
padding: 1.5em 1em
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
size: $size
|
size: $size
|
||||||
position: $pos
|
position: $pos
|
||||||
|
|
||||||
|
.application, .application > .error, .application > .error > .main
|
||||||
|
min-height: 100vh
|
||||||
|
|
||||||
|
|
||||||
.error,
|
.error,
|
||||||
.maintenance
|
.maintenance
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
|
@ -146,6 +146,12 @@ p.profile-user-last
|
||||||
width: 14px
|
width: 14px
|
||||||
height: 14px
|
height: 14px
|
||||||
|
|
||||||
|
.profile-hooklist .sync-spinner
|
||||||
|
display: inline !important
|
||||||
|
|
||||||
|
.profile-settings span
|
||||||
|
display: inline-block !important
|
||||||
|
|
||||||
.profile-repo
|
.profile-repo
|
||||||
@extend %border-radius-4px
|
@extend %border-radius-4px
|
||||||
position: relative
|
position: relative
|
||||||
|
|
|
@ -77,12 +77,13 @@
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
{{travis-switch action="toggle" target=hook toggleAutomatically="false"}}
|
{{travis-switch action="toggle" target=hook toggleAutomatically="false"}}
|
||||||
{{!-- <button class="switch is-on"></button> --}}
|
{{!-- <button class="switch is-on"></button> --}}
|
||||||
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
|
|
||||||
</div>
|
|
||||||
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
|
|
||||||
{{#if hook.isSaving}}
|
{{#if hook.isSaving}}
|
||||||
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
||||||
|
{{else}}
|
||||||
|
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
</div>
|
||||||
|
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
|
||||||
{{hook.slug}}
|
{{hook.slug}}
|
||||||
<span>{{hook.description}}</span></a>
|
<span>{{hook.description}}</span></a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user