Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
975 bytes
|
Line | |
---|
1 | .p-picklist {
|
---|
2 | display: flex;
|
---|
3 | }
|
---|
4 |
|
---|
5 | .p-picklist-buttons {
|
---|
6 | display: flex;
|
---|
7 | flex-direction: column;
|
---|
8 | justify-content: center;
|
---|
9 | }
|
---|
10 |
|
---|
11 | .p-picklist-list-wrapper {
|
---|
12 | flex: 1 1 50%;
|
---|
13 | }
|
---|
14 |
|
---|
15 | .p-picklist-list {
|
---|
16 | list-style-type: none;
|
---|
17 | margin: 0;
|
---|
18 | padding: 0;
|
---|
19 | overflow: auto;
|
---|
20 | min-height: 12rem;
|
---|
21 | }
|
---|
22 |
|
---|
23 | .p-picklist-item {
|
---|
24 | display: block;
|
---|
25 | cursor: pointer;
|
---|
26 | overflow: hidden;
|
---|
27 | position: relative;
|
---|
28 | }
|
---|
29 |
|
---|
30 | .p-picklist-item:not(.cdk-drag-disabled) {
|
---|
31 | cursor: move;
|
---|
32 | }
|
---|
33 |
|
---|
34 | .p-picklist-item.cdk-drag-placeholder {
|
---|
35 | opacity: 0;
|
---|
36 | }
|
---|
37 |
|
---|
38 | .p-picklist-item.cdk-drag-animating {
|
---|
39 | transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
---|
40 | }
|
---|
41 |
|
---|
42 | .p-picklist-filter {
|
---|
43 | position: relative;
|
---|
44 | }
|
---|
45 |
|
---|
46 | .p-picklist-filter-icon {
|
---|
47 | position: absolute;
|
---|
48 | top: 50%;
|
---|
49 | margin-top: -.5rem;
|
---|
50 | }
|
---|
51 |
|
---|
52 | .p-picklist-filter-input {
|
---|
53 | width: 100%;
|
---|
54 | }
|
---|
55 |
|
---|
56 | .p-picklist-list.cdk-drop-list-dragging .p-picklist-item:not(.cdk-drag-placeholder) {
|
---|
57 | transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
---|
58 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.