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.

435 lines
12KB

  1. .order-order #main {
  2. #app-order-order {
  3. display: block ;
  4. .wrapper {
  5. display: none;
  6. }
  7. &.loaded .wrapper {
  8. display: block ;
  9. }
  10. h3 {
  11. font-family: "highvoltageregular" ;
  12. }
  13. #distribution-date, #order-distribution-date {
  14. display: none ;
  15. }
  16. .slide-enter-active {
  17. transition: all .2s ease;
  18. }
  19. .slide-leave-active {
  20. transition: all 0s ease;
  21. }
  22. .slide-enter, .slide-leave-to {
  23. transform: translateX(10px);
  24. opacity: 0;
  25. }
  26. #steps {
  27. margin-bottom: 20px ;
  28. ul {
  29. height: 70px ;
  30. li {
  31. text-align: center ;
  32. padding-right: 8px ;
  33. padding-left: 8px ;
  34. position: relative ;
  35. .info-step {
  36. position: absolute ;
  37. top: 45px ;
  38. left: 0px ;
  39. width: 100% ;
  40. text-transform: normal ;
  41. color: $color1 ;
  42. font-family: 'capsuularegular' ;
  43. font-size: 17px ;
  44. font-weight: bold ;
  45. }
  46. .glyphicon-chevron-right,
  47. &.active .glyphicon-chevron-right {
  48. float: right ;
  49. color: gray ;
  50. position: relative ;
  51. top: 10px ;
  52. }
  53. &.first {
  54. padding-left: 0px ;
  55. }
  56. &#step-payment {
  57. padding-right: 0px ;
  58. }
  59. &#step-payment .btn::after,
  60. &.first .btn::before {
  61. display: none ;
  62. }
  63. .btn {
  64. color: #333 ;
  65. text-transform: uppercase ;
  66. display: block ;
  67. width: 100% ;
  68. position: relative ;
  69. background-color: #e0e0e0 ;
  70. @include border-radius(0px) ;
  71. border: 0px none ;
  72. text-transform: uppercase ;
  73. .button-content {
  74. position: relative;
  75. left: 8px ;
  76. }
  77. &.btn-primary {
  78. background-color: $color1 ;
  79. }
  80. &::after, &::before {
  81. content: '' ;
  82. position: absolute ;
  83. top: -1px ;
  84. }
  85. &::after {
  86. right: -34px ;
  87. border:17px solid transparent;
  88. border-left:17px solid #e0e0e0;
  89. background-color: transparent ;
  90. }
  91. &::before {
  92. left: 0px ;
  93. border:17px solid transparent;
  94. border-left:17px solid white;
  95. background-color: transparent ;
  96. }
  97. &.btn-primary::after {
  98. border-left:17px solid $color1;
  99. }
  100. &:hover {
  101. //background-color: lighten($color1, 5) ;
  102. }
  103. &:hover::after {
  104. //border:17px solid transparent;
  105. //border-left:17px solid #fefefe;
  106. }
  107. }
  108. .btn-primary {
  109. color: white ;
  110. }
  111. }
  112. }
  113. }
  114. #legend {
  115. #order-date-color,
  116. #distribution-date-color {
  117. width: 13px ;
  118. height: 13px ;
  119. display: inline-block ;
  120. }
  121. #order-date-color {
  122. background-color: $color1 ;
  123. }
  124. #distribution-date-color {
  125. background-color: #5cb85c ;
  126. }
  127. }
  128. #calendar {
  129. margin-bottom: 15px ;
  130. .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] {
  131. font-size: 2rem ;
  132. }
  133. .c-day-background {
  134. padding: 20px ;
  135. }
  136. .c-day:hover {
  137. .c-day-background {
  138. background-color: $color1 !important ;
  139. color: white !important ;
  140. }
  141. }
  142. .c-day-popover-content {
  143. font-size: 1.3rem ;
  144. }
  145. }
  146. #credit-online-payment {
  147. .panel {
  148. .panel-heading {
  149. .btn-default {
  150. float: right;
  151. position: relative;
  152. top: -5px;
  153. }
  154. }
  155. }
  156. }
  157. #content-step-date {
  158. #distributions-list {
  159. .panel {
  160. .btn-primary {
  161. float: right ;
  162. }
  163. .date {
  164. font-size: 20px ;
  165. }
  166. .point-sales {
  167. color: gray ;
  168. font-size: 14px ;
  169. margin-top: 8px ;
  170. }
  171. }
  172. }
  173. }
  174. .block-actions {
  175. text-align: right ;
  176. margin-top: 20px ;
  177. }
  178. table#points-sale {
  179. td.name {
  180. .the-name {
  181. font-family: 'capsuularegular' ;
  182. color: black ;
  183. font-size: 20px ;
  184. line-height: 25px ;
  185. font-weight: bold;
  186. }
  187. .comment {
  188. color: gray;
  189. }
  190. }
  191. td.actions {
  192. width: 150px ;
  193. button {
  194. width: 100% ;
  195. }
  196. }
  197. tr.selected {
  198. td {
  199. background-color: $color2 ;
  200. }
  201. }
  202. }
  203. table#products {
  204. td.category-name {
  205. font-family: "highvoltageregular" ;
  206. font-size: 22px ;
  207. line-height: 30px;
  208. text-transform: uppercase;
  209. padding-top: 13px ;
  210. .glyphicon-triangle-bottom,
  211. .glyphicon-triangle-right {
  212. font-size: 15px ;
  213. }
  214. span.label {
  215. //font-family: 'capsuularegular' ;
  216. font-family: 'Arial' ;
  217. font-weight: normal ;
  218. float: right ;
  219. text-transform: none ;
  220. margin-left: 15px ;
  221. }
  222. &:hover {
  223. cursor: pointer ;
  224. background-color: $color1 ;
  225. color: white ;
  226. }
  227. }
  228. td.photo {
  229. img {
  230. width: 100px ;
  231. }
  232. }
  233. td.name {
  234. .name {
  235. font-family: 'capsuularegular' ;
  236. color: black ;
  237. font-size: 20px ;
  238. line-height: 25px ;
  239. font-weight: bold;
  240. }
  241. .other {
  242. font-family: 'capsuularegular' ;
  243. color: black ;
  244. font-weight: bold;
  245. font-size: 17px ;
  246. }
  247. .description {
  248. color: gray;
  249. }
  250. .recipe {
  251. color: gray ;
  252. }
  253. }
  254. .price-unit {
  255. .decreasing-prices {
  256. margin-top: 10px;
  257. font-size: 10px;
  258. padding-top: 6px;
  259. padding-bottom: 2px;
  260. margin-bottom: 0px;
  261. ul {
  262. li {
  263. margin-bottom: 5px;
  264. strong {
  265. font-weight: bold;
  266. }
  267. }
  268. }
  269. }
  270. }
  271. .price-unit, .price-total {
  272. width: 135px ;
  273. text-align: center ;
  274. .unit {
  275. color: gray ;
  276. font-size: 13px ;
  277. }
  278. }
  279. .td-quantity {
  280. width: 175px ;
  281. input.quantity {
  282. text-align: center ;
  283. border-right: 0px none ;
  284. }
  285. .input-group-addon {
  286. padding: 5px ;
  287. padding-left: 0px ;
  288. margin: 0px ;
  289. border-left: 0px none ;
  290. border-right: 0px none ;
  291. }
  292. }
  293. tr.total {
  294. .summary {
  295. h3 {
  296. margin-top: 0px ;
  297. font-family: 'capsuularegular' ;
  298. text-transform: none ;
  299. margin-bottom: 5px ;
  300. }
  301. ul {
  302. margin-bottom: 15px ;
  303. padding-left: 20px ;
  304. font-size: 23px ;
  305. li {
  306. .quantity {
  307. font-size: 18px ;
  308. }
  309. .name {
  310. font-family: 'capsuularegular' ;
  311. font-size: 24px ;
  312. }
  313. .other {
  314. //font-family: 'arial' ;
  315. font-family: 'capsuularegular' ;
  316. font-size: 18px ;
  317. }
  318. }
  319. }
  320. }
  321. .price-total {
  322. font-size: 23px ;
  323. }
  324. }
  325. }
  326. #content-step-payment {
  327. .delivery {
  328. margin-bottom: 20px ;
  329. .delivery-home {
  330. margin-bottom: 20px ;
  331. }
  332. .delivery-address {
  333. }
  334. }
  335. .comment {
  336. margin-bottom: 20px ;
  337. }
  338. .credit {
  339. .info {
  340. margin-left: 20px ;
  341. color: gray ;
  342. }
  343. }
  344. }
  345. #specific-delays {
  346. margin-top: 15px;
  347. strong {
  348. //text-decoration: underline ;
  349. }
  350. }
  351. #infos {
  352. margin-top: 30px ;
  353. .panel-body {
  354. padding-top: 0px ;
  355. white-space: pre-line ;
  356. }
  357. }
  358. }
  359. }
  360. #main #content {
  361. .panel {
  362. h3 {
  363. font-family: "highvoltageregular" ;
  364. margin: 0px ;
  365. padding-top: 10px ;
  366. padding-bottom: 4px ;
  367. font-size: 20px ;
  368. }
  369. }
  370. }