blob: 2bfb1094a0557075891418873913080355d45376 [file] [log] [blame]
Faris Ansarifd345f82017-10-05 11:17:30 +05301@import "../../../../frappe/frappe/public/less/variables.less";
2
Faris Ansariea2d1b02018-07-23 18:44:46 +05303body[data-route^="marketplace/"] {
4 .layout-side-section {
5 padding-top: 25px;
6 padding-right: 25px;
Prateeksha Singhb8e9c9b2018-01-25 09:18:32 +05307 }
8
Prateeksha Singh305f7372018-08-20 00:25:26 +05309 [data-route], [data-action] {
Prateeksha Singh318cca82018-08-07 12:41:21 +053010 cursor: pointer;
11 }
12
Faris Ansarif5851972018-07-23 11:55:07 +053013 .layout-main-section {
14 border: none;
Faris Ansarif5851972018-07-23 11:55:07 +053015 font-size: @text-medium;
Faris Ansariea2d1b02018-07-23 18:44:46 +053016 padding-top: 25px;
Faris Ansarif5851972018-07-23 11:55:07 +053017
18 @media (max-width: @screen-xs) {
19 padding-left: 20px;
20 padding-right: 20px;
21 }
22 }
23
Prateeksha Singhbc8caef2018-07-25 10:58:56 +053024 input, textarea {
25 font-size: @text-medium;
26 }
27
Prateeksha Singhc5a99722018-08-13 21:36:07 +053028 // .btn-primary {
29 // background-color: #89da28;
30 // border-color: #61ca23;
31 // }
Prateeksha Singhcf2d2a52018-07-25 20:02:12 +053032
Prateeksha Singhc5a99722018-08-13 21:36:07 +053033 // .btn-primary:hover {
34 // background-color: #61ca23;
35 // border-color: #59b81c;
36 // }
Prateeksha Singhcf2d2a52018-07-25 20:02:12 +053037
Prateeksha Singhefbd2ee2018-07-30 09:17:14 +053038 .progress-bar {
39 background-color: #89da28;
40 }
41
Prateeksha Singh505f6f12018-07-26 08:06:21 +053042 .subpage-title.flex {
43 align-items: flex-start;
44 justify-content: space-between;
45 }
46
Prateeksha Singhefbd2ee2018-07-30 09:17:14 +053047 .subpage-message {
48 p {
49 padding: 10px 15px;
50 margin-top: 0px;
51 margin-bottom: 15px;
52 background-color: #f9fbf7;
53 justify-content: space-between;
54 }
55
56 .octicon-x {
57 cursor: pointer;
58 }
59 }
60
Faris Ansarif5851972018-07-23 11:55:07 +053061 .hub-card {
Faris Ansarif5851972018-07-23 11:55:07 +053062 margin-bottom: 25px;
Prateeksha Singhefbd2ee2018-07-30 09:17:14 +053063 position: relative;
64 border: 1px solid @border-color;
Faris Ansarif5851972018-07-23 11:55:07 +053065 border-radius: 4px;
66 overflow: hidden;
Faris Ansariea2d1b02018-07-23 18:44:46 +053067
Faris Ansari296848c2018-07-28 16:14:22 +053068 &:hover .hub-card-overlay {
Faris Ansariea2d1b02018-07-23 18:44:46 +053069 display: block;
70 }
Prateeksha Singh460e2792018-08-14 11:42:40 +053071
72 .octicon-x {
73 display: none;
74 margin-left: 10px;
75 font-size: 20px;
76 }
77 }
78
79 .hub-card.closable {
80 .octicon-x {
81 display: block;
82 }
Faris Ansari296848c2018-07-28 16:14:22 +053083 }
Prateeksha Singhcf2d2a52018-07-25 20:02:12 +053084
Faris Ansari296848c2018-07-28 16:14:22 +053085 .hub-card.is-local {
Prateeksha Singhcf2d2a52018-07-25 20:02:12 +053086 &.active {
87 .hub-card-header {
88 background-color: #f4ffe5;
89 }
90
91 .octicon-check {
92 display: inline;
93 }
94 }
Prateeksha Singhcf2d2a52018-07-25 20:02:12 +053095
96 .octicon-check {
97 display: none;
Faris Ansari296848c2018-07-28 16:14:22 +053098 position: absolute;
Prateeksha Singhcf2d2a52018-07-25 20:02:12 +053099 font-size: 20px;
Faris Ansari296848c2018-07-28 16:14:22 +0530100 right: 15px;
101 top: 50%;
102 transform: translateY(-50%);
Prateeksha Singhcf2d2a52018-07-25 20:02:12 +0530103 }
Faris Ansarif5851972018-07-23 11:55:07 +0530104 }
105
Faris Ansari296848c2018-07-28 16:14:22 +0530106 .hub-card-header {
107 position: relative;
108 padding: 12px 15px;
109 height: 60px;
110 border-bottom: 1px solid @border-color;
111 }
112
Faris Ansarif5851972018-07-23 11:55:07 +0530113 .hub-card-body {
Faris Ansariea2d1b02018-07-23 18:44:46 +0530114 position: relative;
Faris Ansarif5851972018-07-23 11:55:07 +0530115 height: 200px;
116 }
117
Faris Ansari296848c2018-07-28 16:14:22 +0530118 .hub-card-overlay {
Faris Ansariea2d1b02018-07-23 18:44:46 +0530119 display: none;
120 position: absolute;
121 top: 0;
122 width: 100%;
123 height: 100%;
Faris Ansaric0a22a62018-08-01 13:35:19 +0530124 background-color: rgba(0, 0, 0, 0.05);
Faris Ansariea2d1b02018-07-23 18:44:46 +0530125 }
126
Faris Ansari296848c2018-07-28 16:14:22 +0530127 .hub-card-overlay-body {
128 position: relative;
129 height: 100%;
130 }
131
132 .hub-card-overlay-button {
133 position: absolute;
Prateeksha Singhcf2d2a52018-07-25 20:02:12 +0530134 }
135
Faris Ansarif5851972018-07-23 11:55:07 +0530136 .hub-card-image {
137 min-width: 100%;
138 width: 100%;
139 }
140
141 .hub-search-container {
142 margin-bottom: 20px;
143
144 input {
Faris Ansarif5851972018-07-23 11:55:07 +0530145 height: 32px;
146 }
147 }
148
149 .hub-sidebar {
150 padding-top: 25px;
151 padding-right: 15px;
152 }
153
154 .hub-sidebar-group {
155 margin-bottom: 10px;
156 }
157
158 .hub-sidebar-item {
159 padding: 5px 8px;
160 margin-bottom: 3px;
161 border-radius: 4px;
162 border: 1px solid transparent;
163
Faris Ansarif5851972018-07-23 11:55:07 +0530164 &.active, &:hover:not(.is-title) {
165 border-color: @border-color;
166 }
Faris Ansarifd345f82017-10-05 11:17:30 +0530167 }
168
Faris Ansariea2d1b02018-07-23 18:44:46 +0530169 .hub-item-image {
170 border: 1px solid @border-color;
171 border-radius: 4px;
172 overflow: hidden;
173 height: 200px;
174 width: 200px;
175 display: flex;
176 align-items: center;
177 }
178
Prateeksha Singhf6f429f2018-07-28 12:25:14 +0530179 .hub-item-skeleton-image {
180 border-radius: 4px;
181 background-color: @light-bg;
182 overflow: hidden;
183 height: 200px;
184 width: 200px;
185 }
186
187 .hub-skeleton {
188 background-color: @light-bg;
189 color: @light-bg;
190 max-width: 500px;
191 }
192
Faris Ansariea2d1b02018-07-23 18:44:46 +0530193 .hub-item-seller img {
194 width: 50px;
195 height: 50px;
196 border-radius: 4px;
197 border: 1px solid @border-color;
198 }
Prateeksha Singhbc8caef2018-07-25 10:58:56 +0530199
200 .register-title {
201 font-size: @text-regular;
202 }
203
204 .register-form {
205 border: 1px solid @border-color;
206 border-radius: 4px;
207 padding: 15px 25px;
208 }
209
Prateeksha Singhd450c0a2018-07-26 17:24:33 +0530210 .empty-state {
Faris Ansari24d5f172018-07-26 19:22:58 +0530211 height: 500px;
Prateeksha Singhd450c0a2018-07-26 17:24:33 +0530212 }
213
Prateeksha Singh96fdbd42018-08-20 10:07:56 +0530214 .empty-items-container {
215 height: 80px;
216 border-radius: 4px;
217 border: 1px solid @border-color;
218 margin: 15px 0px;
219 }
220
221 .publish-area.filled {
222 .empty-items-container {
223 display: none;
224 }
225 }
226
227 .publish-area.empty {
228 .hub-items-container {
229 display: none;
230 }
231 }
232
Prateeksha Singhbc8caef2018-07-25 10:58:56 +0530233 .form-container {
234 .frappe-control {
235 max-width: 100% !important;
236 }
237 }
238
239 .form-message {
240 padding-top: 0;
241 padding-bottom: 0;
242 border-bottom: none;
243 }
Faris Ansariabcc8ab2018-07-28 13:57:16 +0530244
Faris Ansariaa465672018-08-17 14:29:22 +0530245 .hub-items-container {
246 .hub-items-header {
Prateeksha Singh318cca82018-08-07 12:41:21 +0530247 justify-content: space-between;
248 align-items: baseline;
Prateeksha Singh658d1bb2018-08-06 19:13:10 +0530249 }
250 }
251
Faris Ansariabcc8ab2018-07-28 13:57:16 +0530252 .hub-item-container {
253 overflow: hidden;
254 }
255
256 .hub-item-review-container {
257 margin-top: calc(30vh);
258 }
Faris Ansaric0a22a62018-08-01 13:35:19 +0530259
260 .hub-item-dropdown {
261 margin-top: 20px;
262 }
Faris Ansari2a81b4a2018-08-01 19:19:53 +0530263
264 /* messages page */
265
266 .message-list-item {
267 display: flex;
268 align-items: center;
269 padding: 8px 12px;
Faris Ansari2a81b4a2018-08-01 19:19:53 +0530270
271 &:not(.active) {
272 filter: grayscale(1);
273 color: @text-muted;
274 }
275
276 &:hover {
277 background-color: @light-bg;
278 }
279
280 .list-item-left {
281 width: 30px;
282 border-radius: 4px;
283 overflow: hidden;
284 margin-right: 15px;
285 }
286
287 .list-item-body {
288 font-weight: bold;
289 padding-bottom: 1px;
290 }
291 }
292
293 .message-list {
294 overflow: scroll;
295 }
296
297 .message-area {
298 border-radius: 4px;
299 justify-content: space-between;
300 height: calc(100vh - 220px);
301 }
Faris Ansariea2d1b02018-07-23 18:44:46 +0530302}