Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16653 | Rev 16660 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16653 Rev 16655
Línea 39... Línea 39...
39
      gap: .5rem;
39
      gap: .5rem;
40
    }
40
    }
41
  }
41
  }
42
}
42
}
Línea -... Línea 43...
-
 
43
 
-
 
44
.feed_content {
-
 
45
  width: 100%;
-
 
46
  display: flex;
-
 
47
  flex-direction: column;
-
 
48
  gap: .5rem;
-
 
49
 
-
 
50
  p {
-
 
51
    color: $font-color;
-
 
52
    font-weight: 500;
-
 
53
  }
-
 
54
 
-
 
55
  .img-container {
-
 
56
    position: relative;
-
 
57
    max-height: 500px;
-
 
58
 
-
 
59
    img {
-
 
60
      position: absolute;
-
 
61
      top: 50%;
-
 
62
      left: 0;
-
 
63
      transform: translateY(-50%);
-
 
64
      z-index: 1;
-
 
65
      background: #000;
-
 
66
      object-fit: cover;
-
 
67
      height: 180%;
-
 
68
      width: 100%;
-
 
69
      max-height: none;
-
 
70
      filter: blur(20px);
-
 
71
    }
-
 
72
  }
-
 
73
}
43
 
74
 
44
.commentSection {
75
.commentSection {
45
  max-height: 400px;
76
  max-height: 400px;
46
  overflow-y: auto;
77
  overflow-y: auto;
47
  background: $background-gray;
78
  background: $background-gray;