diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-01-23 11:10:40 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-28 12:27:41 +0100 |
| commit | a1132deaa4618f228e82252397247a150081a5f3 (patch) | |
| tree | 0445fbe04c8932acdfbe5362db40ea1782f38539 /searx/static/themes/simple/src/less/animations.less | |
| parent | b6487b70aaa199aba6ae999a9c99b340b5e98884 (diff) | |
[web-client] simple theme: move sources to client/simple/src
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/src/less/animations.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/animations.less | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/searx/static/themes/simple/src/less/animations.less b/searx/static/themes/simple/src/less/animations.less deleted file mode 100644 index 75c98308f..000000000 --- a/searx/static/themes/simple/src/less/animations.less +++ /dev/null @@ -1,19 +0,0 @@ -.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; -} |