Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. 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 {
  2. background-color: orange !important;
  3. }
  4. span.HotDeals.cashback-value {
  5. background-color: orange;
  6. color:white;
  7. padding: 10px 15px;
  8. }
  9. span.HotDeals.cashback-arrow-up {
  10. width: 0;
  11. height: 0;
  12. border-left: 5px solid transparent;
  13. border-right: 5px solid transparent;
  14. border-bottom: 5px solid orange;
  15. margin: 0 auto;
  16. }
  17. .cashback-label-container {
  18. display: flex;
  19. flex-direction: column;
  20. align-items: center;
  21. bottom: -45px;
  22. margin-left: -27px
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement