Built files from Bizgaze WebServer
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.

coupons.css 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .card-body .form-coupon-left {
  2. /*flex: 1;*/
  3. text-align: center;
  4. border-right: 1px dashed #FF9100;
  5. padding: 2.5rem;
  6. align-self: center;
  7. }
  8. .card-body .form-coupon-right {
  9. /*flex: 2;*/
  10. padding: 2.5rem;
  11. align-self: center;
  12. }
  13. .card-body .form-coupon {
  14. display: flex;
  15. justify-content: space-between;
  16. background-color: #FFF4E6;
  17. border: 1px dashed #FF9100;
  18. }
  19. .scanned-coupon-card {
  20. background-color: #DEFBEA;
  21. color: #565D56;
  22. border-top-left-radius: 20px;
  23. border-bottom-left-radius: 20px;
  24. }
  25. .scanned-coupon-value {
  26. background-color: #FF9100;
  27. border-left: 2px dashed #DEFBEA;
  28. border-top-left-radius: 20px;
  29. border-bottom-left-radius: 20px;
  30. min-width: 126px;
  31. }
  32. /*Scanned Copupons Start */
  33. .scanned-coupon-card {
  34. background-color: #DEFBEA;
  35. color: #565D56;
  36. border-top-left-radius: 15px;
  37. border-bottom-left-radius: 15px;
  38. border-left: 2px dashed #DEFBEA;
  39. }
  40. .scanned-coupon-value-2 {
  41. background-color: #FF9100;
  42. border-left: 2px dashed #DEFBEA;
  43. border-top-left-radius: 15px;
  44. min-width: 126px;
  45. }
  46. .scanned-coupon-card-img img {
  47. transform: rotate(-45deg);
  48. background-color: #B6E5CA;
  49. }
  50. .scanned-coupon-card .avatar .avatar-text.avatar-text-green:before, .avatar .avatar-text.avatar-text-success:before {
  51. background-color: white !important;
  52. }
  53. .scanned-coupon-value, .scanned-coupon-card-details, .scanned-coupon-card-right {
  54. box-shadow: 0 2px 0px rgb(0 0 0 / 10%) !important
  55. }
  56. @media (max-width: 575px) {
  57. .scanned-coupon-card-detail-value p {
  58. font-size: 12px !important;
  59. }
  60. }
  61. @media (min-width: 576px) {
  62. /* .scanned-coupon-card-details {
  63. border-left: none !important;
  64. border-bottom-left-radius: 0px !important;
  65. }*/
  66. .scanned-coupon-value-2 {
  67. border-bottom-left-radius: 15px;
  68. }
  69. }
  70. @media (max-width: 991px) {
  71. .scanned-coupon-card .scanned-coupon-value {
  72. border-top-left-radius: 0px;
  73. border-bottom-left-radius: 0px;
  74. }
  75. }
  76. /*Scanned Copupons End*/