Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3994 Rev 4087
Línea 36... Línea 36...
36
  img {
36
  img {
37
    width: 100%;
37
    width: 100%;
38
    height: 150px;
38
    height: 150px;
39
    object-fit: cover;
39
    object-fit: cover;
40
  }
40
  }
-
 
41
  a.btn {
-
 
42
    padding: 0.2rem 0.6rem;
-
 
43
  }
41
  @include maxwidth("medium") {
44
  @include maxwidth("medium") {
42
    border-right: none;
45
    border-right: none;
43
    border-top: 1px solid $border-primary;
46
    border-top: 1px solid $border-primary;
44
    min-width: auto;
47
    min-width: auto;
45
    img {
48
    img {
Línea 178... Línea 181...
178
  }
181
  }
Línea 179... Línea 182...
179
 
182
 
180
  .suggestions {
183
  .suggestions {
181
    display: block;
184
    display: block;
182
  }
-
 
183
}
185
  }
-
 
186
}