Skip to content

Commit

Permalink
Merge pull request #337 from CraftedRO/fs
Browse files Browse the repository at this point in the history
Update some font-family to current Font Awesome 6
  • Loading branch information
CraftedRO authored Aug 23, 2024
2 parents 86a80d5 + ab8c93c commit 62622ae
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@
text-align: center;
&:before {
content: "\f0d8";
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
&.toggled {
&:before {
content: "\f0d7";
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
text-align: center;
&:before {
content: "\f0d8";
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
&.toggled {
Expand Down
6 changes: 3 additions & 3 deletions application/themes/admin/assets/css/sass/base/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ html.header-dark {
&.dropdown-toggle {
&:after {
content: "\f078";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-size: 0.6rem;
margin: 0 0 0 7px;
border: 0;
Expand Down Expand Up @@ -432,7 +432,7 @@ html.header-dark {
> a {
&:after {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-weight: 900;
border: 0;
font-size: 0.5rem;
Expand Down Expand Up @@ -464,7 +464,7 @@ html.header-dark {
}
&:before,
&.toggled:before {
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-size: 0.6rem;
color: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion application/themes/admin/assets/css/sass/base/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ul.nav-main {
cursor: pointer;

&:after {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: '\f107';
color: #abb4be;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
li {
&:after {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-weight: 900;
font-size: 0.6rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ html.has-tab-navigation {
&:after {
content: "\f0da";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
float: right;
}
Expand Down Expand Up @@ -331,7 +331,7 @@ html.has-tab-navigation {
display: inline-block;
position: relative;
top: 3px;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
margin-left: 7px;
margin-top: -3px;
Expand Down Expand Up @@ -428,7 +428,7 @@ html.has-tab-navigation {
&:after {
content: "\f107";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
float: right;
border: none;
Expand Down Expand Up @@ -522,7 +522,7 @@ html.has-tab-navigation {
&:after {
content: "\f106";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
float: right;
}
Expand Down
4 changes: 2 additions & 2 deletions application/themes/admin/assets/css/sass/gui/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ html .card#{if($admin-ext, '.card-admin', '')} .card-header-transparent {

.card-action-toggle:before {
content: "\f077";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-weight: 900;
}

Expand Down Expand Up @@ -532,7 +532,7 @@ html .card#{if($admin-ext, '.card-admin', '')} .card-header-transparent {
#{if($admin-ext, '.card-admin ', '')}.card-action-toggle,
#{if($admin-ext, '.card-admin ', '')}.card-action-dismiss {
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: inherit;
text-rendering: auto;
Expand Down
4 changes: 2 additions & 2 deletions application/themes/admin/assets/css/sass/gui/_carousels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
button.owl-prev {
left: -5px;
&:before {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: "\f053";
@include if-rtl {
Expand All @@ -41,7 +41,7 @@
button.owl-next {
right: -5px;
&:before {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: "\f054";
@include if-rtl {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

&.prev {
content: '\f0d9';
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

&.next {
content: '\f0da';
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

Expand Down
4 changes: 2 additions & 2 deletions application/themes/admin/assets/css/sass/gui/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ input[type="checkbox"] {
& + label:after {
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: '\F00C';
top: 50%;
Expand Down Expand Up @@ -768,7 +768,7 @@ html.dark {
position: relative;

&:before {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: '\f00d';
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion application/themes/admin/assets/css/sass/gui/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
line-height: 100%;
position: relative;
&:before {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: "\f054";
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion application/themes/admin/assets/css/sass/gui/_toggles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
#{$right}: auto;
margin-top: 0;
top: 12px;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: "\f067";
z-index: 2;
Expand Down
2 changes: 1 addition & 1 deletion application/themes/admin/assets/css/sass/gui/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ul.simple-post-list {
position: absolute;
top: -1px;
left: 0;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: "\f00c";
z-index: 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ html.sticky-header-active {
&.dropdown-submenu {
> a {
&:after {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
content: "\f054";
font-weight: 900;
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
color: $color-primary;
content: "\f073";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 1.8rem;
font-style: normal;
Expand Down
12 changes: 6 additions & 6 deletions application/themes/admin/assets/css/theme-admin-extension.css
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ html .card.card-admin .card-header-transparent + .card-body {

.card.card-modern.card-admin .card-action-toggle:before {
content: "\f077";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-weight: 900;
}

Expand Down Expand Up @@ -1812,7 +1812,7 @@ html .card.card-admin .card-header-transparent + .card-body {
.card-admin .card-action-toggle,
.card-admin .card-action-dismiss {
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: inherit;
text-rendering: auto;
Expand Down Expand Up @@ -2596,13 +2596,13 @@ html.dark div.DTTT_container .btn {

.datepicker table thead tr th.prev {
content: '\f0d9';
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

.datepicker table thead tr th.next {
content: '\f0da';
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

Expand Down Expand Up @@ -3331,7 +3331,7 @@ input[type="checkbox"].checkbox-style-1:checked {
.checkbox-custom input[type="checkbox"]:checked + label:after {
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: '\F00C';
top: 50%;
Expand Down Expand Up @@ -3760,7 +3760,7 @@ html.dark .radio-dark input[type="radio"]:checked + label:after,
}

.validation-message ul label.error:before {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: '\f00d';
position: absolute;
Expand Down
Loading

0 comments on commit 62622ae

Please sign in to comment.