blob: 81b109838feede1dd2259257f5716b4fad2d6426 [file] [log] [blame]
Faris Ansari519cc092017-08-10 11:22:03 +05301.pos {
2 padding: 15px;
3}
Faris Ansari65c4bd62017-08-10 17:17:34 +05304.cart-container {
Faris Ansari519cc092017-08-10 11:22:03 +05305 padding: 0 15px;
6 display: inline-block;
7 width: 39%;
8 vertical-align: top;
9}
10.item-container {
11 padding: 0 15px;
12 display: inline-block;
13 width: 60%;
14 vertical-align: top;
15}
Faris Ansarif7c7ff42017-08-10 18:28:05 +053016.search-field {
17 width: 60%;
18}
19.search-field input::placeholder {
20 font-size: 12px;
21}
Faris Ansari519cc092017-08-10 11:22:03 +053022.item-group-field {
Faris Ansarif7c7ff42017-08-10 18:28:05 +053023 width: 40%;
Faris Ansari519cc092017-08-10 11:22:03 +053024 margin-left: 15px;
25}
26.cart-wrapper .list-item__content:not(:first-child) {
27 justify-content: flex-end;
28}
29.cart-items {
30 height: 200px;
31 overflow: auto;
32}
33.fields {
34 display: flex;
35}
36.pos-items-wrapper {
37 max-height: 480px;
38 overflow: auto;
39}
40.pos-item-wrapper {
Faris Ansarif7c7ff42017-08-10 18:28:05 +053041 display: flex;
42 flex-direction: column;
43 justify-content: space-between;
Faris Ansari519cc092017-08-10 11:22:03 +053044}
45.image-view-container {
46 display: block;
47}
48.image-view-container .image-field {
49 height: auto;
50}
51.empty-state {
52 height: 100%;
53 position: relative;
54}
55.empty-state span {
56 position: absolute;
57 color: #8D99A6;
58 font-size: 12px;
59 top: 50%;
60 left: 50%;
61 transform: translate(-50%, -50%);
62}