mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-26 04:40:54 -04:00
Increase legibility of Play Now
Overrides $gold hex.
This commit is contained in:
parent
1fb7996f6c
commit
0219844c9d
1 changed files with 37 additions and 28 deletions
|
@ -22,6 +22,16 @@
|
|||
.btn
|
||||
margin: 10px 0
|
||||
|
||||
.play-btn
|
||||
background: #f0ac00
|
||||
// background-image: -webkit-linear-gradient(top, #f2bf19, #e69200)
|
||||
// background-image: -moz-linear-gradient(top, #f2bf19, #e69200)
|
||||
// background-image: -ms-linear-gradient(top, #f2bf19, #e69200)
|
||||
// background-image: -o-linear-gradient(top, #f2bf19, #e69200)
|
||||
// background-image: linear-gradient(to bottom, #f2bf19, #e69200)
|
||||
// border: 1px solid #f2bf19
|
||||
// box-shadow: 0px 0px 5px #ffffff
|
||||
|
||||
h1
|
||||
color: white
|
||||
@media (max-width: $screen-md-min)
|
||||
|
@ -315,4 +325,3 @@
|
|||
margin-top: 30px
|
||||
img
|
||||
margin-bottom: 20px
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue