source:
trip-planner-front/node_modules/primeng/resources/components/chip/chip.css@
59329aa
Last change on this file since 59329aa was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 256 bytes |
Line | |
---|---|
1 | .p-chip { |
2 | display: inline-flex; |
3 | align-items: center; |
4 | } |
5 | |
6 | .p-chip-text { |
7 | line-height: 1.5; |
8 | } |
9 | |
10 | .p-chip-icon.pi { |
11 | line-height: 1.5; |
12 | } |
13 | |
14 | .pi-chip-remove-icon { |
15 | line-height: 1.5; |
16 | cursor: pointer; |
17 | } |
18 | |
19 | .p-chip img { |
20 | border-radius: 50%; |
21 | } |
Note:
See TracBrowser
for help on using the repository browser.