diff --git a/src/app/support-tab.js b/src/app/support-tab.js deleted file mode 100644 index 2b9e3c49fb..0000000000 --- a/src/app/support-tab.js +++ /dev/null @@ -1,93 +0,0 @@ -var yo = require('yo-yo') - -// -------------- styling ---------------------- -var csjs = require('csjs-inject') -var styleGuide = require('./style-guide') -var styles = styleGuide() - -var css = csjs` - .supportTabView { - height: 100vh; - padding: 2%; - padding-bottom: 3em; - display: flex; - flex-direction: column; - overflow: hidden; - } - .chat extends ${styles.displayBox} { - display: flex; - flex-direction: column; - align-items: center; - height: 85%; - } - .chatTitle { - cursor: pointer; - height: 40px; - width: 90%; - display: flex; - align-items: center; - justify-content: center; - border-radius: 3px; - background-color: white; - border: 2px dotted ${styles.colors.lightGrey}; - } - .chatTitle:hover { - background-color: ${styles.colors.lightYellow}; - } - .icon { - height: 70%; - margin-right: 2%; - } - .chatTitleText { - font-size: 13px; - font-weight: bold; - } - .chatTitleText { - opacity: 0.8; - } - .chatIframe { - width: 100%; - height: 100%; - border: 2px dotted ${styles.colors.lightGrey}; - overflow: hidden; - transform: scale(0.9); - } - .infoBox extends ${styles.infoTextBox}{ - - } -` - -var infoText = yo` -