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.

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