mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Calculations for the icon field inputs
This commit is contained in:
parent
7b3d8d467b
commit
c493f0d22a
5 changed files with 11 additions and 11 deletions
|
@ -151,16 +151,16 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-text-secondary {
|
||||
color: #64748b;
|
||||
color: ${dt('text.muted.color')};
|
||||
}
|
||||
|
||||
.pi {
|
||||
font-size: 1rem;
|
||||
font-size: ${dt('icon.size')};
|
||||
}
|
||||
|
||||
.p-icon {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
width: ${dt('icon.size')};
|
||||
height: ${dt('icon.size')};
|
||||
}
|
||||
|
||||
.p-link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue