mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Deleted unneeded campaign label.
This commit is contained in:
parent
e3bf8f74ab
commit
8f4b3cb85f
2 changed files with 1 additions and 4 deletions
app
|
@ -219,9 +219,6 @@ $gameControlMargin: 30px
|
|||
color: black
|
||||
text-shadow: 0 1px 0 white
|
||||
|
||||
.campaign-label
|
||||
text-shadow: 0 1px 0 white
|
||||
|
||||
.start-level
|
||||
display: block
|
||||
margin: 10px auto 0 auto
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
span(data-i18n="play.players") players
|
||||
span.spr , #{Math.round(playCount.playtime / 3600)}
|
||||
span(data-i18n="play.hours_played") hours played
|
||||
.campaign-label= i18n(campaign.attributes, 'name')
|
||||
|
||||
if isIPadApp && !level.disabled && !level.locked
|
||||
button.btn.btn-success.btn-lg.start-level(data-i18n="common.play") Play
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue