fadeout repos descriptions
This commit is contained in:
parent
3aa3dd5e00
commit
13fc4e83e5
|
@ -114,8 +114,6 @@ p.profile-user-last
|
||||||
width: grid-calc(7, 24)
|
width: grid-calc(7, 24)
|
||||||
@media #{$large-up}
|
@media #{$large-up}
|
||||||
width: grid-calc(5, 24)
|
width: grid-calc(5, 24)
|
||||||
a
|
|
||||||
text-decoration: none
|
|
||||||
.switch
|
.switch
|
||||||
display: inline-block
|
display: inline-block
|
||||||
.profile-settings
|
.profile-settings
|
||||||
|
@ -130,8 +128,10 @@ p.profile-user-last
|
||||||
|
|
||||||
.profile-repo
|
.profile-repo
|
||||||
@extend %border-radius-4px
|
@extend %border-radius-4px
|
||||||
|
position: relative
|
||||||
width: grid-calc(14, 24)
|
width: grid-calc(14, 24)
|
||||||
padding: .25em .5em .3em
|
padding: .25em .5em .3em
|
||||||
|
white-space: nowrap
|
||||||
span
|
span
|
||||||
display: none
|
display: none
|
||||||
margin-left: 2rem
|
margin-left: 2rem
|
||||||
|
@ -139,8 +139,14 @@ p.profile-user-last
|
||||||
color: #484849
|
color: #484849
|
||||||
&:hover
|
&:hover
|
||||||
background-color: #ededec
|
background-color: #ededec
|
||||||
|
&:after
|
||||||
|
content: ""
|
||||||
|
@include fadeOut(right, -90deg, #ededec)
|
||||||
.active &:hover
|
.active &:hover
|
||||||
background-color: #e2eee2
|
background-color: #e2eee2
|
||||||
|
&:after
|
||||||
|
content: ""
|
||||||
|
@include fadeOut(right, -90deg, #e2eee2)
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
width: grid-calc(17, 24)
|
width: grid-calc(17, 24)
|
||||||
height: 30px
|
height: 30px
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<p>We're only showing you public repositories. You can find your private projects on <a href="https://travis-ci.com" title="travis-ci.com">travis-ci.com</a>.</p>
|
<p>We're only showing you public repositories. You can find your private projects on <a href="https://travis-ci.com" title="travis-ci.com">travis-ci.com</a>.</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="profile-getstarted">
|
<section class="profile-getstarted">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user