mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Lara preset for AutoComplete
This commit is contained in:
parent
bc71f9f402
commit
94b4cf5d3d
6 changed files with 106 additions and 49 deletions
|
@ -7,15 +7,10 @@ const theme = ({ dt }) => `
|
|||
background: ${dt('chip.background')};
|
||||
color: ${dt('chip.color')};
|
||||
border-radius: 16px;
|
||||
padding: 0.25rem 0.75rem;
|
||||
}
|
||||
|
||||
.p-chip-label {
|
||||
line-height: 1.5;
|
||||
padding: 0.5rem 0.75rem;
|
||||
}
|
||||
|
||||
.p-chip-icon {
|
||||
line-height: 1.5;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
|
@ -32,7 +27,6 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-chip-remove-icon {
|
||||
line-height: 1.5;
|
||||
cursor: pointer;
|
||||
margin-left: 0.375rem;
|
||||
border-radius: 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue