Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 694 | Autoría | Ultima modificación | Ver Log |

import { Box, styled } from '@mui/material'

const LoaderContainer = styled(Box)`
  margin: 1rem auto;
  position: relative;
  width: 80px;
  text-align: center;
  height: 80px;
  border-radius: 100px;
  background-color: #fff;
  line-height: 80px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
`

export default LoaderContainer