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.

499 lines
14KB

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