Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3661 Rev 3662
Línea 55... Línea 55...
55
          border-radius: 10px;
55
          border-radius: 10px;
56
          ul {
56
          ul {
57
            display: flex;
57
            display: flex;
58
            flex-direction: column;
58
            flex-direction: column;
59
            padding: 1rem;
59
            padding: 1rem;
-
 
60
            gap: 1rem;
60
            text-align: left;
61
            text-align: left;
61
            background-color: $bg-color;
62
            background-color: $bg-color;
62
            border-radius: 10px;
63
            border-radius: 10px;
63
            box-shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%), 0px -5px 14px -2px rgb(0 0 0 / 12%);
64
            box-shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%), 0px -5px 14px -2px rgb(0 0 0 / 12%);
64
            li {
65
            li {
65
              position: relative;
66
              position: relative;
-
 
67
              a {
-
 
68
                font-weight: normal !important;
-
 
69
                padding: 0 !important;
-
 
70
                font-size: 1.1rem;
-
 
71
              }
66
              &:hover {
72
              &:hover {
67
                .navLinkLevelThree {
73
                .navLinkLevelThree {
68
                  display: block;
74
                  display: block;
69
                  position: absolute;
75
                  position: absolute;
70
                  top: -10%;
76
                  top: -10%;
71
                  left: 170px;
77
                  left: 170px;
72
                  width: 200px;
78
                  width: 200px;
73
                  z-index: 1000;
79
                  z-index: 1000;
74
                }
80
                }
-
 
81
                p {
-
 
82
                  font-weight: bold;
-
 
83
                }
75
              }
84
              }
76
            }
85
            }
77
            li:not(:last-child) {
-
 
78
              margin-bottom: 1rem;
-
 
79
              &:hover {
-
 
80
                font-weight: bold;
-
 
81
              }
-
 
82
            }
-
 
83
            a {
-
 
84
              font-weight: normal !important;
-
 
85
              padding: 0 !important;
-
 
86
              font-size: 1.1rem;
-
 
87
            }
-
 
88
          }
86
          }
89
          &:nth-child(1),
87
          &:nth-child(1),
90
          &:nth-child(2) {
88
          &:nth-child(2) ul li {
91
            ul {
-
 
92
              li {
-
 
93
                display: flex;
89
            display: flex;
94
                justify-content: space-between;
90
            justify-content: space-between;
95
              }
-
 
96
            }
-
 
97
          }
91
          }
98
        }
92
        }
99
      }
93
      }
100
    }
94
    }
101
  }
95
  }