Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1053 Rev 1481
Línea 5... Línea 5...
5
  display: flex;
5
  display: flex;
6
  flex-direction: column;
6
  flex-direction: column;
7
  background-color: white;
7
  background-color: white;
8
  padding: 2rem;
8
  padding: 2rem;
9
  margin-bottom: 1rem;
9
  margin-bottom: 1rem;
10
  border: solid 1px rgba(0,0,0,.25);
10
  border: solid 1px var(--border-light-gray);
11
  border-radius: 5px;
11
  border-radius: var(--global-border-radius);
12
}
12
}
Línea 13... Línea 13...
13
 
13
 
14
.commentSection {
14
.commentSection {
15
  max-height: 400px;
15
  max-height: 400px;
Línea 29... Línea 29...
29
  .commentInput {
29
  .commentInput {
30
    margin: 0;
30
    margin: 0;
31
    width: 100%;
31
    width: 100%;
32
    padding: 0.5rem 1rem;
32
    padding: 0.5rem 1rem;
33
    border: 1px solid rgb(219, 219, 219);
33
    border: 1px solid rgb(219, 219, 219);
34
    border-radius: 5px;
34
    border-radius: var(--global-border-radius);
35
    font-size: 1rem;
35
    font-size: 1rem;
36
    height: 2.5rem;
36
    height: 2.5rem;
37
  }
37
  }
Línea 38... Línea 38...
38
 
38
 
Línea 43... Línea 43...
43
    margin-top: 0.5rem;
43
    margin-top: 0.5rem;
44
    background-color: $primary-lightblue;
44
    background-color: $primary-lightblue;
45
    border: none;
45
    border: none;
46
    padding: 0.5rem 1rem;
46
    padding: 0.5rem 1rem;
47
    color: white !important;
47
    color: white !important;
48
    border-radius: 5px;
48
    border-radius: var(--global-border-radius);
49
    border: 1px solid $primary-lightblue;
49
    border: 1px solid $primary-lightblue;
50
    font-size: 1rem;
50
    font-size: 1rem;
51
    transition: 0.2s;
51
    transition: 0.2s;
Línea 52... Línea 52...
52
 
52