From e6b5c3a1a2307e1f4e894a337981e29f648792da Mon Sep 17 00:00:00 2001 From: Emmanuel Piguet Date: Fri, 8 Feb 2019 14:52:21 +0100 Subject: [PATCH] Remove icons --- scss/civicrm/contact/_tabs.scss | 95 --------------------------------- 1 file changed, 95 deletions(-) diff --git a/scss/civicrm/contact/_tabs.scss b/scss/civicrm/contact/_tabs.scss index cf62e5ea..fb0f1cf5 100644 --- a/scss/civicrm/contact/_tabs.scss +++ b/scss/civicrm/contact/_tabs.scss @@ -49,101 +49,6 @@ padding: 15px !important; width: 100%; - // ICONS - // ============== - &::before { - content: '\f12e'; - font-family: 'FontAwesome'; - font-weight: normal; - margin-right: 10px; - } - - /* stylelint-disable selector-no-qualifying-type */ - &[title='Contact Summary']::before { - content: '\f007'; - } - - &[title='Job Contract']::before { - content: '\f016'; - } - - &[title='Job Roles']::before { - content: '\f022'; - } - - &[title='Personal Details']::before { - content: '\f05a'; - } - - &[title='Leave']::before { - content: '\f0b1'; - } - - &[title='Assignments']::before { - content: '\f0f2'; - } - - &[title='Tasks']::before { - content: '\f03a'; - } - - &[title='Documents']::before { - content: '\f0c5'; - } - - &[title='Identification']::before { - content: '\f09d'; - } - - &[title='Immigration']::before { - content: '\f072'; - } - - &[title='Emergency Contacts']::before { - content: '\f0fa'; - } - - &[title='Managers']::before, - &[title='Relationships']::before { - content: '\f0e8'; - } - - &[title='Bank Details']::before { - content: '\f19c'; - } - - &[title='Career History']::before { - content: '\f1da'; - } - - &[title='Medical & Disability']::before { - content: '\f193'; - } - - &[title='Qualifications']::before { - content: '\f0a3'; - } - - &[title='Notes']::before { - content: '\f040'; - } - - &[title='Groups']::before { - content: '\f0c0'; - } - - &[title='Change Log']::before { - content: '\f187'; - } - - &[title='Cases']::before { - content: '\f0f6'; - } - - &[title='Communications']::before { - content: '\f0c0'; - } - /* stylelint-enable selector-no-qualifying-type */ } .crm-tab-button {