blob: 58e8e6265d88b26f5c0abac4620f44143c551239 [file] [log] [blame]
Rushabh Mehta5d0e8de2016-04-11 17:34:25 +05301@import "../../../../frappe/frappe/public/less/variables.less";
2
Anand Doshida858cc2015-02-24 17:50:44 +05303.erpnext-footer {
4 margin: 11px auto;
5 text-align: center;
6}
7
8.show-all-reports {
9 margin-top: 5px;
10 font-size: 11px;
11}
12
13/* toolbar */
14.toolbar-splash {
15 width: 32px;
16 height: 32px;
17 margin: -10px auto;
18}
19
20/* pos */
Rushabh Mehta203cc962016-04-07 15:25:43 +053021
22.pos-item-area {
23 padding: 0px 10px;
24}
25
26.pos-item-wrapper {
27 padding: 5px;
Anand Doshida858cc2015-02-24 17:50:44 +053028}
29
30.pos-item {
Anand Doshida858cc2015-02-24 17:50:44 +053031 overflow: hidden;
32 text-overflow: ellipsis;
33 cursor: pointer;
34 padding: 5px;
Rushabh Mehta203cc962016-04-07 15:25:43 +053035 padding-bottom: 15px;
Anand Doshida858cc2015-02-24 17:50:44 +053036 border: 1px solid #d1d8dd;
Rushabh Mehta203cc962016-04-07 15:25:43 +053037 margin-bottom: 5px;
Anand Doshida858cc2015-02-24 17:50:44 +053038}
39
40.pos-item-text {
41 padding: 0px 5px;
42}
43
44.pos-item .item-code {
45 margin-bottom: 0px;
46}
47
48.pos-item .no-image {
49 background-color: #fafbfc;
50 border: 1px dashed #d1d8dd;
51}
52
53.pos-item-image {
Rushabh Mehta203cc962016-04-07 15:25:43 +053054 width: 100%;
55 height: 0px;
56 padding: 50% 0;
57 text-align: center;
58 line-height: 0;
Rushabh Mehta5d0e8de2016-04-11 17:34:25 +053059 color: @text-extra-muted;
Rushabh Mehta203cc962016-04-07 15:25:43 +053060 font-size: 30px;
Anand Doshida858cc2015-02-24 17:50:44 +053061 background-size: cover;
62 border: 1px solid transparent;
Anand Doshi2b2b6392015-03-20 14:18:09 +053063 background-position: top center;
Anand Doshida858cc2015-02-24 17:50:44 +053064}
65
66.pos-item-area {
67 border: 1px solid #d1d8dd;
68 border-top: none;
69}
70
71.pos-item-toolbar {
72 padding: 10px 0px;
73 border-bottom: 1px solid #d1d8dd;
74}
75
76.item-list-area {
77 padding: 15px 0px;
78}
79
80.pos-toolbar, .pos-bill-toolbar {
81 padding: 10px 0px;
82 border-bottom: 1px solid #d1d8dd;
83 height: 51px;
84}
85
86.pos-item-toolbar .form-group {
87 margin-bottom: 0px;
88}
89
90.pos-bill-wrapper {
91 border: 1px solid #d1d8dd;
92 border-top: none;
93 margin-right: -1px;
94}
95
96.pos-bill {
97 margin-left: -15px;
98 margin-right: -15px;
99}
100
101.pos-bill-row {
102 margin: 0px;
103 padding: 7px 0px;
104 border-top: 1px solid #d1d8dd;
105}
106
107.pos-bill-header {
108 border: none !important;
109 background-color: #f5f7fa;
110}
111
112.pos-item-qty {
113 display: inline-block;
114}
115
116.pos-qty-row > div {
117 padding: 5px 0px;
118}
119
120.pos-qty-btn {
121 margin-top: 3px;
122 cursor: pointer;
123 font-size: 120%;
124}
125
126.pos .search-area .form-group {
127 max-width: 100% !important;
128}
129
130.pos .tax-table {
131 margin-bottom: 10px;
132}
133
Anand Doshi906c2ba2015-07-17 15:11:24 +0530134.erpnext-icon {
Rushabh Mehta3d2622c2016-04-25 17:53:42 +0530135 width: 24px;ack
Anand Doshi906c2ba2015-07-17 15:11:24 +0530136 margin-right: 0px;
137 margin-top: -3px;
138}
Nabin Hait3769d872015-12-18 13:12:02 +0530139
140.pos .discount-amount-area {
141 .discount-field-col {
142 padding-left: 0px;
143 }
Rushabh Mehta203cc962016-04-07 15:25:43 +0530144
Nabin Hait3769d872015-12-18 13:12:02 +0530145 .input-group {
146 margin-top: 2px;
147 }
Rushabh Mehta3d2622c2016-04-25 17:53:42 +0530148}
149
150.dashboard-list-item {
151 background-color: inherit;
152 padding: 7px 15px;
153 border-bottom: 1px solid @border-color;
154}
155
156.dashboard-list-item:last-child {
157 border-bottom: none;
158}