Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1481 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1481 Rev 2215
Línea 23... Línea 23...
23
  display: flex;
23
  display: flex;
24
  flex-direction: column;
24
  flex-direction: column;
25
  justify-content: flex-start;
25
  justify-content: flex-start;
26
  align-items: flex-start;
26
  align-items: flex-start;
27
  margin-top: 1rem;
27
  margin-top: 1rem;
-
 
28
  gap: 10px;
Línea 28... Línea 29...
28
 
29
 
29
  .commentInput {
30
  .commentInput {
30
    margin: 0;
31
    margin: 0;
31
    width: 100%;
32
    width: 100%;
32
    padding: 0.5rem 1rem;
33
    padding: 0.5rem 1rem;
33
    border: 1px solid rgb(219, 219, 219);
34
    border: 1px solid rgb(219, 219, 219);
34
    border-radius: var(--global-border-radius);
35
    border-radius: var(--global-border-radius);
35
    font-size: 1rem;
36
    font-size: 1rem;
36
    height: 2.5rem;
37
    height: 2.2rem;
Línea 37... Línea 38...
37
  }
38
  }
38
 
39
 
39
  .submitButton {
40
  .submitButton {