Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2831 Rev 2837
Línea 22... Línea 22...
22
  flex-direction: column;
22
  flex-direction: column;
23
  justify-content: flex-start;
23
  justify-content: flex-start;
24
  align-items: center;
24
  align-items: center;
25
  margin-top: 1rem;
25
  margin-top: 1rem;
26
  gap: 10px;
26
  gap: 10px;
-
 
27
  img {
-
 
28
    border-radius: 100px;
-
 
29
    width: 43px;
-
 
30
    height: 43px;
-
 
31
    object-fit: cover;
27
 
32
  }
28
  .commentInput {
33
  .commentInput {
29
    margin: 0;
34
    margin: 0;
30
    width: 100%;
35
    width: 100%;
31
    padding: 0.5rem 1rem;
36
    padding: 0.5rem 1rem;
32
    border: 1px solid rgb(219, 219, 219);
37
    border: 1px solid rgb(219, 219, 219);
33
    border-radius: var(--global-border-radius);
38
    border-radius: var(--global-border-radius);
34
    font-size: 1rem;
39
    font-size: 1rem;
35
    height: 2.2rem;
40
    height: 2.2rem;
36
  }
41
  }
37
 
-
 
38
  .submitButton {
42
  .submitButton {
39
    height: 2.5rem;
43
    height: 2.5rem;
40
    margin: 0;
44
    margin: 0;
41
    width: auto;
45
    width: auto;
42
    margin-top: 0.5rem;
46
    margin-top: 0.5rem;
Línea 46... Línea 50...
46
    color: white !important;
50
    color: white !important;
47
    border-radius: var(--global-border-radius);
51
    border-radius: var(--global-border-radius);
48
    border: 1px solid $primary-lightblue;
52
    border: 1px solid $primary-lightblue;
49
    font-size: 1rem;
53
    font-size: 1rem;
50
    transition: 0.2s;
54
    transition: 0.2s;
51
 
-
 
52
    &:hover {
55
    &:hover {
53
      background-color: $primary-lightblue-hover;
56
      background-color: $primary-lightblue-hover;
54
    }
57
    }
55
  }
58
  }
56
}
59
}