travis-web/assets/styles/app/github.sass
2015-02-05 15:27:08 +01:00

38 lines
697 B
Sass

@import "app/_mixins/all"
#github-wrapper
position: absolute
z-index: 1001
top: -40px
right: 0px
width: 135px
height: 135px
overflow: hidden
pointer-events: none
#github
display: block
position: absolute
z-index: 1001
top: 40px
right: -70px
width: 250px
padding: 3px 0
border-top: 2px solid #ef9f4c
border-bottom: 2px solid #ef9f4c
background: #ef7600
color: white
text-align: center
text-decoration: none
font-size: 13px
font-weight: bold
line-height: 19px
letter-spacing: -1px
text-shadow: 0 0 10px #522600
pointer-events: auto
transform: rotate(45deg)
box-shadow: rgba(black, 0.5) 1px 1px 10px, rgba(black, 0.07) 0 0 3px 1px inset