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