mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Tokens for Image
This commit is contained in:
parent
fdfed1d9ac
commit
0f6f5736d6
6 changed files with 112 additions and 37 deletions
|
@ -186,18 +186,18 @@ const theme = ({ dt }) => `
|
|||
|
||||
@keyframes p-component-overlay-enter-animation {
|
||||
from {
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
to {
|
||||
background-color: ${dt('mask.background')};
|
||||
background: ${dt('mask.background')};
|
||||
}
|
||||
}
|
||||
@keyframes p-component-overlay-leave-animation {
|
||||
from {
|
||||
background-color: ${dt('mask.background')};
|
||||
background: ${dt('mask.background')};
|
||||
}
|
||||
to {
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue