mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 17:10:57 -05:00
moved style folder
added index.scss to index.tsx Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
5c716bd314
commit
d035ff26a5
70 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,6 @@ import React from 'react'
|
||||||
import { Container } from 'react-bootstrap'
|
import { Container } from 'react-bootstrap'
|
||||||
import { HeaderBar } from './layout/navigation/header-bar/header-bar'
|
import { HeaderBar } from './layout/navigation/header-bar/header-bar'
|
||||||
import { Footer } from './layout/footer/footer'
|
import { Footer } from './layout/footer/footer'
|
||||||
import './layout/style/index.scss'
|
|
||||||
|
|
||||||
export const LandingLayout: React.FC = ({ children }) => {
|
export const LandingLayout: React.FC = ({ children }) => {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -11,6 +11,7 @@ import { Login } from './components/landing/pages/login/login'
|
||||||
import { setUpFontAwesome } from './initializers/fontAwesome'
|
import { setUpFontAwesome } from './initializers/fontAwesome'
|
||||||
import * as serviceWorker from './service-worker'
|
import * as serviceWorker from './service-worker'
|
||||||
import { store } from './utils/store'
|
import { store } from './utils/store'
|
||||||
|
import './style/index.scss'
|
||||||
|
|
||||||
setUpFontAwesome()
|
setUpFontAwesome()
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@import "../../../../../node_modules/bootstrap/scss/bootstrap";
|
@import "../../node_modules/bootstrap/scss/bootstrap";
|
||||||
@import '../../../../../node_modules/react-bootstrap-typeahead/css/Typeahead';
|
@import '../../node_modules/react-bootstrap-typeahead/css/Typeahead';
|
||||||
@import "font-pack";
|
@import "font-pack";
|
||||||
|
|
||||||
html {
|
html {
|
Loading…
Reference in a new issue