Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1821 Rev 2785
Línea 1... Línea 1...
1
import React, { useEffect, useState } from 'react'
1
import React, { useEffect, useState } from 'react'
2
import styled, { css } from 'styled-components'
2
import styled, { css } from 'styled-components'
Línea 3... Línea 3...
3
 
3
 
4
const SwitchContainer = styled.label`
4
const SwitchContainer = styled.label`
5
  display: inline-flex;
5
  display: flex;
6
  flex-direction: column;
6
  flex-direction: column;
Línea 7... Línea 7...
7
`
7
`
8
 
8