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.

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