File tree 2 files changed +0
-100
lines changed
2 files changed +0
-100
lines changed Original file line number Diff line number Diff line change 331
331
332
332
// unique select
333
333
334
- // .Select {
335
- // &.is-unique {
336
- // background-color: #fff;
337
- // box-shadow: 0px 5px 7px 3px rgba(163,163,163,1);
338
- // border-radius: 5px;
339
- // }
340
- // }
341
- //
342
- // .Select-control {
343
- // &.is-unique {
344
- // margin-top: 15px;
345
- // margin-bottom: 15px;
346
- // border-radius: 5px;
347
- // }
348
- // }
349
- //
350
- // .Select-menu-outer {
351
- // &.is-unique {
352
- // border: none;
353
- // position: relative;
354
- // }
355
- // }
356
- //
357
- // .Select-unique-input-value-wrapper {
358
- // display: flex;
359
- // justify-content: space-between;
360
- // padding: 15px;
361
- // border-bottom: 1px solid lightgray;
362
- // }
363
- //
364
- // .Select-unique-input-list-wrapper {
365
- // padding: 0 15px 0 15px;
366
- // }
367
- //
368
- // .Select-unique-search-icon-wrapper {
369
- // padding-left: 5px;
370
- // }
371
- //
372
- // .Select-unique-selected-icon-wrapper {
373
- // padding-right: 5px;
374
- // display: inline-block
375
- // }
376
- //
377
- // .Select-unique-icon {
378
- // display: inline-flex;
379
- // vertical-align: middle;
380
- // fill: lightgray;
381
- // width: 20px;
382
- // min-width: 20px;
383
- // height: 20px;
384
- // min-height: 20px;
385
- // }
386
-
387
334
.Select-option {
388
335
& .is-unique-selected {
389
336
display : inline-block ;
Original file line number Diff line number Diff line change 254
254
position : relative ;
255
255
}
256
256
257
- // unique select
258
-
259
- .Select {
260
- & .is-unique {
261
- background-color : #fff ;
262
- box-shadow : 0px 5px 7px 3px rgba (163 ,163 ,163 ,1 );
263
- border-radius : 5px ;
264
- }
265
- }
266
-
267
- .Select-control {
268
- & .is-unique {
269
- margin-top : 15px ;
270
- margin-bottom : 15px ;
271
- border-radius : 5px ;
272
- }
273
- }
274
-
275
- .Select-menu-outer {
276
- & .is-unique {
277
- border : none ;
278
- }
279
- }
280
-
281
- .Select-unique-input-value-wrapper {
282
- padding : 15px ;
283
- border-bottom : 1px solid lightgray ;
284
- }
285
-
286
- .Select-unique-input-list-wrapper {
287
- padding : 0 15px 0 15px ;
288
- }
289
-
290
- .Select-unique-icon-wrapper {
291
- padding-left : 5px ;
292
- .Select-unique-search-icon {
293
- display : inline-flex ;
294
- vertical-align : middle ;
295
- fill : lightgray ;
296
- width : 20px ;
297
- min-width : 20px ;
298
- height : 20px ;
299
- min-height : 20px ;
300
- cursor : inherit ;
301
- }
302
- }
303
-
304
257
// Animation
305
258
// ------------------------------
306
259
You can’t perform that action at this time.
0 commit comments