Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4097 Rev 4197
Línea 31... Línea 31...
31
  display: flex;
31
  display: flex;
32
  align-items: center;
32
  align-items: center;
33
  padding: 1rem;
33
  padding: 1rem;
34
  gap: 0.5rem;
34
  gap: 0.5rem;
35
  border-right: 1px solid $border-primary;
35
  border-right: 1px solid $border-primary;
36
  min-width: 50vw;
-
 
37
  justify-content: space-between;
36
  justify-content: space-between;
38
  &:last-child {
37
  &:last-child {
39
    border-right: none;
38
    border-right: none;
40
  }
39
  }
41
  img {
40
  img {
Línea 51... Línea 50...
51
    line-height: 1.4;
50
    line-height: 1.4;
52
  }
51
  }
53
  a.btn,
52
  a.btn,
54
  button.btn {
53
  button.btn {
55
    padding: 0.2rem 0.6rem;
54
    padding: 0.2rem 0.6rem;
-
 
55
    white-space: nowrap;
56
  }
56
  }
57
  @media (min-width: 768px) {
57
  @media (min-width: 768px) {
58
    border-right: none;
58
    border-right: none;
59
    border-top: 1px solid $border-primary;
59
    border-top: 1px solid $border-primary;
60
    min-width: auto;
60
    min-width: auto;