mirror of
https://github.com/searxng/searxng.git
synced 2025-04-26 05:04:44 +00:00
[web-client] simple theme: move sources to client/simple/src
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
b6487b70aa
commit
a1132deaa4
33 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
/* SPDX-License-Identifier: AGPL-3.0-or-later */
|
/* SPDX-License-Identifier: AGPL-3.0-or-later */
|
||||||
/* global AutoComplete */
|
/* exported AutoComplete */
|
||||||
|
|
||||||
|
import AutoComplete from "../../../node_modules/autocomplete-js/dist/autocomplete.js";
|
||||||
|
|
||||||
(function (w, d, searxng) {
|
(function (w, d, searxng) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "../generated/pygments.less";
|
@import "../../generated/pygments.less";
|
||||||
|
|
||||||
.codelines {
|
.codelines {
|
||||||
margin: @results-margin 0 0 0;
|
margin: @results-margin 0 0 0;
|
Before Width: | Height: | Size: 679 B After Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
Loading…
Reference in a new issue