Jonathan Zobro
7 years ago
19 changed files with 16 additions and 31 deletions
@ -1,4 +1,4 @@ |
|||||
@import '../../../../../../../variables.scss'; |
@import '../../variables.scss'; |
||||
|
|
||||
.channel { |
.channel { |
||||
position: relative; |
position: relative; |
@ -1,4 +1,4 @@ |
|||||
@import '../../../../../../../variables.scss'; |
@import '../../variables.scss'; |
||||
|
|
||||
.title { |
.title { |
||||
text-align: center; |
text-align: center; |
@ -1,4 +1,4 @@ |
|||||
@import '../../../../../../../variables.scss'; |
@import '../../variables.scss'; |
||||
|
|
||||
.modalChannel { |
.modalChannel { |
||||
padding: 40px; |
padding: 40px; |
@ -1,11 +1,11 @@ |
|||||
import React from 'react' |
import React from 'react' |
||||
import PropTypes from 'prop-types' |
import PropTypes from 'prop-types' |
||||
import { TiPlus } from 'react-icons/lib/ti' |
import { TiPlus } from 'react-icons/lib/ti' |
||||
import ChannelModal from './components/ChannelModal' |
import ChannelModal from './ChannelModal' |
||||
import ChannelForm from './components/ChannelForm' |
import ChannelForm from './ChannelForm' |
||||
import Channel from './components/Channel' |
import Channel from './Channel' |
||||
import OpenPendingChannel from './components/OpenPendingChannel' |
import OpenPendingChannel from './OpenPendingChannel' |
||||
import ClosedPendingChannel from './components/ClosedPendingChannel' |
import ClosedPendingChannel from './ClosedPendingChannel' |
||||
import styles from './Channels.scss' |
import styles from './Channels.scss' |
||||
|
|
||||
const Channels = ({ |
const Channels = ({ |
@ -1,4 +1,4 @@ |
|||||
@import '../../../../../variables.scss'; |
@import '../../variables.scss'; |
||||
|
|
||||
.channels { |
.channels { |
||||
width: 75%; |
width: 75%; |
@ -1,4 +1,4 @@ |
|||||
@import '../../../../../../../variables.scss'; |
@import '../../variables.scss'; |
||||
|
|
||||
.channel { |
.channel { |
||||
position: relative; |
position: relative; |
@ -1,4 +1,4 @@ |
|||||
@import '../../../../../../../variables.scss'; |
@import '../../variables.scss'; |
||||
|
|
||||
.channel { |
.channel { |
||||
position: relative; |
position: relative; |
@ -1,3 +0,0 @@ |
|||||
import Channel from './Channel' |
|
||||
|
|
||||
export default Channel |
|
@ -1,3 +0,0 @@ |
|||||
import ChannelForm from './ChannelForm' |
|
||||
|
|
||||
export default ChannelForm |
|
@ -1,3 +0,0 @@ |
|||||
import ChannelModal from './ChannelModal' |
|
||||
|
|
||||
export default ChannelModal |
|
@ -1,3 +0,0 @@ |
|||||
import ClosedPendingChannel from './ClosedPendingChannel' |
|
||||
|
|
||||
export default ClosedPendingChannel |
|
@ -1,3 +0,0 @@ |
|||||
import OpenPendingChannel from './OpenPendingChannel' |
|
||||
|
|
||||
export default OpenPendingChannel |
|
Loading…
Reference in new issue