Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4164 Rev 4166
Línea 3... Línea 3...
3
.navLinksContainer {
3
.navLinksContainer {
4
  flex: 1;
4
  flex: 1;
5
  order: 3;
5
  order: 3;
6
  min-width: 50%;
6
  min-width: 50%;
7
  display: flex;
7
  display: flex;
8
  &__ul {
8
  ul {
9
    display: flex;
9
    display: flex;
10
    height: 100%;
10
    height: 100%;
11
    align-items: center;
11
    align-items: center;
12
    gap: 1rem;
12
    gap: 1rem;
13
    justify-content: space-around;
13
    justify-content: space-around;
14
    width: 100%;
14
    width: 100%;
15
    &__li {
15
    li {
16
      position: relative;
16
      position: relative;
17
      display: flex;
17
      display: flex;
18
      flex-direction: column;
18
      flex-direction: column;
19
      align-items: center;
19
      align-items: center;
20
      justify-content: center;
20
      justify-content: center;
Línea 40... Línea 40...
40
        i {
40
        i {
41
          font-size: 1.5rem;
41
          font-size: 1.5rem;
42
        }
42
        }
43
      }
43
      }
44
      &:hover {
44
      &:hover {
-
 
45
        & > a,
-
 
46
        & > p {
45
        font-weight: bold;
47
          font-weight: bold;
46
        border-bottom: 2px solid $font-color;
48
          border-bottom: 2px solid $font-color;
-
 
49
        }
47
        .navLinkDropdown {
50
        .navLinkDropdown,
-
 
51
        .aditional_links {
48
          display: block;
52
          display: block;
49
        }
53
        }
50
      }
54
      }
51
    }
55
    }
52
  }
56
  }
Línea 80... Línea 84...
80
    border-radius: 10px;
84
    border-radius: 10px;
81
    box-shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%), 0px -5px 14px -2px rgb(0 0 0 / 12%);
85
    box-shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%), 0px -5px 14px -2px rgb(0 0 0 / 12%);
82
    li {
86
    li {
83
      position: relative;
87
      position: relative;
84
      display: flex;
88
      display: flex;
85
      justify-content: space-between;
89
      justify-content: center;
86
      padding: 0 2rem;
90
      padding: 0 2rem;
87
      a {
91
      a {
88
        font-size: 1.1rem;
92
        font-size: 1.1rem;
-
 
93
        display: flex;
89
      }
94
      }
90
    }
95
    }
91
  }
96
  }
92
}
97
}