Last change
on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
706 bytes
|
Line | |
---|
1 | .p-chips {
|
---|
2 | display: inline-flex;
|
---|
3 | }
|
---|
4 |
|
---|
5 | .p-chips-multiple-container {
|
---|
6 | margin: 0;
|
---|
7 | padding: 0;
|
---|
8 | list-style-type: none;
|
---|
9 | cursor: text;
|
---|
10 | overflow: hidden;
|
---|
11 | display: flex;
|
---|
12 | align-items: center;
|
---|
13 | flex-wrap: wrap;
|
---|
14 | }
|
---|
15 |
|
---|
16 | .p-chips-token {
|
---|
17 | cursor: default;
|
---|
18 | display: inline-flex;
|
---|
19 | align-items: center;
|
---|
20 | flex: 0 0 auto;
|
---|
21 | }
|
---|
22 |
|
---|
23 | .p-chips-input-token {
|
---|
24 | flex: 1 1 auto;
|
---|
25 | display: inline-flex;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .p-chips-token-icon {
|
---|
29 | cursor: pointer;
|
---|
30 | }
|
---|
31 |
|
---|
32 | .p-chips-input-token input {
|
---|
33 | border: 0 none;
|
---|
34 | outline: 0 none;
|
---|
35 | background-color: transparent;
|
---|
36 | margin: 0;
|
---|
37 | padding: 0;
|
---|
38 | box-shadow: none;
|
---|
39 | border-radius: 0;
|
---|
40 | width: 100%;
|
---|
41 | }
|
---|
42 |
|
---|
43 | .p-fluid .p-chips {
|
---|
44 | display: flex;
|
---|
45 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.