Release 5.10.1 (#1395)
This commit is contained in:
16
css/all.css
16
css/all.css
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.10.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
.fa,
|
||||
@@ -6471,10 +6471,12 @@ readers do not read off random characters that represent icons */
|
||||
opacity: 0.4;
|
||||
opacity: var(--fa-secondary-opacity, 0.4); }
|
||||
|
||||
.fa-swap-opacity .fad:before,
|
||||
.fad.fa-swap-opacity:before {
|
||||
opacity: 0.4;
|
||||
opacity: var(--fa-secondary-opacity, 0.4); }
|
||||
|
||||
.fa-swap-opacity .fad:after,
|
||||
.fad.fa-swap-opacity:after {
|
||||
opacity: 1;
|
||||
opacity: var(--fa-primary-opacity, 1); }
|
||||
@@ -7017,6 +7019,12 @@ readers do not read off random characters that represent icons */
|
||||
.fad.fa-border-bottom:after {
|
||||
content: "\10f84d"; }
|
||||
|
||||
.fad.fa-border-center-h:after {
|
||||
content: "\10f89c"; }
|
||||
|
||||
.fad.fa-border-center-v:after {
|
||||
content: "\10f89d"; }
|
||||
|
||||
.fad.fa-border-inner:after {
|
||||
content: "\10f84e"; }
|
||||
|
||||
@@ -9705,6 +9713,9 @@ readers do not read off random characters that represent icons */
|
||||
.fad.fa-phone:after {
|
||||
content: "\10f095"; }
|
||||
|
||||
.fad.fa-phone-alt:after {
|
||||
content: "\10f879"; }
|
||||
|
||||
.fad.fa-phone-laptop:after {
|
||||
content: "\10f87a"; }
|
||||
|
||||
@@ -9720,6 +9731,9 @@ readers do not read off random characters that represent icons */
|
||||
.fad.fa-phone-square:after {
|
||||
content: "\10f098"; }
|
||||
|
||||
.fad.fa-phone-square-alt:after {
|
||||
content: "\10f87b"; }
|
||||
|
||||
.fad.fa-phone-volume:after {
|
||||
content: "\10f2a0"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user