Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

400 linhas
11KB

  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, .price-total {
  242. width: 100px ;
  243. text-align: center ;
  244. .unit {
  245. color: gray ;
  246. font-size: 13px ;
  247. }
  248. }
  249. .td-quantity {
  250. width: 175px ;
  251. input.quantity {
  252. text-align: center ;
  253. border-right: 0px none ;
  254. }
  255. .input-group-addon {
  256. padding: 5px ;
  257. padding-left: 0px ;
  258. margin: 0px ;
  259. border-left: 0px none ;
  260. border-right: 0px none ;
  261. }
  262. }
  263. tr.total {
  264. .summary {
  265. h3 {
  266. margin-top: 0px ;
  267. font-family: 'capsuularegular' ;
  268. text-transform: none ;
  269. margin-bottom: 5px ;
  270. }
  271. ul {
  272. margin-bottom: 15px ;
  273. padding-left: 20px ;
  274. font-size: 23px ;
  275. li {
  276. .quantity {
  277. font-size: 18px ;
  278. }
  279. .name {
  280. font-family: 'capsuularegular' ;
  281. font-size: 24px ;
  282. }
  283. .other {
  284. font-family: 'arial' ;
  285. font-size: 14px ;
  286. }
  287. }
  288. }
  289. }
  290. .price-total {
  291. font-size: 23px ;
  292. }
  293. }
  294. }
  295. #content-step-payment {
  296. .delivery {
  297. margin-bottom: 20px ;
  298. .delivery-home {
  299. margin-bottom: 20px ;
  300. }
  301. .delivery-address {
  302. }
  303. }
  304. .comment {
  305. margin-bottom: 20px ;
  306. }
  307. .credit {
  308. .info {
  309. margin-left: 20px ;
  310. color: gray ;
  311. }
  312. }
  313. }
  314. #specific-delays {
  315. margin-top: 15px;
  316. strong {
  317. //text-decoration: underline ;
  318. }
  319. }
  320. #infos {
  321. margin-top: 30px ;
  322. .panel-body {
  323. padding-top: 0px ;
  324. white-space: pre-line ;
  325. }
  326. }
  327. }
  328. }
  329. #main #content {
  330. .panel {
  331. h3 {
  332. font-family: "highvoltageregular" ;
  333. margin: 0px ;
  334. padding-top: 10px ;
  335. padding-bottom: 4px ;
  336. font-size: 20px ;
  337. }
  338. }
  339. }