From 6a5ee4fbf44fd3e9193fb3e3ac08ce9579f83c39 Mon Sep 17 00:00:00 2001 From: Robin Yang <robin@codecombat.com> Date: Fri, 9 Sep 2016 14:26:12 -0700 Subject: [PATCH] Fix selector class on Play Button --- app/styles/home-view.sass | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/styles/home-view.sass b/app/styles/home-view.sass index bb9822d7b..f3796f390 100644 --- a/app/styles/home-view.sass +++ b/app/styles/home-view.sass @@ -22,17 +22,6 @@ .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) @@ -65,6 +54,17 @@ @media (max-width: $screen-md-min) margin-top: 320px + + .btn-gold + 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 + #learn-more-row margin-top: 80px @media (max-height: 700px)