Prateeksha Singh | b8e9c9b | 2018-01-25 09:18:32 +0530 | [diff] [blame] | 1 | body[data-route^="Hub/"] .freeze .image-view-container .list-row-col { |
| 2 | background-color: #fafbfc; |
| 3 | color: #fafbfc; |
| 4 | } |
| 5 | body[data-route^="Hub/"] .freeze .image-view-container .placeholder-text { |
| 6 | color: #fafbfc; |
| 7 | } |
| 8 | body[data-route^="Hub/"] .freeze { |
| 9 | display: none; |
| 10 | } |
| 11 | body[data-route^="Hub/"] .image-view-container { |
| 12 | justify-content: space-around; |
| 13 | } |
| 14 | .img-wrapper { |
| 15 | border: 1px solid #d1d8dd; |
| 16 | border-radius: 3px; |
| 17 | padding: 12px; |
| 18 | overflow: hidden; |
| 19 | text-align: center; |
| 20 | white-space: nowrap; |
| 21 | } |
| 22 | .img-wrapper .helper { |
| 23 | height: 100%; |
| 24 | display: inline-block; |
| 25 | vertical-align: middle; |
| 26 | } |
Faris Ansari | fd345f8 | 2017-10-05 11:17:30 +0530 | [diff] [blame] | 27 | /* hub */ |
| 28 | div[data-page-route="hub"] .page-head { |
| 29 | height: 80px; |
| 30 | } |
| 31 | div[data-page-route="hub"] .page-head .title-text { |
| 32 | cursor: pointer; |
| 33 | } |
| 34 | div[data-page-route="hub"] .page-content { |
| 35 | margin-top: 80px; |
| 36 | } |
| 37 | div[data-page-route="hub"] .page-title h1 { |
| 38 | margin-bottom: 0px; |
| 39 | } |
| 40 | div[data-page-route="hub"] .account-details { |
| 41 | margin-top: 20px; |
| 42 | } |
| 43 | div[data-page-route="hub"] [data-original-title="Search"] { |
| 44 | float: right; |
| 45 | width: 220px; |
| 46 | } |
| 47 | div[data-page-route="hub"] .hub-main-section { |
| 48 | padding: 30px; |
| 49 | } |
| 50 | div[data-page-route="hub"] .listing-body { |
| 51 | margin: 0; |
| 52 | } |
| 53 | div[data-page-route="hub"] .main-list-section { |
| 54 | padding: 0; |
| 55 | } |
| 56 | div[data-page-route="hub"] .side-list-section { |
| 57 | padding: 0; |
| 58 | } |
| 59 | div[data-page-route="hub"] .item-list-header h3 { |
| 60 | font-weight: normal; |
| 61 | } |
| 62 | div[data-page-route="hub"] .hub-item-page h2 { |
| 63 | margin-top: 10px; |
| 64 | } |
| 65 | div[data-page-route="hub"] .hub-item-page .item-header { |
| 66 | display: flex; |
| 67 | } |
| 68 | div[data-page-route="hub"] .hub-item-page .item-page-image { |
| 69 | flex: 1; |
| 70 | } |
| 71 | div[data-page-route="hub"] .hub-item-page .title-content { |
| 72 | flex: 3; |
| 73 | } |
| 74 | div[data-page-route="hub"] .hub-item-page .title-content .description { |
| 75 | margin: 30px 0px; |
| 76 | } |
| 77 | div[data-page-route="hub"] .hub-item-page .title-content .actions { |
| 78 | margin-top: 30px; |
| 79 | } |
| 80 | div[data-page-route="hub"] .hub-item-page .title-content .actions .rfq-btn.disabled { |
| 81 | background-color: #b1bdca; |
| 82 | color: #fff; |
| 83 | border-color: #b1bdca; |
| 84 | } |
| 85 | div[data-page-route="hub"] .hub-item-page .company-items { |
| 86 | margin-top: 40px; |
| 87 | } |
| 88 | div[data-page-route="hub"] .company-header { |
| 89 | display: flex; |
| 90 | } |
| 91 | div[data-page-route="hub"] .item-list { |
| 92 | display: flex; |
| 93 | flex-wrap: wrap; |
| 94 | justify-content: space-between; |
| 95 | } |
| 96 | div[data-page-route="hub"] .hub-item-wrapper { |
| 97 | margin-bottom: 20px; |
| 98 | } |
| 99 | div[data-page-route="hub"] .img-wrapper { |
| 100 | border: 1px solid #d1d8dd; |
| 101 | border-radius: 3px; |
| 102 | padding: 12px; |
| 103 | overflow: hidden; |
| 104 | text-align: center; |
| 105 | white-space: nowrap; |
| 106 | } |
| 107 | div[data-page-route="hub"] .img-wrapper img { |
| 108 | max-width: 100%; |
| 109 | max-height: 100%; |
| 110 | display: inline-block; |
| 111 | vertical-align: middle; |
| 112 | } |
| 113 | div[data-page-route="hub"] .img-wrapper .helper { |
| 114 | height: 100%; |
| 115 | display: inline-block; |
| 116 | vertical-align: middle; |
| 117 | } |
| 118 | div[data-page-route="hub"] .img-wrapper .standard-image { |
| 119 | font-size: 72px; |
| 120 | border: none; |
| 121 | background-color: #fafbfc; |
| 122 | } |
| 123 | div[data-page-route="hub"] .hub-item-title { |
| 124 | width: 100%; |
| 125 | } |
| 126 | div[data-page-route="hub"] .breadcrumb { |
| 127 | padding-left: 0; |
| 128 | padding-top: 0; |
| 129 | margin-bottom: 10px; |
| 130 | } |