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.

432 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. font-weight: bold;
  183. }
  184. .comment {
  185. color: gray;
  186. }
  187. }
  188. td.actions {
  189. width: 150px ;
  190. button {
  191. width: 100% ;
  192. }
  193. }
  194. tr.selected {
  195. td {
  196. background-color: $color2 ;
  197. }
  198. }
  199. }
  200. table#products {
  201. td.category-name {
  202. font-family: "highvoltageregular" ;
  203. font-size: 22px ;
  204. line-height: 30px;
  205. text-transform: uppercase;
  206. padding-top: 13px ;
  207. .glyphicon-triangle-bottom,
  208. .glyphicon-triangle-right {
  209. font-size: 15px ;
  210. }
  211. span.label {
  212. //font-family: 'capsuularegular' ;
  213. font-family: 'Arial' ;
  214. font-weight: normal ;
  215. float: right ;
  216. text-transform: none ;
  217. margin-left: 15px ;
  218. }
  219. &:hover {
  220. cursor: pointer ;
  221. background-color: $color1 ;
  222. color: white ;
  223. }
  224. }
  225. td.photo {
  226. img {
  227. width: 100px ;
  228. }
  229. }
  230. td.name {
  231. .name {
  232. font-family: 'capsuularegular' ;
  233. color: black ;
  234. font-size: 20px ;
  235. line-height: 25px ;
  236. font-weight: bold;
  237. }
  238. .other {
  239. font-family: 'capsuularegular' ;
  240. color: black ;
  241. font-weight: bold;
  242. font-size: 17px ;
  243. }
  244. .description {
  245. color: gray;
  246. }
  247. .recipe {
  248. color: gray ;
  249. }
  250. }
  251. .price-unit {
  252. .decreasing-prices {
  253. margin-top: 10px;
  254. font-size: 10px;
  255. padding-top: 6px;
  256. padding-bottom: 2px;
  257. margin-bottom: 0px;
  258. ul {
  259. li {
  260. margin-bottom: 5px;
  261. strong {
  262. font-weight: bold;
  263. }
  264. }
  265. }
  266. }
  267. }
  268. .price-unit, .price-total {
  269. width: 135px ;
  270. text-align: center ;
  271. .unit {
  272. color: gray ;
  273. font-size: 13px ;
  274. }
  275. }
  276. .td-quantity {
  277. width: 175px ;
  278. input.quantity {
  279. text-align: center ;
  280. border-right: 0px none ;
  281. }
  282. .input-group-addon {
  283. padding: 5px ;
  284. padding-left: 0px ;
  285. margin: 0px ;
  286. border-left: 0px none ;
  287. border-right: 0px none ;
  288. }
  289. }
  290. tr.total {
  291. .summary {
  292. h3 {
  293. margin-top: 0px ;
  294. font-family: 'capsuularegular' ;
  295. text-transform: none ;
  296. margin-bottom: 5px ;
  297. }
  298. ul {
  299. margin-bottom: 15px ;
  300. padding-left: 20px ;
  301. font-size: 23px ;
  302. li {
  303. .quantity {
  304. font-size: 18px ;
  305. }
  306. .name {
  307. font-family: 'capsuularegular' ;
  308. font-size: 24px ;
  309. }
  310. .other {
  311. //font-family: 'arial' ;
  312. font-family: 'capsuularegular' ;
  313. font-size: 18px ;
  314. }
  315. }
  316. }
  317. }
  318. .price-total {
  319. font-size: 23px ;
  320. }
  321. }
  322. }
  323. #content-step-payment {
  324. .delivery {
  325. margin-bottom: 20px ;
  326. .delivery-home {
  327. margin-bottom: 20px ;
  328. }
  329. .delivery-address {
  330. }
  331. }
  332. .comment {
  333. margin-bottom: 20px ;
  334. }
  335. .credit {
  336. .info {
  337. margin-left: 20px ;
  338. color: gray ;
  339. }
  340. }
  341. }
  342. #specific-delays {
  343. margin-top: 15px;
  344. strong {
  345. //text-decoration: underline ;
  346. }
  347. }
  348. #infos {
  349. margin-top: 30px ;
  350. .panel-body {
  351. padding-top: 0px ;
  352. white-space: pre-line ;
  353. }
  354. }
  355. }
  356. }
  357. #main #content {
  358. .panel {
  359. h3 {
  360. font-family: "highvoltageregular" ;
  361. margin: 0px ;
  362. padding-top: 10px ;
  363. padding-bottom: 4px ;
  364. font-size: 20px ;
  365. }
  366. }
  367. }