diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-05 13:17:04 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-28 12:27:41 +0100 |
| commit | d29ca7d5930732fab1767dcb3860651d7b7e27a8 (patch) | |
| tree | c52105964db80eff3f37726bf6472b7f8029377d /client/simple/src/less/definitions.less | |
| parent | a8ed79b7307751c38151bff9c0286c0070d91eaf (diff) | |
[web-client] simple theme: stylelint-prettier LESS source files
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'client/simple/src/less/definitions.less')
| -rw-r--r-- | client/simple/src/less/definitions.less | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/client/simple/src/less/definitions.less b/client/simple/src/less/definitions.less index 7501305fc..7dd5782aa 100644 --- a/client/simple/src/less/definitions.less +++ b/client/simple/src/less/definitions.less @@ -55,7 +55,7 @@ --color-autocomplete-background: #fff; --color-autocomplete-background-hover: #e3e3e3; /// Answer Colors - --color-answer-font: #444; // same as --color-base-font + --color-answer-font: #444; // same as --color-base-font --color-answer-background: #fff; /// Results Colors --color-result-background: #fff; @@ -284,7 +284,7 @@ /// Device Size /// @desktop > @tablet -@tablet: 79.75em; // see https://github.com/searxng/searxng/issues/874 +@tablet: 79.75em; // see https://github.com/searxng/searxng/issues/874 @phone: 50em; @small-phone: 35em; @ultra-small-phone: 20rem; @@ -293,12 +293,12 @@ @stacked-bar-chart: rgb(0, 0, 0); /// Load fonts from this directory. -@icon-font-path: "../../../fonts/"; +@icon-font-path: "../../../fonts/"; //** File name for all font files. -@icon-font-name: "glyphicons-halflings-regular"; +@icon-font-name: "glyphicons-halflings-regular"; //** Element ID within SVG icon file. -@icon-font-svg-id: "glyphicons_halflingsregular"; +@icon-font-svg-id: "glyphicons_halflingsregular"; // decoration of the select HTML elements -@select-light-svg-path: "../svg/select-light.svg"; -@select-dark-svg-path: "../svg/select-dark.svg"; +@select-light-svg-path: "../svg/select-light.svg"; +@select-dark-svg-path: "../svg/select-dark.svg"; |