Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4162 Rev 4164
Línea 57... Línea 57...
57
  position: absolute;
57
  position: absolute;
58
  top: -10%;
58
  top: -10%;
59
  left: 160px;
59
  left: 160px;
60
  width: 200px;
60
  width: 200px;
61
  z-index: 1000;
61
  z-index: 1000;
-
 
62
}
-
 
63
 
-
 
64
.aditional_links {
-
 
65
  display: none;
-
 
66
  position: absolute;
-
 
67
  top: calc(100% + 2px);
-
 
68
  left: 50%;
-
 
69
  transform: translateX(-35%);
-
 
70
  width: fit-content;
-
 
71
  z-index: 1000;
-
 
72
  background-color: $bg-color;
-
 
73
  border-radius: 10px;
62
  & > ul {
74
  ul {
-
 
75
    display: flex;
-
 
76
    flex-direction: column;
63
    max-height: 25vh;
77
    padding: 1rem;
-
 
78
    gap: 1rem;
-
 
79
    background-color: $bg-color;
64
    overflow: scroll;
80
    border-radius: 10px;
-
 
81
    box-shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%), 0px -5px 14px -2px rgb(0 0 0 / 12%);
-
 
82
    li {
-
 
83
      position: relative;
-
 
84
      display: flex;
-
 
85
      justify-content: space-between;
-
 
86
      padding: 0 2rem;
-
 
87
      a {
-
 
88
        font-size: 1.1rem;
-
 
89
      }
-
 
90
    }
65
  }
91
  }
66
}
92
}
Línea 67... Línea 93...
67
 
93
 
68
.navLinkDropdown {
94
.navLinkDropdown {