ui_bibz 2.0.9 → 2.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/app/assets/stylesheets/ui_bibz.sass +2 -4
- data/lib/ui_bibz/infos.rb +2 -2
- data/lib/ui_bibz/utils/glyph_changer.rb +3 -0
- data/vendor/assets/fonts/fa-brands-400.eot +0 -0
- data/vendor/assets/fonts/fa-brands-400.svg +6 -0
- data/vendor/assets/fonts/fa-brands-400.ttf +0 -0
- data/vendor/assets/fonts/fa-brands-400.woff +0 -0
- data/vendor/assets/fonts/fa-brands-400.woff2 +0 -0
- data/vendor/assets/fonts/fa-regular-400.eot +0 -0
- data/vendor/assets/fonts/fa-regular-400.svg +3 -3
- data/vendor/assets/fonts/fa-regular-400.ttf +0 -0
- data/vendor/assets/fonts/fa-regular-400.woff +0 -0
- data/vendor/assets/fonts/fa-regular-400.woff2 +0 -0
- data/vendor/assets/fonts/fa-solid-900.eot +0 -0
- data/vendor/assets/fonts/fa-solid-900.svg +147 -15
- data/vendor/assets/fonts/fa-solid-900.ttf +0 -0
- data/vendor/assets/fonts/fa-solid-900.woff +0 -0
- data/vendor/assets/fonts/fa-solid-900.woff2 +0 -0
- data/vendor/assets/javascripts/all.js +3683 -3
- data/vendor/assets/stylesheets/all.min.css +5 -0
- metadata +3 -20
- data/vendor/assets/stylesheets/fontawesome/_animated.scss +0 -20
- data/vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss +0 -20
- data/vendor/assets/stylesheets/fontawesome/_core.scss +0 -16
- data/vendor/assets/stylesheets/fontawesome/_fixed-width.scss +0 -6
- data/vendor/assets/stylesheets/fontawesome/_icons.scss +0 -1114
- data/vendor/assets/stylesheets/fontawesome/_larger.scss +0 -23
- data/vendor/assets/stylesheets/fontawesome/_list.scss +0 -18
- data/vendor/assets/stylesheets/fontawesome/_mixins.scss +0 -57
- data/vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss +0 -23
- data/vendor/assets/stylesheets/fontawesome/_screen-reader.scss +0 -5
- data/vendor/assets/stylesheets/fontawesome/_shims.scss +0 -2066
- data/vendor/assets/stylesheets/fontawesome/_stacked.scss +0 -31
- data/vendor/assets/stylesheets/fontawesome/_variables.scss +0 -1127
- data/vendor/assets/stylesheets/fontawesome/fa-brands.scss +0 -17
- data/vendor/assets/stylesheets/fontawesome/fa-regular.scss +0 -18
- data/vendor/assets/stylesheets/fontawesome/fa-solid.scss +0 -19
- data/vendor/assets/stylesheets/fontawesome/fontawesome.scss +0 -16
- data/vendor/assets/stylesheets/fontawesome/v4-shims.scss +0 -6
@@ -1,17 +0,0 @@
|
|
1
|
-
@import 'variables';
|
2
|
-
|
3
|
-
@font-face {
|
4
|
-
font-family: 'Font Awesome 5 Brands';
|
5
|
-
font-style: normal;
|
6
|
-
font-weight: normal;
|
7
|
-
src: url('#{$fa-font-path}/fa-brands-400.eot');
|
8
|
-
src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
9
|
-
url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
10
|
-
url('#{$fa-font-path}/fa-brands-400.woff') format('woff'),
|
11
|
-
url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'),
|
12
|
-
url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
|
13
|
-
}
|
14
|
-
|
15
|
-
.fab {
|
16
|
-
font-family: 'Font Awesome 5 Brands';
|
17
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
@import 'variables';
|
2
|
-
|
3
|
-
@font-face {
|
4
|
-
font-family: 'Font Awesome 5 Free';
|
5
|
-
font-style: normal;
|
6
|
-
font-weight: 400;
|
7
|
-
src: url('#{$fa-font-path}/fa-regular-400.eot');
|
8
|
-
src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
9
|
-
url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
10
|
-
url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
|
11
|
-
url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
|
12
|
-
url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
|
13
|
-
}
|
14
|
-
|
15
|
-
.far {
|
16
|
-
font-family: 'Font Awesome 5 Free';
|
17
|
-
font-weight: 400;
|
18
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
@import 'variables';
|
2
|
-
|
3
|
-
@font-face {
|
4
|
-
font-family: 'Font Awesome 5 Free';
|
5
|
-
font-style: normal;
|
6
|
-
font-weight: 900;
|
7
|
-
src: url('#{$fa-font-path}/fa-solid-900.eot');
|
8
|
-
src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
9
|
-
url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
10
|
-
url('#{$fa-font-path}/fa-solid-900.woff') format('woff'),
|
11
|
-
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'),
|
12
|
-
url('#{$fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
|
13
|
-
}
|
14
|
-
|
15
|
-
.fa,
|
16
|
-
.fas {
|
17
|
-
font-family: 'Font Awesome 5 Free';
|
18
|
-
font-weight: 900;
|
19
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
|
3
|
-
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
-
*/
|
5
|
-
@import 'variables';
|
6
|
-
@import 'mixins';
|
7
|
-
@import 'core';
|
8
|
-
@import 'larger';
|
9
|
-
@import 'fixed-width';
|
10
|
-
@import 'list';
|
11
|
-
@import 'bordered-pulled';
|
12
|
-
@import 'animated';
|
13
|
-
@import 'rotated-flipped';
|
14
|
-
@import 'stacked';
|
15
|
-
@import 'icons';
|
16
|
-
@import 'screen-reader';
|