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.

354 lines
6.4 KiB

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