Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2369 Rev 2677
Línea 49... Línea 49...
49
    flex-direction: column;
49
    flex-direction: column;
50
    justify-content: center;
50
    justify-content: center;
51
    align-items: center;
51
    align-items: center;
52
    margin-bottom: 1rem;
52
    margin-bottom: 1rem;
53
    position: relative;
53
    position: relative;
54
    z-index: 105;
54
    z-index: 0;
55
    &__imgContainer {
55
    &__imgContainer {
56
      margin-bottom: 0.5rem;
56
      margin-bottom: 0.5rem;
57
      width: 100px;
57
      width: 100px;
58
      max-height: 100px;
58
      max-height: 100px;
59
      img {
59
      img {
Línea 68... Línea 68...
68
    position: absolute;
68
    position: absolute;
69
    height: 60px;
69
    height: 60px;
70
    width: 100%;
70
    width: 100%;
71
    top: 0;
71
    top: 0;
72
    left: 0;
72
    left: 0;
73
    z-index: 100;
73
    z-index: 0;
74
    border-radius: 5px 5px 0 0;
74
    border-radius: 5px 5px 0 0;
75
  }
75
  }
Línea 76... Línea 76...
76
 
76
 
77
  &__connectionInfo {
77
  &__connectionInfo {