Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3099 | Rev 3266 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3099 Rev 3100
Línea 4... Línea 4...
4
 
4
 
5
import Widget from '@components/UI/Widget'
5
import Widget from '@components/UI/Widget'
6
import SurveyForm from '@components/survey-form/SurveyForm'
6
import SurveyForm from '@components/survey-form/SurveyForm'
Línea 7... Línea 7...
7
import FeedDescription from './feed-description'
7
import FeedDescription from './feed-description'
8
 
8
 
9
const FeedContainer = styled(Widget)(({ theme }) => ({
9
const FeedContainer = styled(Widget.Body)(({ theme }) => ({
10
  padding: 0,
10
  padding: 0,
11
  '& > *:not(img, video, .MuiCard-root)': {
11
  '& > *:not(img, video, .MuiCard-root)': {
12
    padding: theme.spacing(0, 1)
12
    padding: theme.spacing(0, 1)