Created
August 16, 2017 19:47
-
-
Save michaelnagy/36d1ae79b70b9c42fd17c7537b4cbaeb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.HotDeals.slider > div > div > div:first-child , div.HotDeals.slider > div > div > div:nth-child(3), div.HotDeals.slider > div > div > div > div > div > div { | |
background-color: orange !important; | |
} | |
span.HotDeals.cashback-value { | |
background-color: orange; | |
color:white; | |
padding: 10px 15px; | |
} | |
span.HotDeals.cashback-arrow-up { | |
width: 0; | |
height: 0; | |
border-left: 5px solid transparent; | |
border-right: 5px solid transparent; | |
border-bottom: 5px solid orange; | |
margin: 0 auto; | |
} | |
.cashback-label-container { | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
bottom: -45px; | |
margin-left: -27px | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment