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.
 
 
 

92 lignes
1.3 KiB

  1. .mod_iso_cart,
  2. .mod_iso_checkout {
  3. .formbody {
  4. border-bottom: 1px solid #f2f2f2;
  5. table {
  6. width: 100%;
  7. thead {
  8. th {
  9. padding: 0 0 40px 0;
  10. vertical-align: top;
  11. text-align: left;
  12. font-weight: 700;
  13. border-bottom: 1px solid #f2f2f2;
  14. &.spwn-price {
  15. text-align: right;
  16. }
  17. }
  18. }
  19. tbody {
  20. td {
  21. padding: 30px 0 10px 0;
  22. vertical-align: top;
  23. &.price.total {
  24. text-align: right;
  25. }
  26. }
  27. .row_last {
  28. td {
  29. padding-bottom: 40px;
  30. border-bottom: 1px solid #f2f2f2;
  31. }
  32. }
  33. }
  34. tfoot {
  35. td {
  36. padding-bottom: 10px;
  37. }
  38. .foot_first {
  39. td {
  40. padding-top: 30px;
  41. }
  42. }
  43. .foot_last {
  44. td {
  45. padding-bottom: 35px;
  46. }
  47. }
  48. .price {
  49. text-align: right;
  50. }
  51. }
  52. }
  53. .image_container {
  54. img {
  55. width: 100px;
  56. }
  57. }
  58. }
  59. .submit_container {
  60. display: flex;
  61. justify-content: flex-end;
  62. padding: 35px 0 0 0;
  63. .submit {
  64. @include button();
  65. width: auto;
  66. margin-left: 20px;
  67. }
  68. .button_update {
  69. }
  70. .button_checkout {
  71. }
  72. }
  73. }