Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

_whishlist.scss 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*------------------*
  2. # Whishlist Page
  3. *------------------*/
  4. @media (max-width: 991px) {
  5. .whish-list-section .table {
  6. min-width: 1030px;
  7. }
  8. }
  9. .whish-list-section .title {
  10. font-weight: fontweight(bold);
  11. font-size: 30px;
  12. border-bottom: 1px solid $border-color;
  13. }
  14. .whish-list-section .table .thead-light th {
  15. background-color: $theme-color;
  16. border-color: transparent;
  17. text-transform: capitalize;
  18. font-weight: fontweight(medium);
  19. color: $color-white;
  20. font-size: 16px;
  21. }
  22. .whish-list-section .table td,
  23. .whish-list-section .table th {
  24. vertical-align: middle;
  25. }
  26. .whish-list-section img {
  27. max-width: 150px;
  28. }
  29. .whish-title {
  30. font-size: 15px;
  31. }
  32. .whish-list-price {
  33. color: $color-dark;
  34. font-size: 15px;
  35. }
  36. select.form-control {
  37. -webkit-appearance: none;
  38. -moz-appearance: none;
  39. appearance: none;
  40. background: $feature
  41. url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=)
  42. no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  43. }
  44. /* ***************
  45. whishlist End
  46. ******************/