You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

180 lines
4.2KB

  1. .subscription-create,
  2. .subscription-update {
  3. .subscription-form {
  4. display: none ;
  5. &.loaded {
  6. display: block ;
  7. }
  8. .block {
  9. margin-bottom: 40px;
  10. h3 {
  11. margin-bottom: 20px;
  12. }
  13. }
  14. .points-sale {
  15. .name {
  16. .the-name {
  17. font-family: 'worksans_semibold';
  18. font-size: 1.2rem ;
  19. line-height: 1.4rem ;
  20. color: black ;
  21. margin-bottom: 5px;
  22. }
  23. }
  24. .locality {
  25. color: gray ;
  26. }
  27. label {
  28. cursor: pointer ;
  29. }
  30. }
  31. .days {
  32. .form-group {
  33. float: left ;
  34. margin-right: 15px ;
  35. }
  36. }
  37. .points-sale {
  38. table {
  39. tr.selected {
  40. td {
  41. background-color: white ;
  42. }
  43. }
  44. .the-name {
  45. font-size: 20px ;
  46. color: black ;
  47. }
  48. .block-code {
  49. width: 150px ;
  50. }
  51. .actions {
  52. width: 150px ;
  53. button {
  54. width: 100% ;
  55. display: block ;
  56. }
  57. }
  58. }
  59. }
  60. .dates {
  61. label {
  62. display: block;
  63. }
  64. }
  65. .comment-textarea {
  66. width: 100% ;
  67. height: 100px ;
  68. }
  69. .products {
  70. .monday, .tuesday, .wednesday, .thursday,
  71. .friday, .saturday, .sunday, .no-day {
  72. display: none ;
  73. }
  74. .monday-active .monday,
  75. .tuesday-active .tuesday,
  76. .wednesday-active .wednesday,
  77. .thursday-active .thursday,
  78. .friday-active .friday,
  79. .saturday-active .saturday,
  80. .sunday-active .sunday {
  81. display: block ;
  82. }
  83. td.quantity {
  84. width: 200px ;
  85. input {
  86. text-align: center ;
  87. border: 0px none !important;
  88. &.has-quantity {
  89. font-weight: bold;
  90. }
  91. }
  92. .input-group-text {
  93. background-color: white;
  94. padding-left: 0px;
  95. border: 0px none;
  96. }
  97. }
  98. .name {
  99. font-family: 'worksans_semibold';
  100. font-size: 1.2rem ;
  101. line-height: 1.4rem ;
  102. color: black ;
  103. margin-bottom: 5px;
  104. color: black ;
  105. span {
  106. font-family: 'worksans_regular';
  107. }
  108. }
  109. .description {
  110. margin-bottom: 5px;
  111. }
  112. .description,
  113. .recipe {
  114. font-size: 1rem;
  115. color: gray;
  116. }
  117. .price-unit, .price-total {
  118. text-align: center ;
  119. width: 150px ;
  120. }
  121. .price-total {
  122. font-family: 'worksans_bold';
  123. }
  124. .unit {
  125. color: gray ;
  126. font-size: 13px ;
  127. }
  128. tr.total .price-total {
  129. text-align: center ;
  130. font-size: 20px ;
  131. span {
  132. font-family: 'worksans_bold';
  133. display: inline-block;
  134. padding: 7px 15px;
  135. @include border-radius(15px);
  136. color: white;
  137. font-size: 1.2rem;
  138. }
  139. }
  140. }
  141. .form-buttons {
  142. text-align: center !important;
  143. button {
  144. display: inline-block;
  145. }
  146. }
  147. }
  148. }