Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@fortawesome/fontawesome-free/css/svg-with-js.css')
-rw-r--r--node_modules/@fortawesome/fontawesome-free/css/svg-with-js.css27
1 files changed, 26 insertions, 1 deletions
diff --git a/node_modules/@fortawesome/fontawesome-free/css/svg-with-js.css b/node_modules/@fortawesome/fontawesome-free/css/svg-with-js.css
index 93d5709..de655e6 100644
--- a/node_modules/@fortawesome/fontawesome-free/css/svg-with-js.css
+++ b/node_modules/@fortawesome/fontawesome-free/css/svg-with-js.css
@@ -1,5 +1,5 @@
/*!
- * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
svg:not(:root).svg-inline--fa {
@@ -344,3 +344,28 @@ svg:not(:root).svg-inline--fa {
overflow: visible;
position: static;
width: auto; }
+
+.svg-inline--fa .fa-primary {
+ fill: var(--fa-primary-color, currentColor);
+ opacity: 1;
+ opacity: var(--fa-primary-opacity, 1); }
+
+.svg-inline--fa .fa-secondary {
+ fill: var(--fa-secondary-color, currentColor);
+ opacity: 0.4;
+ opacity: var(--fa-secondary-opacity, 0.4); }
+
+.svg-inline--fa.fa-swap-opacity .fa-primary {
+ opacity: 0.4;
+ opacity: var(--fa-secondary-opacity, 0.4); }
+
+.svg-inline--fa.fa-swap-opacity .fa-secondary {
+ opacity: 1;
+ opacity: var(--fa-primary-opacity, 1); }
+
+.svg-inline--fa mask .fa-primary,
+.svg-inline--fa mask .fa-secondary {
+ fill: black; }
+
+.fad.fa-inverse {
+ color: #fff; }