travis-web/assets/styles/top.sass
2014-12-10 10:53:28 +01:00

125 lines
2.1 KiB
Sass

@import "_mixins/all"
#top
line-height: 60px
background: #40454f
font-size: $font-size-normal
h1
float: left
width: 72px
height: 30px
margin: 12px 40px 0 22px
text-indent: -9999px
background: inline-image('ui/logo.svg') no-repeat
background-size: cover
ul
list-style-type: none
a, span
color: #ffffff
text-decoration: none
li
display: inline-block
a, span
display: block
padding: 0 15px
&:hover
color: #ADC7D0
a.werehiring
background-color: #31363d
border-radius: 4px
<<<<<<< HEAD
padding: 8px 16px
line-height: 20px
margin-right: 80px
=======
padding: 6px 18px 6px 18px
display: inline
>>>>>>> b51ca7e50adb765bd44d2ad4aaf52707e4378dfd
li.traviscicom
a
padding-left: 0px
.menu
position: relative
.handle
margin: 0
&:hover > ul
display: block
ul
display: none
position: absolute
z-index: 300
right: 0px
top: 55px
width: 100%
background-color: $color-bg-dropdown
li
display: block
&:last-child a:hover
a
display: block
line-height: 24px
white-space: nowrap
padding: 5px 20px
&:hover
background-color: $color-bg-dropdown-highlight
.menu.community
min-width: 120px
.menu.profile
float: right
.handle > *
display: none
padding: 0 15px 0 45px
.signed-out, .signing-in
min-width: 110px
&.signed-out .signed-out
display: block
&.signing-in .signing-in
display: inline-block
&.signed-in .signed-in
display: block
.signing-in
background: inline-image('ui/spinner.svg') no-repeat 110px 22px
img
position: absolute
top: 12px
left: 5px
width: 30px
height: 30px
ul
min-width: 145px
a
padding: 5px 25px 5px 45px
&:not(.signed-in):hover ul
display: none
#home #navigation .home,
#stats #navigation .stats,
#profile #navigation .profile
background-color: transparent
a
color: #ffffff
a:hover
color: $color-link-top-highlight