Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5108 Rev 5110
Línea 89... Línea 89...
89
 
89
 
90
      &:hover>a {
90
      &:hover>a {
91
        font-weight: bold;
91
        font-weight: bold;
Línea 92... Línea 92...
92
      }
92
      }
93
 
93
 
94
      &:hover .navLinkLevelThree {
94
      &:hover .navigation-level_three {
95
        display: block;
95
        display: block;
96
      }
96
      }
97
    }
97
    }
Línea 98... Línea 98...
98
  }
98
  }
99
}
99
}
100
 
-
 
101
.navLinkDropdown,
100
 
102
.navLinkLevelThree,
101
.navLinkDropdown,
103
.notifications-list {
102
.navigation-level_three {
104
  background-color: $bg-color;
103
  background-color: $bg-color;
105
  border-radius: $border-radius;
104
  border-radius: $border-radius;
Línea 129... Línea 128...
129
        white-space: nowrap;
128
        white-space: nowrap;
Línea 130... Línea 129...
130
 
129
 
Línea 131... Línea 130...
131
      }
130
      }
132
 
131
 
133
      &:hover {
132
      &:hover {
134
        .navLinkLevelThree {
133
        .navigation-level_three {
Línea 135... Línea 134...
135
          display: block;
134
          display: block;
136
        }
135
        }
Línea 142... Línea 141...
142
      }
141
      }
143
    }
142
    }
144
  }
143
  }
145
}
144
}
Línea 146... Línea 145...
146
 
145
 
147
.navLinkLevelThree,
-
 
148
.notifications-list {
146
.navigation-level_three {
149
  top: -10%;
147
  top: -10%;
150
  left: 100%;
148
  left: 100%;
Línea 151... Línea 149...
151
  transform: none;
149
  transform: none;
Línea 183... Línea 181...
183
      }
181
      }
184
    }
182
    }
185
  }
183
  }
Línea 186... Línea 184...
186
 
184
 
187
  .aditional_links ul li:hover {
185
  .aditional_links ul li:hover {
188
    .notifications-list {
186
    .navigation-level_three {
189
      display: block;
187
      display: block;
190
    }
188
    }
191
  }
189
  }
192
}
190
}