source: trip-planner-front/node_modules/primeng/resources/components/chip/chip.css@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
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.