diff --git a/src/components/Sidebar/Sidebar.scss b/src/components/Sidebar/Sidebar.scss index 2a362bb6..4f45f55d 100644 --- a/src/components/Sidebar/Sidebar.scss +++ b/src/components/Sidebar/Sidebar.scss @@ -22,14 +22,24 @@ top: 0; right: 0; } + + .sidebar-header { + background: linear-gradient(to left, rgb(58, 101, 108) 0px, rgb(0, 29, 34)); + width: 100%; + height: 60px; + + svg { + height: 30px; + } + } } .separator { z-index: 100; width: 100%; - height: 10px; - padding: 10px; + height: 5px; + padding: 5px; background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.35), transparent); background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent); - opacity: 0.2; + opacity: 0.3; } diff --git a/src/components/Sidebar/index.jsx b/src/components/Sidebar/index.jsx index 097397a3..bb590182 100644 --- a/src/components/Sidebar/index.jsx +++ b/src/components/Sidebar/index.jsx @@ -13,6 +13,7 @@ import APIError from '../APIError'; import ChatBox from '../ChatBox'; import Disclosure from '../Disclosure'; import MessageForm from '../MessageForm'; +import { ReactComponent as XpertLogo } from '../../assets/xpert-logo.svg'; import './Sidebar.scss'; const Sidebar = ({ @@ -76,14 +77,8 @@ const Sidebar = ({ const getSidebar = () => (
- Stuck on a concept? Need more clarification on a complicated topic? - Let's chat! -
+