From d29ca7d5930732fab1767dcb3860651d7b7e27a8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 5 Feb 2025 13:17:04 +0100 Subject: [web-client] simple theme: stylelint-prettier LESS source files Signed-off-by: Markus Heiser --- client/simple/src/less/definitions.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'client/simple/src/less/definitions.less') 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"; -- cgit v1.2.3