Fix selector class on Play Button
This commit is contained in:
parent
f533bf5395
commit
6a5ee4fbf4
1 changed files with 11 additions and 11 deletions
|
@ -22,17 +22,6 @@
|
||||||
.btn
|
.btn
|
||||||
margin: 10px 0
|
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
|
h1
|
||||||
color: white
|
color: white
|
||||||
@media (max-width: $screen-md-min)
|
@media (max-width: $screen-md-min)
|
||||||
|
@ -65,6 +54,17 @@
|
||||||
@media (max-width: $screen-md-min)
|
@media (max-width: $screen-md-min)
|
||||||
margin-top: 320px
|
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
|
#learn-more-row
|
||||||
margin-top: 80px
|
margin-top: 80px
|
||||||
@media (max-height: 700px)
|
@media (max-height: 700px)
|
||||||
|
|
Reference in a new issue