feat: use logo from config settings, retheme with @edx/brand

This commit is contained in:
Adam Stankiewicz
2020-11-20 11:20:50 -05:00
committed by GitHub
parent 726aff9f8d
commit ae014d2f24
18 changed files with 9154 additions and 5566 deletions

View File

@@ -4,8 +4,9 @@ import React from 'react';
import ReactDOM from 'react-dom';
import { initialize, getConfig, subscribe, APP_READY } from '@edx/frontend-platform';
import { AppContext, AppProvider } from '@edx/frontend-platform/react';
import Header from '@edx/frontend-component-header';
import './index.scss';
import Header from '../src/';
subscribe(APP_READY, () => {
ReactDOM.render(

View File

@@ -1,2 +1,6 @@
@import "~@edx/paragon/scss/core/core.scss";
@import '../src/index.scss';
@import "@edx/brand/paragon/fonts";
@import "@edx/brand/paragon/variables";
@import "@edx/paragon/scss/core/core";
@import "@edx/brand/paragon/overrides";
@import "@edx/frontend-component-header/index";