Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4172 Rev 4173
Línea 33... Línea 33...
33
        gap: 0.5rem;
33
        gap: 0.5rem;
34
      }
34
      }
35
      p {
35
      p {
36
        display: none;
36
        display: none;
37
      }
37
      }
38
      &:hover {
38
      &:not(:last-child):hover {
39
        border-bottom: 2px solid $font-color;
39
        border-bottom: 2px solid $font-color;
40
        & > a,
40
        & > a,
41
        & > p {
41
        & > p {
42
          font-weight: bold;
42
          font-weight: bold;
43
        }
43
        }
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: 30%;
57
  left: 100%;
58
  width: 200px;
58
  width: 200px;
59
  z-index: 1000;
59
  z-index: 1000;
Línea 60... Línea 60...
60
}
60
}
Línea 71... Línea 71...
71
  border-radius: 10px;
71
  border-radius: 10px;
72
  ul {
72
  ul {
73
    display: flex;
73
    display: flex;
74
    flex-direction: column;
74
    flex-direction: column;
75
    padding: 1rem;
75
    padding: 1rem;
76
    gap: 1rem;
76
    gap: 0.5rem;
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;
Línea 130... Línea 130...
130
    }
130
    }
131
  }
131
  }
132
}
132
}
Línea 133... Línea 133...
133
 
133
 
134
@include breakpoints.maxwidth("medium") {
134
@include breakpoints.maxwidth("medium") {
135
  .navLinksContainer ul li {
135
  .navLinksContainer > ul > li {
136
    padding-bottom: 12px;
136
    padding-bottom: 12px;
137
    p {
137
    p {
138
      display: inline-flex;
138
      display: inline-flex;
139
    }
139
    }