diff --git a/src/components/App.scss b/src/components/App.scss index a89dd75..e69de29 100644 --- a/src/components/App.scss +++ b/src/components/App.scss @@ -1,29 +0,0 @@ -body { - background-color: #4a4a4a; - font-size: 160%; - color: #fff -} - - -.app-header { - text-align: center; - background-color: #282c34; - font-size: 1.6em; - padding: 0.5em 0; - color: white; -} - -.channelList { - list-style: none -} - -.channel-view { - background-color: green; - width: 20%; - height: auto; - margin: auto; -} - -.channel-view ul { - text-align: left -}