blob: 5d89265592effef44a93821b3b18afa5ab727dca [file] [log] [blame]
Anand Doshida858cc2015-02-24 17:50:44 +05301@border-color: #d1d8dd;
Anand Doshie3bd78e2016-04-22 18:53:21 +05302@light-border-color: #EBEFF2;
3@text-muted: #8D99A6;
4@light-bg: #fafbfc;
Anand Doshida858cc2015-02-24 17:50:44 +05305
6.web-long-description {
7 font-size: 18px;
8 line-height: 200%;
9}
Anand Doshie3bd78e2016-04-22 18:53:21 +053010
Anand Doshida858cc2015-02-24 17:50:44 +053011.item-stock {
12 margin-bottom: 10px !important;
13}
14
15.product-link {
16 display: block;
17 text-align: center;
18}
19
Anand Doshida858cc2015-02-24 17:50:44 +053020@media (max-width: 767px) {
21 .product-image {
22 height: 0px;
23 padding: 0px 0px 100%;
24 overflow: hidden;
25 }
26}
27
28.product-image-square {
29 width: 100%;
30 height: 0;
31 padding: 50% 0px;
32 background-size: cover;
33 background-repeat: no-repeat;
34 background-position: center top;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +053035 border-radius-top: 4px;
36 border-radius-right: 4px;
Anand Doshida858cc2015-02-24 17:50:44 +053037}
38
39.product-image.missing-image {
40 .product-image-square;
Anand Doshida858cc2015-02-24 17:50:44 +053041 position: relative;
Anand Doshie3bd78e2016-04-22 18:53:21 +053042 background-color: @light-border-color;
Anand Doshida858cc2015-02-24 17:50:44 +053043}
44
45.product-image.missing-image .octicon {
46 font-size: 32px;
47 color: @border-color;
48}
49
50.product-text {
51 padding: 15px 0px;
52}
Anand Doshi81bded12015-05-27 16:48:06 -040053
Anand Doshia6f48682016-04-09 22:25:21 +053054.product-label {
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053055 padding-bottom: 4px;
56 text-transform: uppercase;
57 font-size: 12px;
58}
59
Anand Doshia6f48682016-04-09 22:25:21 +053060.product-search {
61 margin-bottom: 15px;
62}
63
64
Anand Doshi81bded12015-05-27 16:48:06 -040065@media (max-width: 767px) {
66 .product-search {
67 width: 100%;
Anand Doshi81bded12015-05-27 16:48:06 -040068 }
69}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053070
71.borderless td, .borderless th {
72 border-bottom: 1px solid @light-border-color;
73 padding-left:0px !important;
74 line-height: 1.8em !important;
75}
76
77.item-desc {
78 border-top: 2px solid @light-border-color;
79 padding-top:10px;
80}
Kanchan Chauhane0818f82016-04-22 14:39:02 +053081
82.featured-products {
83 border-top: 1px solid @light-border-color;
84}
Anand Doshie3bd78e2016-04-22 18:53:21 +053085
86.transaction-list-item {
Anand Doshie3bd78e2016-04-22 18:53:21 +053087 &:hover,
88 &:active,
89 &:focus {
90 background-color: @light-bg;
91 }
92
93 .indicator {
Anand Doshie3bd78e2016-04-22 18:53:21 +053094 font-weight: inherit;
95 color: @text-muted;
Anand Doshie3bd78e2016-04-22 18:53:21 +053096 }
97
98 .transaction-time {
99 // margin-left: 15px;
100 }
101
102 .items-preview,
103 .transaction-time {
104 margin-top: 5px;
105 }
106}
107
108// order.html
109.transaction-subheading {
110 .indicator {
111 font-weight: inherit;
112 color: @text-muted;
113 }
114}
115
116.order-container {
117 margin: 50px 0px;
118
119 .order-item-header .h6 {
120 padding: 7px 15px;
121 }
122
123 .order-items {
124 margin: 30px 0px 0px;
125 }
126
127 .order-item-table {
128 margin: 0px -15px;
129 }
130
131 .order-item-header {
132 border-bottom: 1px solid #d1d8dd;
133 }
134
135 .order-image-col {
136 padding-right: 0px;
137 }
138
139 .order-image {
140 max-width: 55px;
141 max-height: 55px;
142 margin-top: -5px;
143 }
144
145 .order-taxes {
146 margin-top: 30px;
147
148 .row {
149 margin-top: 15px;
150 }
151 }
152
153 .tax-grand-total-row {
Anand Doshie3bd78e2016-04-22 18:53:21 +0530154 padding-top: 15px;
Rushabh Mehtaac123c52016-05-20 16:36:56 +0530155 padding-bottom: 30px;
Anand Doshie3bd78e2016-04-22 18:53:21 +0530156 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530157
158 .tax-grand-total {
159 display: inline-block;
160 font-size: 16px;
161 font-weight: bold;
162 margin-top: 5px;
163 }
Anand Doshie3bd78e2016-04-22 18:53:21 +0530164}
165
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530166.cart-container {
167 margin: 50px 0px;
168
169 .cart-item-header .h6 {
170 padding: 7px 15px;
171 }
172
173 .cart-items {
174 margin: 30px 0px 0px;
175 }
176
177 .cart-item-table {
178 margin: 0px -15px;
179 }
180
181 .cart-item-header {
182 border-bottom: 1px solid #d1d8dd;
183 }
184
185 .cart-image-col {
186 padding-right: 0px;
187 }
188
189 .cart-image {
190 max-width: 55px;
191 max-height: 55px;
192 margin-top: -5px;
193 }
194
195 .cart-taxes {
196 margin-top: 30px;
197
198 .row {
199 margin-top: 15px;
200 }
201 }
202
203 .tax-grand-total-row {
204 border-top: 1px solid @border-color;
205 padding-top: 15px;
206 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530207
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530208 .cart-addresses {
209 margin-top: 50px;
210 }
211}
212
213.cart-items .cart-dropdown,
214.item_name_dropdown {
215 display:none;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530216
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530217}
218.cart-dropdown-container {
Kanchan Chauhanb3573a82016-05-09 12:30:58 +0530219 width: 320px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530220 padding: 15px;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530221
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530222 .item-price {
223 display: block !important;
224 padding-bottom: 10px;
225 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530226
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530227 .cart-item-header {
228 border-bottom: 1px solid #d1d8dd;
229 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530230
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530231 .cart-items .cart-dropdown {
232 display:block;
233 margin-top:15px;
234 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530235
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530236 .item_name_dropdown {
237 display:block;
238 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530239
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530240 .item-description,
241 .cart-items .checkout,
242 .item_name_and_description {
243 display: none;
244 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530245
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530246 .checkout-btn {
Kanchan Chauhanb3573a82016-05-09 12:30:58 +0530247 padding-top:25px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530248 }
249 .col-name-description {
250 margin-bottom:8px;
251 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530252
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530253}
254
Anand Doshia6f48682016-04-09 22:25:21 +0530255.product-list-link {
256 .row {
257 border-bottom: 1px solid @light-border-color;
258 }
259
260 .row:hover {
261 background-color: @light-bg;
262 }
263
264 .row > div {
265 padding-top: 15px;
266 padding-bottom: 15px;
267 }
268}
269
270.product-list-link:first-child .row {
271 border-top: 1px solid @light-border-color;
272}
273
274.item-group-nav-buttons {
275 margin-top: 15px;
276}
277
Rushabh Mehtaac123c52016-05-20 16:36:56 +0530278.footer-subscribe {
279 .btn-default {
280 background-color: transparent;
281 border: 1px solid @border-color;
282 }
283}
284
Anand Doshia6f48682016-04-09 22:25:21 +0530285@media (min-width: 992px) {
286 .footer-subscribe {
287 max-width: 350px;
288 }
289}
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530290
291.item-group-content {
292 margin-top: 30px;
293}
294
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530295.product-image-img {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530296 border: 1px solid @light-border-color;
297 border-radius: 3px;
298}
299
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530300.product-text {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530301 border-top: 1px solid @light-border-color;
302 padding: 15px;
303 word-wrap: break-word;
304 height: 75px;
305}
306
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530307.product-image-wrapper {
308 padding-bottom: 40px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530309}
310