mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Added CodeCombat navigation from /play to / for #2044
This commit is contained in:
parent
82b3221e0d
commit
d8716ed40b
2 changed files with 13 additions and 5 deletions
|
@ -424,7 +424,7 @@ $gameControlMargin: 30px
|
|||
|
||||
#volume-button
|
||||
position: absolute
|
||||
left: 1%
|
||||
right: 1%
|
||||
top: 1%
|
||||
padding: 3px 8px
|
||||
@include opacity(0.75)
|
||||
|
@ -450,9 +450,9 @@ $gameControlMargin: 30px
|
|||
|
||||
#back-button
|
||||
position: absolute
|
||||
left: 70px
|
||||
left: -webkit-calc(1% + 55px)
|
||||
left: calc(1% + 55px)
|
||||
right: 70px
|
||||
right: -webkit-calc(1% + 55px)
|
||||
right: calc(1% + 55px)
|
||||
top: 1%
|
||||
padding: 3px 8px
|
||||
@include opacity(0.75)
|
||||
|
@ -565,7 +565,12 @@ $gameControlMargin: 30px
|
|||
margin-top: 30px
|
||||
min-width: 100px
|
||||
|
||||
|
||||
#small-nav-logo
|
||||
position: absolute
|
||||
top: 1%
|
||||
left: 1%
|
||||
height: 60px
|
||||
z-index: 1
|
||||
|
||||
body.ipad #campaign-view
|
||||
// iPad only supports up to Kithgard Gates for now.
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
a(href="/")
|
||||
img#small-nav-logo(src="/images/pages/base/logo.png", title="CodeCombat - Learn how to code by playing a game", alt="CodeCombat")
|
||||
|
||||
if campaign
|
||||
.map
|
||||
.gradient.horizontal-gradient.top-gradient
|
||||
|
|
Loading…
Reference in a new issue