Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5102 Rev 5103
Línea 60... Línea 60...
60
      }
60
      }
61
    }
61
    }
62
  }
62
  }
63
}
63
}
Línea 64... Línea -...
64
 
-
 
65
.navLinkLevelThree,
-
 
66
.notifications-list {
-
 
67
  display: none;
-
 
68
  position: absolute;
-
 
69
  top: -10%;
-
 
70
  left: 100%;
-
 
71
  z-index: 1000;
-
 
72
  overflow: hidden;
-
 
73
  background-color: $bg-color;
-
 
74
  border-radius: $border-radius;
-
 
75
  box-shadow: $shadow;
-
 
76
 
-
 
77
  ul {
-
 
78
    max-height: 20rem;
-
 
79
    overflow: scroll;
-
 
80
 
-
 
81
    li a {
-
 
82
      min-width: 15ch;
-
 
83
    }
-
 
84
 
-
 
85
    li:hover a {
-
 
86
      font-weight: bold;
-
 
87
    }
-
 
88
  }
-
 
89
}
-
 
90
 
64
 
91
.aditional_links {
65
.aditional_links {
92
  display: none;
66
  display: none;
93
  position: absolute;
67
  position: absolute;
94
  top: 100%;
68
  top: 100%;
Línea 122... Línea 96...
122
      }
96
      }
123
    }
97
    }
124
  }
98
  }
125
}
99
}
Línea 126... Línea 100...
126
 
100
 
-
 
101
.navLinkDropdown,
-
 
102
.navLinkLevelThree,
127
.navLinkDropdown {
103
.notifications-list {
128
  background-color: $bg-color;
104
  background-color: $bg-color;
129
  border-radius: $border-radius;
105
  border-radius: $border-radius;
130
  box-shadow: $shadow;
106
  box-shadow: $shadow;
131
  display: none;
107
  display: none;
Línea 146... Línea 122...
146
      display: flex;
122
      display: flex;
147
      position: relative;
123
      position: relative;
148
      gap: 1rem;
124
      gap: 1rem;
Línea 149... Línea 125...
149
 
125
 
-
 
126
      a {
150
      a {
127
        min-width: 15ch;
151
        font-size: 1.1rem;
128
        font-size: 1.1rem;
152
        text-align: left;
129
        text-align: left;
153
        white-space: nowrap;
130
        white-space: nowrap;
Línea 165... Línea 142...
165
      }
142
      }
166
    }
143
    }
167
  }
144
  }
168
}
145
}
Línea -... Línea 146...
-
 
146
 
-
 
147
.navLinkLevelThree,
-
 
148
.notifications-list {
-
 
149
  top: -10%;
-
 
150
  left: 100%;
-
 
151
 
-
 
152
  ul {
-
 
153
    max-height: 20rem;
-
 
154
    overflow: scroll;
-
 
155
  }
-
 
156
}
169
 
157
 
170
@include breakpoints.maxwidth("medium") {
158
@include breakpoints.maxwidth("medium") {
171
  .navLinksContainer>ul>li {
159
  .navLinksContainer>ul>li {
172
    p {
160
    p {
173
      display: inline-flex;
161
      display: inline-flex;