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.

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