mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
16 lines
232 B
Text
16 lines
232 B
Text
![]() |
.dialog-modal {
|
||
|
animation-name: dialogmodal;
|
||
|
animation-duration: 0.13s;
|
||
|
|
||
|
@keyframes dialogmodal {
|
||
|
0% {
|
||
|
opacity: 0;
|
||
|
}
|
||
|
|
||
|
50% {
|
||
|
opacity: 0.5;
|
||
|
transform: translate(-50%, -50%) scale(1.05);
|
||
|
}
|
||
|
}
|
||
|
}
|