Faris Ansari | 519cc09 | 2017-08-10 11:22:03 +0530 | [diff] [blame] | 1 | .pos { |
| 2 | padding: 15px; |
| 3 | } |
Faris Ansari | 65c4bd6 | 2017-08-10 17:17:34 +0530 | [diff] [blame^] | 4 | .cart-container { |
Faris Ansari | 519cc09 | 2017-08-10 11:22:03 +0530 | [diff] [blame] | 5 | 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 | } |
| 16 | .item-group-field { |
| 17 | margin-left: 15px; |
| 18 | } |
| 19 | .cart-wrapper .list-item__content:not(:first-child) { |
| 20 | justify-content: flex-end; |
| 21 | } |
| 22 | .cart-items { |
| 23 | height: 200px; |
| 24 | overflow: auto; |
| 25 | } |
| 26 | .fields { |
| 27 | display: flex; |
| 28 | } |
| 29 | .pos-items-wrapper { |
| 30 | max-height: 480px; |
| 31 | overflow: auto; |
| 32 | } |
| 33 | .pos-item-wrapper { |
| 34 | height: 250px; |
| 35 | } |
| 36 | .image-view-container { |
| 37 | display: block; |
| 38 | } |
| 39 | .image-view-container .image-field { |
| 40 | height: auto; |
| 41 | } |
| 42 | .empty-state { |
| 43 | height: 100%; |
| 44 | position: relative; |
| 45 | } |
| 46 | .empty-state span { |
| 47 | position: absolute; |
| 48 | color: #8D99A6; |
| 49 | font-size: 12px; |
| 50 | top: 50%; |
| 51 | left: 50%; |
| 52 | transform: translate(-50%, -50%); |
| 53 | } |