Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 423 Rev 424
Línea 10... Línea 10...
10
import ArrowBackIosNewIcon from '@mui/icons-material/ArrowBackIosNew'
10
import ArrowBackIosNewIcon from '@mui/icons-material/ArrowBackIosNew'
11
import Paraphrase from '../UI/Paraphrase'
11
import Paraphrase from '../UI/Paraphrase'
Línea 12... Línea 12...
12
 
12
 
13
export const StyledQuestionCard = styled(Card)`
13
export const StyledQuestionCard = styled(Card)`
14
  background: var(--bg-color);
-
 
-
 
14
  background: var(--bg-color);
15
  border: 1px solid var(--border-primary);
15
  
16
  border-radius: var(--border-radius);
16
  border-radius: var(--border-radius);
17
  height: fit-content;
17
  height: fit-content;
18
  padding: 1rem 0;
18
  padding: 1rem 0;
19
  & > * {
19
  & > * {