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.

409 lines
7.9 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
4 years ago
  1. .pos .pos-header-custo{
  2. position: fixed;
  3. display: table-cell;
  4. left:0;
  5. top:0;
  6. width:100%;
  7. height:45px;
  8. margin:0;
  9. padding:0;
  10. border-right: 1px solid #373737;
  11. text-align:left;
  12. line-height:normal;
  13. vertical-align: middle;
  14. display: flex;
  15. align-items: center;
  16. background-color: #f1eeef;
  17. margin-top: 48px;
  18. }
  19. .pos .presentation-screen .pos-topheader-bal,
  20. .pos .product-balance-screen .pos-topheader-bal,
  21. .pos .confirmation-screen .pos-topheader-bal{
  22. height: auto !important;
  23. background-color: #f1eeef;
  24. z-index: 100;
  25. }
  26. .pos .pos-topheader-title{
  27. background-color: #195a69;
  28. color: #fff;
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. text-transform: uppercase;
  33. height: 48px;
  34. position: relative;
  35. }
  36. .pos .pos-topheader-title h1{
  37. margin: 0;
  38. }
  39. .pos .pos-topheader-title{
  40. position: relative;
  41. }
  42. .pos .pos-topheader-title{
  43. width: 100%;
  44. }
  45. .pos .pos-topheader-bal {
  46. position: absolute;
  47. left: 0;
  48. top: 0;
  49. width: 100%;
  50. height: 48px;
  51. margin: 0;
  52. padding: 0;
  53. color: gray;
  54. }
  55. .pos .pos-text {
  56. text-align: center;
  57. height: 45px;
  58. font-size: 30px;
  59. }
  60. .pos .pos-logo-balance {
  61. position: absolute;
  62. float: right;
  63. right: 10px;
  64. top: 0;
  65. height: 100%;
  66. }
  67. .pos .close-button-bls {
  68. position: absolute;
  69. left: 15px;
  70. padding: 10px;
  71. text-transform: uppercase;
  72. position: absolute;
  73. border-radius: 3px;
  74. border: solid 1px #d1d1d1;
  75. cursor: pointer;
  76. }
  77. .logo-scan{
  78. width: 250px;
  79. }
  80. .pos-confirm-screen .logo-scan{
  81. width: 150px;
  82. }
  83. .pos .shop-name{
  84. }
  85. .pos .scale-screen-custo,
  86. .pos .balancecontainerscale-screen{
  87. position: fixed;
  88. bottom: 0;
  89. top: inherit;
  90. z-index: 100;
  91. }
  92. .pos .balancecontainerscale-screen .weight-brut, .pos .balancecontainerscale-screen .label-scale,
  93. .pos .scale-screen-custo .weight-brut,
  94. .pos .scale-screen-custo .label-scale,
  95. .pos .scale-screen-custo .label-scale-cont
  96. .pos .balancecontainerscale-screen .label-scale-cont {
  97. font-size: 25px;
  98. margin: 35px 16px 0px 16px;
  99. text-align: left;
  100. display: inline-block;
  101. }
  102. .pos .scale-screen .label-scale.margin-top,
  103. .pos .balancecontainerscale-screen .label-scale.margin-top{
  104. margin: 16px;
  105. }
  106. .pos .scale-screen-custo .label-scale-cont,
  107. .pos .label-scale-cont .label-scale-cont
  108. {
  109. margin: 0px 16px 0px 16px;
  110. }
  111. .pos .presentation-screen .bypass-container,
  112. .pos .product-balance-screen .add-new-container,
  113. .pos .confirmation-screen .btn-back,
  114. .pos .balancecontainerscale-screen .add-container,
  115. .pos .scale-screen-custo .add-transaction{
  116. margin: 0 auto;
  117. text-align: center;
  118. font-size: 32px;
  119. background: #195a69;
  120. color: white;
  121. border-radius: 0;
  122. padding: 16px;
  123. width: 200px;
  124. margin: 40px auto;
  125. cursor: pointer;
  126. }
  127. .pos .product-balance-screen .add-new-container{
  128. border: solid 0px #d1d1d1;
  129. margin: 0 auto;
  130. width: 250px;
  131. font-size: 20px;
  132. padding: 2px;
  133. }
  134. .pos .presentation-screen .bypass-container{
  135. width: 400px;
  136. font-size: 25px;
  137. margin: 20px auto;
  138. }
  139. .pos .confirmation-screen .btn-back{
  140. margin: 20px;
  141. width: 300px;
  142. }
  143. .pos .balancecontainerscale-screen .add-container{
  144. width: 250px;
  145. margin: 40px auto;
  146. }
  147. .page-first {
  148. -webkit-flex: 1;
  149. flex: 1;
  150. display: flex;
  151. align-items: center;
  152. justify-content: center;
  153. flex-direction: column;
  154. position: relative;
  155. width: auto;
  156. height: 100%;
  157. box-shadow: 0px 6px 0px -3px rgba(0, 0, 0, 0.07) inset;
  158. background: #D8D7D7;
  159. background-repeat: no-repeat;
  160. overflow: hidden;
  161. background-size: cover;
  162. transition: all 300ms ease-in-out;
  163. background: rgba(216,215,215,0.9);
  164. z-index: 99;
  165. }
  166. .page-first .pos-text {
  167. font-size: 40px;
  168. font-weight: bold;
  169. margin-bottom: 30px;
  170. margin-top: -190px;
  171. }
  172. .pos-footer{
  173. background: rgba(216,215,215,0.9);
  174. padding: 30px 0px;
  175. }
  176. .pos .product-balance-screen .rightpane{
  177. left: 0;
  178. top: 45px;
  179. }
  180. .pos .product-balance-screen .leftpane{
  181. display: none;
  182. }
  183. .screen .screen-content-flexbox {
  184. margin: 0px auto;
  185. text-align: left;
  186. height: 100%;
  187. overflow: hidden;
  188. position: relative;
  189. display: -webkit-flex;
  190. -webkit-flex-flow: column nowrap;
  191. flex-flow: column nowrap;
  192. }
  193. h1.product-name {
  194. font-size: 30px;
  195. margin: 0;
  196. color: #555555;
  197. }
  198. .pos-confirm{
  199. padding: 20px;
  200. background-color: rgba(226, 240, 217, 0.5);
  201. }
  202. .pos .balancecontainerscale-screen .computed-price,
  203. .pos .scale-screen-custo .computed-price{
  204. text-align: right;
  205. margin: 16px;
  206. background: white;
  207. padding: 20px;
  208. padding-right: 30px;
  209. font-size: 56px;
  210. border-radius: 3px;
  211. font-family: Inconsolata;
  212. text-shadow: 0px 2px 0px rgb(210, 210, 210);
  213. box-shadow: 0px 2px 0px rgb(225,225,225) inset;
  214. font-weight: normal;
  215. }
  216. .pos .confirmation-screen .product-price,
  217. .pos .balancecontainerscale-screen .product-price,
  218. .pos .scale-screen-custo .product-price {
  219. font-size: 25px;
  220. margin: 10px;
  221. text-align: center;
  222. display: inline-block;
  223. width: 30%;
  224. }
  225. .pos .popup .confirm-center .button {
  226. float: initial;
  227. margin: 0 auto;
  228. margin-top: 10px;
  229. }
  230. .pos .pos-text ul{
  231. display: flex;
  232. height: 45px;
  233. }
  234. .pos .pos-text li{
  235. background-color: #bfbfbf;
  236. text-align: center;
  237. display: inline-block;
  238. list-style-type: none;
  239. font-size: 20px;
  240. color: #fff;
  241. padding: 10px 20px;
  242. margin: 0px 5px;
  243. }
  244. .pos .pos-text .li-active{
  245. background-color: #fba353;
  246. color: #fff;
  247. text-align: center;
  248. }
  249. .pos .rightpane-header{
  250. height: 48px;
  251. }
  252. .text-foot{
  253. font-size: 20px;
  254. font-weight: bold;
  255. margin-top: 50px;
  256. }
  257. .doublon-body {
  258. text-align: left;
  259. font-size: 20px;
  260. padding: 0px 75px;
  261. }
  262. .pos .popup.popup-barcode .footer {
  263. display: flex;
  264. align-items: center;
  265. justify-content: center;
  266. margin-bottom: 10px;
  267. }
  268. .pos .popup.popup-barcode .body{
  269. margin-top: 50px;
  270. }
  271. .screen .rightpane .top-content {
  272. position: relative;
  273. }
  274. .centered-content-flex {
  275. font-size: 22px;
  276. display: flex;
  277. background-color: #e5e5e5;
  278. align-items: center;
  279. justify-content: space-around;
  280. }
  281. .pos .centered-content-flex .computed-price{
  282. text-align: right;
  283. margin: 16px;
  284. background: white;
  285. padding: 20px;
  286. padding-right: 30px;
  287. font-size: 56px;
  288. border-radius: 3px;
  289. font-family: Inconsolata;
  290. text-shadow: 0px 2px 0px #d2d2d2;
  291. box-shadow: 0px 2px 0px #e1e1e1 inset;
  292. width: 220px;
  293. font-weight: normal;
  294. }
  295. .pos .centered-content-flex .weight {
  296. max-width: 255px;
  297. min-width: 255px;
  298. text-align: right;
  299. margin: 16px;
  300. background: white;
  301. padding: 20px;
  302. padding-right: 30px;
  303. font-size: 56px;
  304. border-radius: 3px;
  305. font-family: Inconsolata;
  306. text-shadow: 0px 2px 0px rgb(210, 210, 210);
  307. box-shadow: 0px 2px 0px rgb(225,225,225) inset;
  308. }
  309. .pos-header-custo .button{
  310. left: 0px;
  311. margin-left: 16px;
  312. top: 0px;
  313. line-height: 32px;
  314. padding: 3px 13px;
  315. font-size: 20px;
  316. background: rgb(230, 230, 230);
  317. margin: 12px;
  318. border-radius: 3px;
  319. border: solid 1px rgb(209, 209, 209);
  320. cursor: pointer;
  321. transition: all 150ms linear;
  322. }
  323. .flex-poids{
  324. display: flex;
  325. flex-direction: column;
  326. }
  327. .screen .top-content{
  328. position: relative;
  329. height: 45px;
  330. border-bottom: none;
  331. }
  332. .screen .pos-topheader-scale-cont .top-content .button{
  333. position: relative;
  334. }
  335. .pos-confirm-screen {
  336. margin-top: -80px;
  337. display: flex;
  338. align-items: center;
  339. justify-content: center;
  340. height: 100%;
  341. position: relative;
  342. flex-direction: column;
  343. background-color: rgba(226, 240, 217, 0.5);
  344. }
  345. .pos-confirm-screen h1{
  346. margin-top: 15px;
  347. }
  348. .pos-bottom.pos-bottom-confirm{
  349. height: 100%;
  350. }
  351. .pos .product-balance-screen .product-list-scroller{
  352. padding-bottom: 200px;
  353. }
  354. .pos .product-balance-screen .categories {
  355. border-bottom: solid 0px rgb(110, 200, 155);
  356. }