Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5783 Rev 5784
Línea 47... Línea 47...
47
.reactions-counter {
47
.reactions-counter {
48
  display: inline-flex;
48
  display: inline-flex;
49
  align-items: center;
49
  align-items: center;
Línea 50... Línea 50...
50
 
50
 
51
  svg {
-
 
52
    margin-left: -0.8rem;
51
  svg {
53
    background-color: #dfdfdf;
52
    background-color: #dfdfdf;
54
    border-radius: 50%;
53
    border-radius: 50%;
-
 
54
    font-size: 1.2rem;
-
 
55
 
-
 
56
    &:not(:first-child) {
-
 
57
      margin-left: -0.8rem;
55
    font-size: 1.2rem;
58
    }
Línea 56... Línea 59...
56
  }
59
  }
57
 
60
 
-
 
61
  span {
58
  span {
62
    color: $subtitle-color;
59
    color: $subtitle-color;
63
    margin-left: .5rem;
Línea 60... Línea 64...
60
  }
64
  }
61
}
65
}