From 77e9780334c79f5a5e3c2c319b5e9eb81d578a6c Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 24 Apr 2020 18:11:22 +0300 Subject: [PATCH] fix(app):fix footer icons --- docs/app/@theme/styles/_small-social.scss | 36 ----------------------- 1 file changed, 36 deletions(-) delete mode 100644 docs/app/@theme/styles/_small-social.scss diff --git a/docs/app/@theme/styles/_small-social.scss b/docs/app/@theme/styles/_small-social.scss deleted file mode 100644 index 43cb70d1..00000000 --- a/docs/app/@theme/styles/_small-social.scss +++ /dev/null @@ -1,36 +0,0 @@ -$small-social-font-path: '/ngx-admin/assets/fonts/small-social' !default; -@font-face { - font-family: 'small-social'; - font-display: auto; - src: url('#{$small-social-font-path}/small-social.eot?skntni'); - src: url('#{$small-social-font-path}/small-social.eot?skntni#iefix') format('embedded-opentype'), - url('#{$small-social-font-path}/small-social.ttf?skntni') format('truetype'), - url('#{$small-social-font-path}/small-social.woff?skntni') format('woff'), - url('#{$small-social-font-path}/small-social.svg?skntni#small-social') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^='small-social-'], [class*=' small-social-'] { - font-family: 'small-social' !important; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.small-social-facebook::before { - content: '\e900'; -} -.small-social-github::before { - content: '\e901'; -} -.small-social-twitter::before { - content: '\e902'; -}