blob: 37e3616d35afde522872d9e0210b7d2f7ff3d421 [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 padding: 30px;
88 margin: 0px -30px;
89
90 &:hover,
91 &:active,
92 &:focus {
93 background-color: @light-bg;
94 }
95
96 .indicator {
Anand Doshie3bd78e2016-04-22 18:53:21 +053097 font-weight: inherit;
98 color: @text-muted;
99 margin-left: -15px;
100 }
101
102 .transaction-time {
103 // margin-left: 15px;
104 }
105
106 .items-preview,
107 .transaction-time {
108 margin-top: 5px;
109 }
110}
111
112// order.html
113.transaction-subheading {
114 .indicator {
115 font-weight: inherit;
116 color: @text-muted;
117 }
118}
119
120.order-container {
121 margin: 50px 0px;
122
123 .order-item-header .h6 {
124 padding: 7px 15px;
125 }
126
127 .order-items {
128 margin: 30px 0px 0px;
129 }
130
131 .order-item-table {
132 margin: 0px -15px;
133 }
134
135 .order-item-header {
136 border-bottom: 1px solid #d1d8dd;
137 }
138
139 .order-image-col {
140 padding-right: 0px;
141 }
142
143 .order-image {
144 max-width: 55px;
145 max-height: 55px;
146 margin-top: -5px;
147 }
148
149 .order-taxes {
150 margin-top: 30px;
151
152 .row {
153 margin-top: 15px;
154 }
155 }
156
157 .tax-grand-total-row {
158 border-top: 1px solid @border-color;
159 padding-top: 15px;
160 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530161
162 .tax-grand-total {
163 display: inline-block;
164 font-size: 16px;
165 font-weight: bold;
166 margin-top: 5px;
167 }
Anand Doshie3bd78e2016-04-22 18:53:21 +0530168}
169
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530170.cart-container {
171 margin: 50px 0px;
172
173 .cart-item-header .h6 {
174 padding: 7px 15px;
175 }
176
177 .cart-items {
178 margin: 30px 0px 0px;
179 }
180
181 .cart-item-table {
182 margin: 0px -15px;
183 }
184
185 .cart-item-header {
186 border-bottom: 1px solid #d1d8dd;
187 }
188
189 .cart-image-col {
190 padding-right: 0px;
191 }
192
193 .cart-image {
194 max-width: 55px;
195 max-height: 55px;
196 margin-top: -5px;
197 }
198
199 .cart-taxes {
200 margin-top: 30px;
201
202 .row {
203 margin-top: 15px;
204 }
205 }
206
207 .tax-grand-total-row {
208 border-top: 1px solid @border-color;
209 padding-top: 15px;
210 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530211
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530212 .cart-addresses {
213 margin-top: 50px;
214 }
215}
216
217.cart-items .cart-dropdown,
218.item_name_dropdown {
219 display:none;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530220
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530221}
222.cart-dropdown-container {
Kanchan Chauhanb3573a82016-05-09 12:30:58 +0530223 width: 320px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530224 padding: 15px;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530225
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530226 .item-price {
227 display: block !important;
228 padding-bottom: 10px;
229 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530230
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530231 .cart-item-header {
232 border-bottom: 1px solid #d1d8dd;
233 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530234
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530235 .cart-items .cart-dropdown {
236 display:block;
237 margin-top:15px;
238 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530239
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530240 .item_name_dropdown {
241 display:block;
242 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530243
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530244 .item-description,
245 .cart-items .checkout,
246 .item_name_and_description {
247 display: none;
248 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530249
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530250 .checkout-btn {
Kanchan Chauhanb3573a82016-05-09 12:30:58 +0530251 padding-top:25px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530252 }
253 .col-name-description {
254 margin-bottom:8px;
255 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530256
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530257}
258
Anand Doshia6f48682016-04-09 22:25:21 +0530259.product-list-link {
260 .row {
261 border-bottom: 1px solid @light-border-color;
262 }
263
264 .row:hover {
265 background-color: @light-bg;
266 }
267
268 .row > div {
269 padding-top: 15px;
270 padding-bottom: 15px;
271 }
272}
273
274.product-list-link:first-child .row {
275 border-top: 1px solid @light-border-color;
276}
277
278.item-group-nav-buttons {
279 margin-top: 15px;
280}
281
282@media (min-width: 992px) {
283 .footer-subscribe {
284 max-width: 350px;
285 }
286}
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530287
288.item-group-content {
289 margin-top: 30px;
290}
291
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530292.product-image-img {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530293 border: 1px solid @light-border-color;
294 border-radius: 3px;
295}
296
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530297.product-text {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530298 border-top: 1px solid @light-border-color;
299 padding: 15px;
300 word-wrap: break-word;
301 height: 75px;
302}
303
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530304.product-image-wrapper {
305 padding-bottom: 40px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530306}
307
308
309.featured-product-heading, .all-products {
310 text-transform: uppercase;
311 letter-spacing: 0.5px;
312 font-size: 12px;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530313 font-weight: 500;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530314}
315
316.all-products {
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530317 font-weight: 300;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530318 padding-left: 25px;
319 padding-right: 25px;
320 padding-top: 10px;
321 padding-bottom: 10px;
322}
323
324.homepage-tagline {
325 font-size:40px !important;
Kanchan Chauhanb3573a82016-05-09 12:30:58 +0530326}
327