Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2815 Rev 2816
Línea 14... Línea 14...
14
  border-bottom: solid 1px var(--border-light-gray);
14
  border-bottom: solid 1px var(--border-light-gray);
15
  border-top: solid 1px var(--border-light-gray);
15
  border-top: solid 1px var(--border-light-gray);
16
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
16
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
17
}
17
}
Línea -... Línea 18...
-
 
18
 
-
 
19
.formContainer {
-
 
20
  display: flex;
-
 
21
  flex-direction: column;
-
 
22
  gap: 5px;
-
 
23
  textarea {
-
 
24
    border: none;
-
 
25
    box-shadow: none;
-
 
26
    outline: none;
-
 
27
  }
-
 
28
}
18
 
29
 
19
.shareRowContainer {
30
.shareRowContainer {
20
  display: flex;
31
  display: flex;
21
  align-items: center;
32
  align-items: center;
22
  flex-wrap: wrap;
33
  flex-wrap: wrap;
Línea 31... Línea 42...
31
  width: 25%;
42
  width: 25%;
32
}
43
}
Línea 33... Línea 44...
33
 
44
 
34
.shareIcon {
45
.shareIcon {
-
 
46
  font-size: 1.1rem;
35
  font-size: 1.1rem;
47
  color: #fff;
Línea 36... Línea 48...
36
}
48
}
37
 
49
 
38
.shareIconContainer {
50
.shareIconContainer {
39
  display: grid;
51
  display: grid;
40
  place-items: center;
52
  place-items: center;
41
  width: 28px;
-
 
42
  height: 28px;
53
  width: 28px;
43
  color: #fff;
54
  height: 28px;
44
  &.active,
55
  &.active,
45
  &:hover {
56
  &:hover {
46
    background: #16283c;
57
    background: #16283c;