blob: 5f86cf4869bfaafdd5836b4f81c63c678358c3b3 [file] [log] [blame]
Prateeksha Singhb8e9c9b2018-01-25 09:18:32 +05301body[data-route^="Hub/"] .freeze .image-view-container .list-row-col {
2 background-color: #fafbfc;
3 color: #fafbfc;
4}
5body[data-route^="Hub/"] .freeze .image-view-container .placeholder-text {
6 color: #fafbfc;
7}
8body[data-route^="Hub/"] .freeze {
9 display: none;
10}
11body[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 Ansarifd345f82017-10-05 11:17:30 +053027/* hub */
28div[data-page-route="hub"] .page-head {
29 height: 80px;
30}
31div[data-page-route="hub"] .page-head .title-text {
32 cursor: pointer;
33}
34div[data-page-route="hub"] .page-content {
35 margin-top: 80px;
36}
37div[data-page-route="hub"] .page-title h1 {
38 margin-bottom: 0px;
39}
40div[data-page-route="hub"] .account-details {
41 margin-top: 20px;
42}
43div[data-page-route="hub"] [data-original-title="Search"] {
44 float: right;
45 width: 220px;
46}
47div[data-page-route="hub"] .hub-main-section {
48 padding: 30px;
49}
50div[data-page-route="hub"] .listing-body {
51 margin: 0;
52}
53div[data-page-route="hub"] .main-list-section {
54 padding: 0;
55}
56div[data-page-route="hub"] .side-list-section {
57 padding: 0;
58}
59div[data-page-route="hub"] .item-list-header h3 {
60 font-weight: normal;
61}
62div[data-page-route="hub"] .hub-item-page h2 {
63 margin-top: 10px;
64}
65div[data-page-route="hub"] .hub-item-page .item-header {
66 display: flex;
67}
68div[data-page-route="hub"] .hub-item-page .item-page-image {
69 flex: 1;
70}
71div[data-page-route="hub"] .hub-item-page .title-content {
72 flex: 3;
73}
74div[data-page-route="hub"] .hub-item-page .title-content .description {
75 margin: 30px 0px;
76}
77div[data-page-route="hub"] .hub-item-page .title-content .actions {
78 margin-top: 30px;
79}
80div[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}
85div[data-page-route="hub"] .hub-item-page .company-items {
86 margin-top: 40px;
87}
88div[data-page-route="hub"] .company-header {
89 display: flex;
90}
91div[data-page-route="hub"] .item-list {
92 display: flex;
93 flex-wrap: wrap;
94 justify-content: space-between;
95}
96div[data-page-route="hub"] .hub-item-wrapper {
97 margin-bottom: 20px;
98}
99div[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}
107div[data-page-route="hub"] .img-wrapper img {
108 max-width: 100%;
109 max-height: 100%;
110 display: inline-block;
111 vertical-align: middle;
112}
113div[data-page-route="hub"] .img-wrapper .helper {
114 height: 100%;
115 display: inline-block;
116 vertical-align: middle;
117}
118div[data-page-route="hub"] .img-wrapper .standard-image {
119 font-size: 72px;
120 border: none;
121 background-color: #fafbfc;
122}
123div[data-page-route="hub"] .hub-item-title {
124 width: 100%;
125}
126div[data-page-route="hub"] .breadcrumb {
127 padding-left: 0;
128 padding-top: 0;
129 margin-bottom: 10px;
130}