mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Visual updates for OverlayBadge
This commit is contained in:
parent
8ef7320a86
commit
c53b2869f8
9 changed files with 38 additions and 5 deletions
|
@ -12,6 +12,9 @@ const theme = ({ dt }) => `
|
|||
transform: translate(50%, -50%);
|
||||
transform-origin: 100% 0;
|
||||
margin: 0;
|
||||
outline-width: ${dt('overlaybadge.outline.width')};
|
||||
outline-style: solid;
|
||||
outline-color: ${dt('overlaybadge.outline.color')};
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue