summaryrefslogtreecommitdiff
path: root/client/simple/src/less/definitions.less
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/src/less/definitions.less')
-rw-r--r--client/simple/src/less/definitions.less14
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";