mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
font awesome bug is fixed
This commit is contained in:
parent
851b885ddc
commit
3513bf7f95
@ -203,15 +203,15 @@
|
||||
<ul class="list-inline">
|
||||
<li><a target="_blank"
|
||||
href="https://www.facebook.com/sharer/sharer.php?u={{ app.request.uri }}"><i
|
||||
class="fa fa-facebook-square"></i></a></li>
|
||||
class="fab fa-facebook-square"></i></a></li>
|
||||
<li><a target="_blank"
|
||||
href="https://twitter.com/intent/tweet?text={{ app.request.uri }}"><i
|
||||
class="fa fa-twitter-square"></i></a></li>
|
||||
class="fab fa-twitter-square"></i></a></li>
|
||||
<li><a target="_blank" href="https://wa.me/?text={{ app.request.uri }}"><i
|
||||
class="fa fa-whatsapp"></i></a></li>
|
||||
class="fab fa-whatsapp"></i></a></li>
|
||||
<li><a target="_blank"
|
||||
href="https://www.linkedin.com/shareArticle?mini=true&url={{ app.request.uri }}"><i
|
||||
class="fa fa-linkedin-square"></i></a></li>
|
||||
class="fab fa-linkedin"></i></a></li>
|
||||
</ul>
|
||||
</div><!-- social-links -->
|
||||
</div>
|
||||
|
||||
18
addons/default/visiosoft/default-theme/resources/css/default/main.css
Normal file → Executable file
18
addons/default/visiosoft/default-theme/resources/css/default/main.css
Normal file → Executable file
@ -1509,8 +1509,12 @@ a.verified i {
|
||||
|
||||
.breadcrumb > li + li:before {
|
||||
content: "\f101";
|
||||
font-family: FontAwesome;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
visibility: visible;
|
||||
font-weight: 900;
|
||||
color: #fff;
|
||||
visibility: visible;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
#something-sell h2.title {
|
||||
@ -2522,7 +2526,9 @@ a.verified i {
|
||||
.add-image label.upload-image:before {
|
||||
position: absolute;
|
||||
content: "\f055";
|
||||
font-family: 'FontAwesome';
|
||||
font-family: "Font Awesome 5 Free";
|
||||
visibility: visible;
|
||||
font-weight: 900;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
font-size: 30px;
|
||||
@ -2642,7 +2648,9 @@ a.verified i {
|
||||
color: #00a651;
|
||||
font-size: 16px;
|
||||
content: "\f105";
|
||||
font-family: 'FontAwesome';
|
||||
font-family: "Font Awesome 5 Free";
|
||||
visibility: visible;
|
||||
font-weight: 900;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
@ -2780,7 +2788,9 @@ a.verified i {
|
||||
right: 0;
|
||||
font-size: 30px;
|
||||
content: "\f105";
|
||||
font-family: 'FontAwesome';
|
||||
font-family: "Font Awesome 5 Free";
|
||||
visibility: visible;
|
||||
font-weight: 900;
|
||||
color: #00a651;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@ -49,11 +49,11 @@
|
||||
<h3>{{ trans("visiosoft.theme.default::addon.follow_us_on") }}</h3>
|
||||
<ul>
|
||||
<li><a href="https://{{ setting_value('visiosoft.module.advs::facebook') }}"><i
|
||||
class="fa fa-facebook-square"></i>Facebook</a></li>
|
||||
class="fab fa-facebook-square"></i>Facebook</a></li>
|
||||
<li><a href="https://{{ setting_value('visiosoft.module.advs::twitter') }}"><i
|
||||
class="fa fa-twitter-square"></i>Twitter</a></li>
|
||||
class="fab fa-twitter-square"></i>Twitter</a></li>
|
||||
<li><a href="https://{{ setting_value('visiosoft.module.advs::youtube') }}"><i
|
||||
class="fa fa-youtube-play"></i>youtube</a></li>
|
||||
class="fab fa-youtube-square"></i>youtube</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- footer-widget -->
|
||||
@ -115,4 +115,5 @@
|
||||
|
||||
gtag('config', '{{ setting('visiosoft.module.advs::google_statistic_code') }}');
|
||||
</script>
|
||||
|
||||
{% endif %}
|
||||
@ -31,7 +31,7 @@
|
||||
{# Base Theme Components #}
|
||||
{{ asset_add("theme.css", "theme::scss/bootstrap/bootstrap.scss") }}
|
||||
{{ asset_add("theme.css", "theme::font-awesome/css/all.css") }}
|
||||
{{ asset_add("theme.css", "theme::font-awesome/css/v4-shims.css") }}
|
||||
|
||||
{{ asset_add("theme.css", "visiosoft.theme.defaultadmin::css/select2.css") }}
|
||||
|
||||
{{ asset_style("theme.css") }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user