Commit 861c8860 authored by Fabien Manière's avatar Fabien Manière

update fork-awesome to 1.2 + fix fa-send plane icon position + add flower-7 as custom icon

parent 84e86349
Pipeline #3765 failed with stage
in 0 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -6447,6 +6447,9 @@ a:hover {
top: 90px;
}
}
.input-with-autocomplete .b-icon-button {
margin-left: 10px;
}
.with-icon-font {
font-family: ForkAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
......
......@@ -6400,6 +6400,9 @@ a:hover {
top: 90px;
}
}
.input-with-autocomplete .b-icon-button {
margin-left: 10px;
}
.with-icon-font {
font-family: ForkAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
......
......@@ -6156,6 +6156,9 @@ a:hover {
top: 90px;
}
}
.input-with-autocomplete .b-icon-button {
margin-left: 10px;
}
.with-icon-font {
font-family: ForkAwesome, "Muli";
......
......@@ -6404,6 +6404,9 @@ a:hover {
top: 90px;
}
}
.input-with-autocomplete .b-icon-button {
margin-left: 10px;
}
.with-icon-font {
font-family: ForkAwesome, "Nunito";
......
......@@ -6405,6 +6405,9 @@ a:hover {
top: 90px;
}
}
.input-with-autocomplete .b-icon-button {
margin-left: 10px;
}
.with-icon-font {
font-family: ForkAwesome, "Montserrat";
......
......@@ -195,7 +195,7 @@ divDropdownLeftCpt = here.component "divDropdownLeft" cpt
[ LiNav { title : "Changelog"
, href : "https://gitlab.iscpif.fr/gargantext/main/blob/master/CHANGELOG.md"
, icon : "fa fa-clock"
, icon : "fa fa-clock-o"
, text : "Versions change"
}
, LiNav { title : "Code documentation"
......
......@@ -308,10 +308,7 @@ glyphiconToCharCode = _toString <<< case _ of
"flag-o" -> 0xf11d
"flask" -> 0xf0c3
"flickr" -> 0xf16e
"flower" -> 0xe902
"flower-2" -> 0xe900
"flower-3" -> 0xe901
"flower-7" -> 0xe903
"flower-7" -> 0xe900
"floppy-o" -> 0xf0c7
"folder" -> 0xf07b
"folder-o" -> 0xf114
......
......@@ -100,4 +100,7 @@
top: 90px;
}
}
.b-icon-button {
margin-left: 10px;
}
}
/*!
Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@import "variables";
@import "mixins";
@import "functions";
@import "path";
@import "core";
@import "larger";
@import "fixed-width";
@import "list";
@import "bordered-pulled";
@import "animated";
@import "rotated-flipped";
@import "stacked";
@import "icons";
@import "screen-reader";
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment