Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4185 Rev 4186
Línea 60... Línea 60...
60
  left: 100%;
60
  left: 100%;
61
  z-index: 1000;
61
  z-index: 1000;
62
  overflow: hidden;
62
  overflow: hidden;
63
  background-color: $bg-color;
63
  background-color: $bg-color;
64
  border-radius: $border-radius;
64
  border-radius: $border-radius;
65
  box-shadow: $light-shadow;
65
  box-shadow: $shadow;
66
  ul {
66
  ul {
67
    max-height: 20rem;
67
    max-height: 20rem;
68
    overflow: scroll;
68
    overflow: scroll;
-
 
69
    li:hover a {
-
 
70
      font-weight: bold;
-
 
71
    }
69
  }
72
  }
70
}
73
}
Línea 71... Línea 74...
71
 
74
 
72
.aditional_links {
75
.aditional_links {
Línea 76... Línea 79...
76
  left: 50%;
79
  left: 50%;
77
  transform: translateX(-50%);
80
  transform: translateX(-50%);
78
  z-index: 1000;
81
  z-index: 1000;
79
  background-color: $bg-color;
82
  background-color: $bg-color;
80
  border-radius: $border-radius;
83
  border-radius: $border-radius;
81
  box-shadow: $light-shadow;
84
  box-shadow: $shadow;
82
  ul {
85
  ul {
83
    display: flex;
86
    display: flex;
84
    flex-direction: column;
87
    flex-direction: column;
85
    padding: 1rem;
88
    padding: 1rem;
86
    gap: 0.5rem;
89
    gap: 0.5rem;