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.

420 lines
12KB

  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, #order-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. &.first {
  51. padding-left: 0px ;
  52. }
  53. &#step-payment {
  54. padding-right: 0px ;
  55. }
  56. &#step-payment .btn::after,
  57. &.first .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. #credit-online-payment {
  144. .panel {
  145. .panel-heading {
  146. .btn-default {
  147. float: right;
  148. position: relative;
  149. top: -5px;
  150. }
  151. }
  152. }
  153. }
  154. #content-step-date {
  155. #distributions-list {
  156. .panel {
  157. .btn-primary {
  158. float: right ;
  159. }
  160. .date {
  161. font-size: 20px ;
  162. }
  163. .point-sales {
  164. color: gray ;
  165. font-size: 14px ;
  166. margin-top: 8px ;
  167. }
  168. }
  169. }
  170. }
  171. .block-actions {
  172. text-align: right ;
  173. margin-top: 20px ;
  174. }
  175. table#points-sale {
  176. td.name {
  177. .the-name {
  178. font-family: 'capsuularegular' ;
  179. color: black ;
  180. font-size: 20px ;
  181. line-height: 25px ;
  182. }
  183. }
  184. td.actions {
  185. width: 150px ;
  186. button {
  187. width: 100% ;
  188. }
  189. }
  190. tr.selected {
  191. td {
  192. background-color: $color2 ;
  193. }
  194. }
  195. }
  196. table#products {
  197. td.category-name {
  198. font-family: "highvoltageregular" ;
  199. font-size: 22px ;
  200. line-height: 30px;
  201. text-transform: uppercase;
  202. padding-top: 13px ;
  203. .glyphicon-triangle-bottom,
  204. .glyphicon-triangle-right {
  205. font-size: 15px ;
  206. }
  207. span.label {
  208. //font-family: 'capsuularegular' ;
  209. font-family: 'Arial' ;
  210. font-weight: normal ;
  211. float: right ;
  212. text-transform: none ;
  213. margin-left: 15px ;
  214. }
  215. &:hover {
  216. cursor: pointer ;
  217. background-color: $color1 ;
  218. color: white ;
  219. }
  220. }
  221. td.photo {
  222. img {
  223. width: 100px ;
  224. }
  225. }
  226. td.name {
  227. .name {
  228. font-family: 'capsuularegular' ;
  229. color: black ;
  230. font-size: 20px ;
  231. line-height: 25px ;
  232. }
  233. .other {
  234. font-size: 14px ;
  235. color: #333 ;
  236. }
  237. .recipe {
  238. color: gray ;
  239. }
  240. }
  241. .price-unit {
  242. .decreasing-prices {
  243. margin-top: 10px;
  244. font-size: 10px;
  245. padding-top: 6px;
  246. padding-bottom: 2px;
  247. margin-bottom: 0px;
  248. ul {
  249. li {
  250. margin-bottom: 5px;
  251. strong {
  252. font-weight: bold;
  253. }
  254. }
  255. }
  256. }
  257. }
  258. .price-unit, .price-total {
  259. width: 135px ;
  260. text-align: center ;
  261. .unit {
  262. color: gray ;
  263. font-size: 13px ;
  264. }
  265. }
  266. .td-quantity {
  267. width: 175px ;
  268. input.quantity {
  269. text-align: center ;
  270. border-right: 0px none ;
  271. }
  272. .input-group-addon {
  273. padding: 5px ;
  274. padding-left: 0px ;
  275. margin: 0px ;
  276. border-left: 0px none ;
  277. border-right: 0px none ;
  278. }
  279. }
  280. tr.total {
  281. .summary {
  282. h3 {
  283. margin-top: 0px ;
  284. font-family: 'capsuularegular' ;
  285. text-transform: none ;
  286. margin-bottom: 5px ;
  287. }
  288. ul {
  289. margin-bottom: 15px ;
  290. padding-left: 20px ;
  291. font-size: 23px ;
  292. li {
  293. .quantity {
  294. font-size: 18px ;
  295. }
  296. .name {
  297. font-family: 'capsuularegular' ;
  298. font-size: 24px ;
  299. }
  300. .other {
  301. font-family: 'arial' ;
  302. font-size: 14px ;
  303. }
  304. }
  305. }
  306. }
  307. .price-total {
  308. font-size: 23px ;
  309. }
  310. }
  311. }
  312. #content-step-payment {
  313. .delivery {
  314. margin-bottom: 20px ;
  315. .delivery-home {
  316. margin-bottom: 20px ;
  317. }
  318. .delivery-address {
  319. }
  320. }
  321. .comment {
  322. margin-bottom: 20px ;
  323. }
  324. .credit {
  325. .info {
  326. margin-left: 20px ;
  327. color: gray ;
  328. }
  329. }
  330. }
  331. #specific-delays {
  332. margin-top: 15px;
  333. strong {
  334. //text-decoration: underline ;
  335. }
  336. }
  337. #infos {
  338. margin-top: 30px ;
  339. .panel-body {
  340. padding-top: 0px ;
  341. white-space: pre-line ;
  342. }
  343. }
  344. }
  345. }
  346. #main #content {
  347. .panel {
  348. h3 {
  349. font-family: "highvoltageregular" ;
  350. margin: 0px ;
  351. padding-top: 10px ;
  352. padding-bottom: 4px ;
  353. font-size: 20px ;
  354. }
  355. }
  356. }