blob: 894340e9b503cfe5c085e0de4d612f77f9ea0d63 [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;
Anand Doshie3bd78e2016-04-22 18:53:21 +053035 border-radius: 4px;
Anand Doshida858cc2015-02-24 17:50:44 +053036}
37
38.product-image.missing-image {
39 .product-image-square;
Anand Doshida858cc2015-02-24 17:50:44 +053040 position: relative;
Anand Doshie3bd78e2016-04-22 18:53:21 +053041 background-color: @light-border-color;
Anand Doshida858cc2015-02-24 17:50:44 +053042}
43
44.product-image.missing-image .octicon {
45 font-size: 32px;
46 color: @border-color;
47}
48
49.product-text {
50 padding: 15px 0px;
51}
Anand Doshi81bded12015-05-27 16:48:06 -040052
Anand Doshia6f48682016-04-09 22:25:21 +053053.product-label {
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053054 padding-bottom: 4px;
55 text-transform: uppercase;
56 font-size: 12px;
57}
58
Anand Doshia6f48682016-04-09 22:25:21 +053059.product-search {
60 margin-bottom: 15px;
61}
62
63
Anand Doshi81bded12015-05-27 16:48:06 -040064@media (max-width: 767px) {
65 .product-search {
66 width: 100%;
Anand Doshi81bded12015-05-27 16:48:06 -040067 }
68}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053069
70.borderless td, .borderless th {
71 border-bottom: 1px solid @light-border-color;
72 padding-left:0px !important;
73 line-height: 1.8em !important;
74}
75
76.item-desc {
77 border-top: 2px solid @light-border-color;
78 padding-top:10px;
79}
Kanchan Chauhane0818f82016-04-22 14:39:02 +053080
81.featured-products {
82 border-top: 1px solid @light-border-color;
83}
Anand Doshie3bd78e2016-04-22 18:53:21 +053084
85.transaction-list-item {
86 border-bottom: none;
87 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 }
161}
162
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530163.cart-container {
164 margin: 50px 0px;
165
166 .cart-item-header .h6 {
167 padding: 7px 15px;
168 }
169
170 .cart-items {
171 margin: 30px 0px 0px;
172 }
173
174 .cart-item-table {
175 margin: 0px -15px;
176 }
177
178 .cart-item-header {
179 border-bottom: 1px solid #d1d8dd;
180 }
181
182 .cart-image-col {
183 padding-right: 0px;
184 }
185
186 .cart-image {
187 max-width: 55px;
188 max-height: 55px;
189 margin-top: -5px;
190 }
191
192 .cart-taxes {
193 margin-top: 30px;
194
195 .row {
196 margin-top: 15px;
197 }
198 }
199
200 .tax-grand-total-row {
201 border-top: 1px solid @border-color;
202 padding-top: 15px;
203 }
204
205 .cart-addresses {
206 margin-top: 50px;
207 }
208}
209
210.cart-items .cart-dropdown,
211.item_name_dropdown {
212 display:none;
213
214}
215.cart-dropdown-container {
216 width: 350px;
217 padding: 15px;
218
219 .item-price {
220 display: block !important;
221 padding-bottom: 10px;
222 }
223
224 .cart-item-header {
225 border-bottom: 1px solid #d1d8dd;
226 }
227
228 .cart-items .cart-dropdown {
229 display:block;
230 margin-top:15px;
231 }
232
233 .item_name_dropdown {
234 display:block;
235 }
236
237 .item-description,
238 .cart-items .checkout,
239 .item_name_and_description {
240 display: none;
241 }
242
243 .checkout-btn {
244 margin:15px;
245 }
246 .col-name-description {
247 margin-bottom:8px;
248 }
249
250}
251
Anand Doshia6f48682016-04-09 22:25:21 +0530252.product-list-link {
253 .row {
254 border-bottom: 1px solid @light-border-color;
255 }
256
257 .row:hover {
258 background-color: @light-bg;
259 }
260
261 .row > div {
262 padding-top: 15px;
263 padding-bottom: 15px;
264 }
265}
266
267.product-list-link:first-child .row {
268 border-top: 1px solid @light-border-color;
269}
270
271.item-group-nav-buttons {
272 margin-top: 15px;
273}
274
275@media (min-width: 992px) {
276 .footer-subscribe {
277 max-width: 350px;
278 }
279}
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530280
281.item-group-content {
282 margin-top: 30px;
283}
284
285.product-image-img {
286 border: 1px solid @light-border-color;
287 border-radius: 3px;
288}
289
290.product-text {
291 border-top: 1px solid @light-border-color;
292 padding: 15px;
293 word-wrap: break-word;
294 height: 75px;
295}
296
297.product-image-wrapper {
298 padding-bottom: 30px;
299}
300
301
302.featured-product-heading, .all-products {
303 text-transform: uppercase;
304 letter-spacing: 0.5px;
305 font-size: 12px;
306 font-weight: 500;
307}
308
309.all-products {
310 font-weight: 300;
311 padding-left: 25px;
312 padding-right: 25px;
313 padding-top: 10px;
314 padding-bottom: 10px;
315}
316
317.homepage-tagline {
318 font-size:40px !important;
319}