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.

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