summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-16 13:28:08 +0200
committerAlexandre Flament <alex@al-f.net>2021-06-16 14:30:09 +0200
commit7137d2893f33e9158e8563a21d9586119d175269 (patch)
treee204cc396e73525bbe490bb4f3315198ef317245 /searx/static/themes/simple/src
parente3ebfd41d7379384186fd74a7db430247eef8c84 (diff)
[mod] simple theme: remove src/less/ion.less
This file is generated by webfont. * It is now generated as searx/static/themes/simple/ion.less * It is generated before the .less compilation. * .gitignore includes this file Add two new package depedencies: fontforge ttfautohint See utils/searx.sh
Diffstat (limited to 'searx/static/themes/simple/src')
-rw-r--r--searx/static/themes/simple/src/less/ion.less181
-rw-r--r--searx/static/themes/simple/src/less/style.less2
2 files changed, 1 insertions, 182 deletions
diff --git a/searx/static/themes/simple/src/less/ion.less b/searx/static/themes/simple/src/less/ion.less
deleted file mode 100644
index c9e715591..000000000
--- a/searx/static/themes/simple/src/less/ion.less
+++ /dev/null
@@ -1,181 +0,0 @@
-// Generated by grunt-webfont
-
-
-@font-face {
- font-family:"ion";
- src:url("../fonts/ion.eot?ce7a0ead692560b4405a96d5b8471f51");
- src:url("../fonts/ion.eot?#iefix") format("embedded-opentype"),
- url("../fonts/ion.woff2?ce7a0ead692560b4405a96d5b8471f51") format("woff2"),
- url("../fonts/ion.woff?ce7a0ead692560b4405a96d5b8471f51") format("woff"),
- url("../fonts/ion.ttf?ce7a0ead692560b4405a96d5b8471f51") format("truetype"),
- url("../fonts/ion.svg?ce7a0ead692560b4405a96d5b8471f51#ion") format("svg");
- font-weight:normal;
- font-style:normal;
-}
-
-.ion-icon {
- &:before {
- font-family:"ion";
- }
- display:inline-block;
- vertical-align:middle;
- line-height:1;
- font-weight:normal;
- font-style:normal;
- speak:none;
- text-decoration:inherit;
- text-transform:none;
- text-rendering:auto;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing:grayscale;
-}
-
-
-// Icons
-
-.ion-navicon-round {
- &:before {
- content:"\f101";
- }
-}
-
-
-.ion-search {
- &:before {
- content:"\f102";
- }
-}
-
-
-.ion-play {
- &:before {
- content:"\f103";
- }
-}
-
-
-.ion-link {
- &:before {
- content:"\f104";
- }
-}
-
-
-.ion-chevron-up {
- &:before {
- content:"\f105";
- }
-}
-
-
-.ion-chevron-left {
- &:before {
- content:"\f106";
- }
-}
-
-
-.ion-chevron-right {
- &:before {
- content:"\f107";
- }
-}
-
-
-.ion-arrow-down-a {
- &:before {
- content:"\f108";
- }
-}
-
-
-.ion-arrow-up-a {
- &:before {
- content:"\f109";
- }
-}
-
-
-.ion-arrow-swap {
- &:before {
- content:"\f10a";
- }
-}
-
-
-.ion-arrow-dropdown {
- &:before {
- content:"\f10b";
- }
-}
-
-
-.ion-globe {
- &:before {
- content:"\f10c";
- }
-}
-
-
-.ion-time {
- &:before {
- content:"\f10d";
- }
-}
-
-
-.ion-location {
- &:before {
- content:"\f10e";
- }
-}
-
-
-.ion-warning {
- &:before {
- content:"\f10f";
- }
-}
-
-
-.ion-error {
- &:before {
- content:"\f110";
- }
-}
-
-
-.ion-film-outline {
- &:before {
- content:"\f111";
- }
-}
-
-
-.ion-music-note {
- &:before {
- content:"\f112";
- }
-}
-
-
-.ion-more-vertical {
- &:before {
- content:"\f113";
- }
-}
-
-
-.ion-magnet {
- &:before {
- content:"\f114";
- }
-}
-
-
-.ion-close {
- &:before {
- content:"\f115";
- }
-}
-
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less
index 61c0a93de..82fcb00ed 100644
--- a/searx/static/themes/simple/src/less/style.less
+++ b/searx/static/themes/simple/src/less/style.less
@@ -22,7 +22,7 @@
@import "autocomplete.less";
// ion-icon
-@import "ion.less";
+@import "../../ion.less";
.ion-icon-big {
.ion-icon;