Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4171 Rev 4172
Línea 52... Línea 52...
52
 
52
 
53
.navLinkLevelThree {
53
.navLinkLevelThree {
54
  display: none;
54
  display: none;
55
  position: absolute;
55
  position: absolute;
56
  top: -10%;
56
  top: -10%;
57
  left: 160px;
57
  left: 30%;
58
  width: 200px;
58
  width: 200px;
59
  z-index: 1000;
59
  z-index: 1000;
Línea 60... Línea 60...
60
}
60
}
61
 
61
 
62
.aditional_links {
62
.aditional_links {
63
  display: none;
63
  display: none;
64
  position: absolute;
64
  position: absolute;
65
  top: calc(100% + 2px);
65
  top: calc(100% + 2px);
66
  left: 50%;
66
  left: 50%;
67
  transform: translateX(-35%);
67
  transform: translateX(-50%);
68
  width: fit-content;
68
  width: fit-content;
69
  z-index: 1000;
69
  z-index: 1000;
70
  background-color: $bg-color;
70
  background-color: $bg-color;
Línea 77... Línea 77...
77
    background-color: $bg-color;
77
    background-color: $bg-color;
78
    border-radius: 10px;
78
    border-radius: 10px;
79
    box-shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%), 0px -5px 14px -2px rgb(0 0 0 / 12%);
79
    box-shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%), 0px -5px 14px -2px rgb(0 0 0 / 12%);
80
    li {
80
    li {
81
      position: relative;
81
      position: relative;
82
      display: flex;
-
 
83
      justify-content: center;
-
 
84
      padding: 0 2rem;
-
 
85
      a {
82
      a {
86
        font-size: 1.1rem;
83
        font-size: 1.1rem;
87
        display: flex;
84
        display: flex;
88
      }
85
      }
-
 
86
      &:hover a {
-
 
87
        font-weight: bold;
-
 
88
      }
89
    }
89
    }
90
  }
90
  }
91
}
91
}
Línea 92... Línea 92...
92
 
92
 
Línea 147... Línea 147...
147
  .navLinksContainer {
147
  .navLinksContainer {
148
    margin-left: 4rem;
148
    margin-left: 4rem;
149
    min-width: auto;
149
    min-width: auto;
150
    order: 2;
150
    order: 2;
151
  }
151
  }
152
}
-
 
153
152
}
-
 
153