diff --git a/src/app/tabs/styles/support-tab-styles.js b/src/app/tabs/styles/support-tab-styles.js deleted file mode 100644 index 5cadc5dc63..0000000000 --- a/src/app/tabs/styles/support-tab-styles.js +++ /dev/null @@ -1,56 +0,0 @@ -var csjs = require('csjs-inject') -var styleGuide = require('../../ui/styles-guide/theme-chooser') -var styles = styleGuide.chooser() - -var css = csjs` - .supportTabView { - height: 100vh; - padding: 2%; - padding-bottom: 3em; - display: flex; - flex-direction: column; - overflow: hidden; - } - .chat { - ${styles.rightPanel.supportTab.box_IframeContainer} - display: flex; - flex-direction: column; - align-items: center; - height: 85%; - padding: 0; - } - .chatTitle { - height: 40px; - width: 90%; - display: flex; - align-items: center; - justify-content: center; - margin-top: 15px; - } - .chatTitle:hover { - cursor: pointer; - } - .icon { - height: 70%; - margin-right: 2%; - } - .chatTitleText { - font-size: 17px; - font-weight: bold; - } - .chatTitleText { - opacity: 0.8; - } - .chatIframe { - width: 100%; - height: 100%; - transform: scale(0.9); - padding: 0; - border: none; - } - .infoBox { - ${styles.rightPanel.supportTab.box_SupportInfo} - } -` - -module.exports = css diff --git a/src/app/tabs/support-tab.js b/src/app/tabs/support-tab.js index 0c4da109e5..9591db29cf 100644 --- a/src/app/tabs/support-tab.js +++ b/src/app/tabs/support-tab.js @@ -1,57 +1,99 @@ -var yo = require('yo-yo') +const yo = require('yo-yo') +const csjs = require('csjs-inject') +const remixLib = require('remix-lib') -var css = require('./styles/support-tab-styles') +const styles = require('../ui/styles-guide/theme-chooser').chooser() -var infoText = yo` -