mirror of
https://github.com/searxng/searxng.git
synced 2026-05-09 19:03:50 +02:00
a1132deaa4
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
20 lines
309 B
Plaintext
20 lines
309 B
Plaintext
.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);
|
|
}
|
|
}
|
|
}
|
|
|
|
input.checkbox-onoff[type="checkbox"]::before {
|
|
transition: left 0.25s;
|
|
}
|