Skip to content

Instantly share code, notes, and snippets.

@michaelnagy
Created August 16, 2017 19:47
Show Gist options
  • Save michaelnagy/36d1ae79b70b9c42fd17c7537b4cbaeb to your computer and use it in GitHub Desktop.
Save michaelnagy/36d1ae79b70b9c42fd17c7537b4cbaeb to your computer and use it in GitHub Desktop.
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