Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2816 Rev 2817
Línea 17... Línea 17...
17
}
17
}
Línea 18... Línea 18...
18
 
18
 
19
.formContainer {
19
.formContainer {
20
  display: flex;
20
  display: flex;
-
 
21
  flex-direction: column;
21
  flex-direction: column;
22
  width: 100%;
22
  gap: 5px;
23
  gap: 5px;
23
  textarea {
24
  input {
24
    border: none;
25
    border: none !important;
25
    box-shadow: none;
26
    box-shadow: none !important;
26
    outline: none;
27
    outline: none !important;
27
  }
28
  }
Línea 28... Línea 29...
28
}
29
}
29
 
30
 
Línea 42... Línea 43...
42
  width: 25%;
43
  width: 25%;
43
}
44
}
Línea 44... Línea 45...
44
 
45
 
45
.shareIcon {
46
.shareIcon {
46
  font-size: 1.1rem;
-
 
47
  color: #fff;
47
  font-size: 1.1rem;
Línea 48... Línea 48...
48
}
48
}
49
 
49
 
50
.shareIconContainer {
50
.shareIconContainer {
51
  display: grid;
51
  display: grid;
52
  place-items: center;
52
  place-items: center;
53
  width: 28px;
53
  width: 28px;
-
 
54
  height: 28px;
-
 
55
  .shareIcon {
54
  height: 28px;
56
    color: #666666;
55
  &.active,
57
  }
56
  &:hover {
58
  &:hover {
-
 
59
    background: #16283c;
-
 
60
    border-radius: 10px;
-
 
61
    .shareIcon {
57
    background: #16283c;
62
      color: #ffffff;
58
    border-radius: 10px;
63
    }
-
 
64
  }
-
 
65
}
-
 
66
 
-
 
67
.shareIconContainer.active {