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.

_order.scss 8.6KB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. .order-order {
  2. #app-order-order {
  3. display: none ;
  4. &.loaded {
  5. display: block ;
  6. }
  7. #order-distribution-date {
  8. display: none ;
  9. }
  10. .slide-enter-active {
  11. transition: all .2s ease;
  12. }
  13. .slide-leave-active {
  14. //transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
  15. transition: all 0s ease;
  16. }
  17. .slide-enter, .slide-leave-to {
  18. transform: translateX(10px);
  19. opacity: 0;
  20. }
  21. #steps {
  22. margin-bottom: 20px ;
  23. ul {
  24. margin-top: 30px ;
  25. li {
  26. text-align: center ;
  27. padding-right: 8px ;
  28. padding-left: 8px ;
  29. position: relative ;
  30. .info-step {
  31. position: absolute ;
  32. top: -30px ;
  33. left: 0px ;
  34. width: 100% ;
  35. text-transform: normal ;
  36. }
  37. .glyphicon-chevron-right,
  38. &.active .glyphicon-chevron-right {
  39. float: right ;
  40. color: gray ;
  41. position: relative ;
  42. top: 10px ;
  43. }
  44. &#step-date {
  45. padding-left: 0px ;
  46. }
  47. &#step-payment {
  48. padding-right: 0px ;
  49. }
  50. &#step-payment .btn::after,
  51. &#step-date .btn::before {
  52. display: none ;
  53. }
  54. .btn {
  55. color: #333 ;
  56. text-transform: uppercase ;
  57. display: block ;
  58. width: 100% ;
  59. position: relative ;
  60. background-color: #e0e0e0 ;
  61. @include border-radius(0px) ;
  62. border: 0px none ;
  63. text-transform: uppercase ;
  64. .button-content {
  65. position: relative;
  66. left: 8px ;
  67. }
  68. &.btn-primary {
  69. background-color: $color1 ;
  70. }
  71. &::after, &::before {
  72. content: '' ;
  73. position: absolute ;
  74. top: -1px ;
  75. }
  76. &::after {
  77. right: -34px ;
  78. border:17px solid transparent;
  79. border-left:17px solid #e0e0e0;
  80. background-color: transparent ;
  81. }
  82. &::before {
  83. left: 0px ;
  84. border:17px solid transparent;
  85. border-left:17px solid white;
  86. background-color: transparent ;
  87. }
  88. &.btn-primary::after {
  89. border-left:17px solid $color1;
  90. }
  91. &:hover {
  92. //background-color: lighten($color1, 5) ;
  93. }
  94. &:hover::after {
  95. //border:17px solid transparent;
  96. //border-left:17px solid #fefefe;
  97. }
  98. }
  99. .btn-primary {
  100. color: white ;
  101. }
  102. }
  103. }
  104. }
  105. #legend {
  106. #order-date-color,
  107. #distribution-date-color {
  108. width: 13px ;
  109. height: 13px ;
  110. display: inline-block ;
  111. }
  112. #order-date-color {
  113. background-color: #018548 ;
  114. }
  115. #distribution-date-color {
  116. background-color: #00A65A ;
  117. }
  118. }
  119. #calendar {
  120. margin-bottom: 15px ;
  121. .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] {
  122. font-size: 2rem ;
  123. }
  124. .c-day-background {
  125. padding: 20px ;
  126. }
  127. .c-day:hover {
  128. .c-day-background {
  129. background-color: #F39C12 !important ;
  130. }
  131. }
  132. .c-day-popover-content {
  133. font-size: 1.3rem ;
  134. }
  135. }
  136. .block-actions {
  137. text-align: right ;
  138. margin-top: 20px ;
  139. }
  140. table#points-sale {
  141. td.name {
  142. .the-name {
  143. text-transform: uppercase ;
  144. font-family: 'myriadpro-regular' ;
  145. color: black ;
  146. font-size: 16px ;
  147. }
  148. }
  149. td.actions {
  150. width: 150px ;
  151. button {
  152. width: 100% ;
  153. }
  154. }
  155. tr.selected {
  156. td {
  157. background-color: $color2 ;
  158. }
  159. }
  160. }
  161. table#products {
  162. td.name {
  163. .name {
  164. text-transform: uppercase ;
  165. font-family: 'myriadpro-regular' ;
  166. color: black ;
  167. font-size: 16px ;
  168. }
  169. .other {
  170. font-size: 14px ;
  171. color: #333 ;
  172. }
  173. .recipe {
  174. color: gray ;
  175. }
  176. }
  177. .price-unit, .price-total {
  178. width: 100px ;
  179. text-align: center ;
  180. }
  181. .td-quantity {
  182. width: 150px ;
  183. input.quantity {
  184. text-align: center ;
  185. }
  186. }
  187. tr.total {
  188. .price-total {
  189. font-size: 23px ;
  190. }
  191. }
  192. }
  193. #content-step-payment {
  194. .credit {
  195. margin-top: 20px ;
  196. .info {
  197. margin-left: 20px ;
  198. color: gray ;
  199. }
  200. }
  201. }
  202. #infos {
  203. margin-top: 30px ;
  204. .panel-body {
  205. padding-top: 0px ;
  206. white-space: pre-line ;
  207. }
  208. }
  209. #order-success {
  210. .alert.alert-success {
  211. .glyphicon-big {
  212. background-color: #00A65A ;
  213. }
  214. }
  215. .alert.alert-info {
  216. .glyphicon-big {
  217. background-color: #0097BC ;
  218. padding: 55px 30px ;
  219. }
  220. }
  221. .alert {
  222. padding: 0px ;
  223. .glyphicon-big {
  224. font-size: 90px ;
  225. color: white ;
  226. padding: 30px ;
  227. float: left ;
  228. }
  229. div.content {
  230. color: #333 ;
  231. padding: 20px ;
  232. margin-left: 151px ;
  233. h3 {
  234. font-family: 'myriadpro-light' ;
  235. text-transform: uppercase ;
  236. font-size: 30px ;
  237. color: #333 ;
  238. margin-bottom: 20px ;
  239. margin-top: 0px ;
  240. margin-left: 0px ;
  241. text-align: left ;
  242. padding-left: 0px ;
  243. line-height: 35px ;
  244. }
  245. .locality {
  246. color: gray ;
  247. }
  248. }
  249. }
  250. }
  251. }
  252. }