use only brands and solid icons from fontawesome and update assets

This commit is contained in:
2022-04-20 20:10:14 +00:00
parent 16f30cbd36
commit a85ef4df44
6107 changed files with 21606 additions and 9647 deletions

View File

@@ -3,12 +3,12 @@
// only display content to screen readers
.sr-only,
.fa-sr-only {
@include fa-sr-only;
.#{$fa-css-prefix}-sr-only {
@include fa-sr-only;
}
// use in conjunction with .sr-only to only display content when it's focused
.sr-only-focusable,
.fa-sr-only-focusable {
@include fa-sr-only-focusable;
.#{$fa-css-prefix}-sr-only-focusable {
@include fa-sr-only-focusable;
}