Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16655 Rev 16660
Línea 50... Línea 50...
50
  p {
50
  p {
51
    color: $font-color;
51
    color: $font-color;
52
    font-weight: 500;
52
    font-weight: 500;
53
  }
53
  }
Línea -... Línea 54...
-
 
54
 
-
 
55
}
54
 
56
 
55
  .img-container {
57
.img_container {
56
    position: relative;
58
  position: relative;
-
 
59
  max-height: 500px;
-
 
60
 
-
 
61
  img:first-child {
-
 
62
    z-index: 3;
-
 
63
    object-fit: cover;
-
 
64
    width: 100%;
Línea 57... Línea 65...
57
    max-height: 500px;
65
  }
58
 
66
 
59
    img {
67
  img:nth-child(2) {
60
      position: absolute;
68
    position: absolute;
61
      top: 50%;
69
    top: 50%;
62
      left: 0;
70
    left: 0;
63
      transform: translateY(-50%);
71
    transform: translateY(-50%);
64
      z-index: 1;
72
    z-index: 1;
65
      background: #000;
73
    background: #000;
66
      object-fit: cover;
74
    object-fit: cover;
67
      height: 180%;
75
    height: 180%;
68
      width: 100%;
76
    width: 100%;
69
      max-height: none;
-
 
70
      filter: blur(20px);
77
    max-height: none;
71
    }
78
    filter: blur(20px);
Línea 72... Línea 79...
72
  }
79
  }
73
}
80
}