Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 1 | @border-color: #d1d8dd; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 2 | @light-border-color: #EBEFF2; |
| 3 | @text-muted: #8D99A6; |
| 4 | @light-bg: #fafbfc; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 5 | |
| 6 | .web-long-description { |
| 7 | font-size: 18px; |
| 8 | line-height: 200%; |
| 9 | } |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 10 | |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 11 | .item-stock { |
| 12 | margin-bottom: 10px !important; |
| 13 | } |
| 14 | |
| 15 | .product-link { |
| 16 | display: block; |
| 17 | text-align: center; |
| 18 | } |
| 19 | |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 20 | @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 Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 35 | border-radius: 4px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 36 | } |
| 37 | |
| 38 | .product-image.missing-image { |
| 39 | .product-image-square; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 40 | position: relative; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 41 | background-color: @light-border-color; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 42 | } |
| 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 Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 52 | |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 53 | .product-label{ |
| 54 | padding-bottom: 4px; |
| 55 | text-transform: uppercase; |
| 56 | font-size: 12px; |
| 57 | } |
| 58 | |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 59 | @media (max-width: 767px) { |
| 60 | .product-search { |
| 61 | width: 100%; |
| 62 | margin-bottom: 13px; |
| 63 | } |
| 64 | } |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 65 | |
| 66 | .borderless td, .borderless th { |
| 67 | border-bottom: 1px solid @light-border-color; |
| 68 | padding-left:0px !important; |
| 69 | line-height: 1.8em !important; |
| 70 | } |
| 71 | |
| 72 | .item-desc { |
| 73 | border-top: 2px solid @light-border-color; |
| 74 | padding-top:10px; |
| 75 | } |
Kanchan Chauhan | e0818f8 | 2016-04-22 14:39:02 +0530 | [diff] [blame] | 76 | |
| 77 | .featured-products { |
| 78 | border-top: 1px solid @light-border-color; |
| 79 | } |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 80 | |
| 81 | .transaction-list-item { |
| 82 | border-bottom: none; |
| 83 | padding: 30px; |
| 84 | margin: 0px -30px; |
| 85 | |
| 86 | &:hover, |
| 87 | &:active, |
| 88 | &:focus { |
| 89 | background-color: @light-bg; |
| 90 | } |
| 91 | |
| 92 | .indicator { |
| 93 | font-size: inherit; |
| 94 | font-weight: inherit; |
| 95 | color: @text-muted; |
| 96 | margin-left: -15px; |
| 97 | } |
| 98 | |
| 99 | .transaction-time { |
| 100 | // margin-left: 15px; |
| 101 | } |
| 102 | |
| 103 | .items-preview, |
| 104 | .transaction-time { |
| 105 | margin-top: 5px; |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | // order.html |
| 110 | .transaction-subheading { |
| 111 | .indicator { |
| 112 | font-weight: inherit; |
| 113 | color: @text-muted; |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | .order-container { |
| 118 | margin: 50px 0px; |
| 119 | |
| 120 | .order-item-header .h6 { |
| 121 | padding: 7px 15px; |
| 122 | } |
| 123 | |
| 124 | .order-items { |
| 125 | margin: 30px 0px 0px; |
| 126 | } |
| 127 | |
| 128 | .order-item-table { |
| 129 | margin: 0px -15px; |
| 130 | } |
| 131 | |
| 132 | .order-item-header { |
| 133 | border-bottom: 1px solid #d1d8dd; |
| 134 | } |
| 135 | |
| 136 | .order-image-col { |
| 137 | padding-right: 0px; |
| 138 | } |
| 139 | |
| 140 | .order-image { |
| 141 | max-width: 55px; |
| 142 | max-height: 55px; |
| 143 | margin-top: -5px; |
| 144 | } |
| 145 | |
| 146 | .order-taxes { |
| 147 | margin-top: 30px; |
| 148 | |
| 149 | .row { |
| 150 | margin-top: 15px; |
| 151 | } |
| 152 | } |
| 153 | |
| 154 | .tax-grand-total-row { |
| 155 | border-top: 1px solid @border-color; |
| 156 | padding-top: 15px; |
| 157 | } |
| 158 | } |
| 159 | |