mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Tweaked the home page button. #279
This commit is contained in:
parent
b4cd7bdec4
commit
0b7224e2f4
2 changed files with 5 additions and 4 deletions
|
@ -19,10 +19,11 @@
|
||||||
letter-spacing: 1px
|
letter-spacing: 1px
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
a
|
button
|
||||||
font-size: 40px
|
font-size: 40px
|
||||||
width: 300px
|
width: 300px
|
||||||
height: 80px
|
height: 80px
|
||||||
|
|
||||||
//@include transition(color .10s linear) // buggy in chrome, coloring doesn't get the right edge of the word
|
//@include transition(color .10s linear) // buggy in chrome, coloring doesn't get the right edge of the word
|
||||||
|
|
||||||
&:hover a, &:active a
|
&:hover a, &:active a
|
||||||
|
|
|
@ -23,6 +23,6 @@ block content
|
||||||
div#homepage_button_container
|
div#homepage_button_container
|
||||||
|
|
||||||
div.homepage_button
|
div.homepage_button
|
||||||
a#beginner-campaign.btn.btn-warning.btn-lg.highlight(href="/play/level/rescue-mission")
|
a#beginner-campaign(href="/play/level/rescue-mission")
|
||||||
canvas(width="125", height="150")
|
canvas(width="125", height="150")
|
||||||
span(data-i18n="home.play") Play
|
button(data-i18n="home.play").btn.btn-warning.btn-lg.highlight Play
|
Loading…
Reference in a new issue