Remove unused alx-extensions plugin override css

This commit is contained in:
Alexander Agnarson 2020-03-23 18:59:47 +01:00
parent 9f13aa6240
commit e9049d0aca

View file

@ -106,25 +106,6 @@ hr { border: 0; background: #eee; height: 3px; margin: 30px 0; }
/* ------------------------------------ */ /* ------------------------------------ */
.fa, .fab, .fal, .far, .fas { width: 1em; text-align: center; } .fa, .fab, .fal, .far, .fas { width: 1em; text-align: center; }
/* temporary font awesome 5 fix for alx-extensions plugin */
.sharrre-header .share .fa:before,
.sharrre-footer .share .fa:before { font-family: "Font Awesome 5 Brands"; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.sharrre-header .fa-twitter:before { content: "\f099"; }
.sharrre-header .fa-facebook-square:before { content: "\f082"; }
.sharrre-header .fa-pinterest:before { content: "\f0d2"; }
.sharrre-header .fa-linkedin-square:before { content: "\f08c"; }
.sharrre-header .count .fa:before,
.sharrre-footer .count .fa:before,
.alx-tabs-nav i:before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.sharrre-header .count .fa-plus:before { content: "\f067"; }
.sharrre-footer .count .fa-plus:before { content: "\f067"; }
.sharrre-footer .fa-twitter:before { content: "\f099"; }
.sharrre-footer .fa-facebook-square:before { content: "\f082"; }
.alx-tabs-nav .fa-clock-o:before { content: "\f017"; }
.alx-tabs-nav .fa-star:before { content: "\f005"; }
.alx-tabs-nav .fa-comments-o:before { content: "\f086"; }
.alx-tabs-nav .fa-tags:before { content: "\f02c"; }
/* base : fonts /* base : fonts
/* ------------------------------------ */ /* ------------------------------------ */
body { font-family: "Titillium", Arial, sans-serif; } body { font-family: "Titillium", Arial, sans-serif; }