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.

366 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 .balancecontainerscale-screen .product-price,
  183. .pos .scale-screen .product-price {
  184. font-size: 25px;
  185. margin: 10px;
  186. text-align: center;
  187. display: inline-block;
  188. width: 30%;
  189. }
  190. .pos .popup .confirm-center .button {
  191. float: initial;
  192. margin: 0 auto;
  193. margin-top: 10px;
  194. }
  195. .pos .pos-text ul{
  196. display: flex;
  197. height: 45px;
  198. }
  199. .pos .pos-text li{
  200. background-color: #bfbfbf;
  201. text-align: center;
  202. display: inline-block;
  203. list-style-type: none;
  204. font-size: 20px;
  205. color: #fff;
  206. padding: 10px 20px;
  207. margin: 0px 5px;
  208. }
  209. .pos .pos-text .li-active{
  210. background-color: #fba353;
  211. color: #fff;
  212. text-align: center;
  213. }
  214. .pos .rightpane-header{
  215. height: 48px;
  216. }
  217. .text-foot{
  218. font-size: 20px;
  219. font-weight: bold;
  220. margin-top: 50px;
  221. }
  222. .doublon-body {
  223. text-align: left;
  224. font-size: 20px;
  225. padding: 0px 75px;
  226. }
  227. .pos .popup.popup-barcode .footer {
  228. display: flex;
  229. align-items: center;
  230. justify-content: center;
  231. margin-bottom: 10px;
  232. }
  233. .pos .popup.popup-barcode .body{
  234. margin-top: 50px;
  235. }
  236. .screen .rightpane .top-content {
  237. position: relative;
  238. }
  239. /*
  240. .pos-bottom {
  241. width: 100%;
  242. position: absolute;
  243. bottom: 0;
  244. }*/
  245. .centered-content-flex {
  246. font-size: 22px;
  247. display: flex;
  248. background-color: #e5e5e5;
  249. align-items: center;
  250. justify-content: space-around;
  251. }
  252. .pos .centered-content-flex .computed-price{
  253. text-align: right;
  254. margin: 16px;
  255. background: white;
  256. padding: 20px;
  257. padding-right: 30px;
  258. font-size: 56px;
  259. border-radius: 3px;
  260. font-family: Inconsolata;
  261. text-shadow: 0px 2px 0px #d2d2d2;
  262. box-shadow: 0px 2px 0px #e1e1e1 inset;
  263. width: 100%;
  264. font-weight: normal;
  265. }
  266. .pos .centered-content-flex .weight {
  267. text-align: right;
  268. margin: 16px;
  269. background: white;
  270. padding: 20px;
  271. padding-right: 30px;
  272. font-size: 56px;
  273. border-radius: 3px;
  274. font-family: Inconsolata;
  275. text-shadow: 0px 2px 0px rgb(210, 210, 210);
  276. box-shadow: 0px 2px 0px rgb(225,225,225) inset;
  277. }
  278. .pos-header-custo .button{
  279. left: 0px;
  280. margin-left: 16px;
  281. /*position: absolute;*/
  282. top: 0px;
  283. line-height: 32px;
  284. padding: 3px 13px;
  285. font-size: 20px;
  286. background: rgb(230, 230, 230);
  287. margin: 12px;
  288. border-radius: 3px;
  289. border: solid 1px rgb(209, 209, 209);
  290. cursor: pointer;
  291. transition: all 150ms linear;
  292. }
  293. .flex-poids{
  294. display: flex;
  295. flex-direction: column;
  296. }
  297. .screen .top-content{
  298. position: relative;
  299. height: 45px;
  300. border-bottom: none;
  301. }
  302. .screen .top-content .button{
  303. position: relative;
  304. }
  305. .pos-confirm-screen {
  306. display: flex;
  307. align-items: center;
  308. justify-content: center;
  309. height: 100%;
  310. position: relative;
  311. flex-direction: column;
  312. background-color: rgba(226, 240, 217, 0.5);
  313. }
  314. .pos-confirm-screen h1{
  315. margin-top: 15px;
  316. }
  317. .pos-bottom.pos-bottom-confirm{
  318. height: 100%;
  319. }