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.

314 lines
8.7KB

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