Skip to content

Instantly share code, notes, and snippets.

View ducks's full-sized avatar

ducks

  • space, the universe
View GitHub Profile
@ducks
ducks / bootstrap-dropdown-menu-sliding.css
Last active October 22, 2015 19:58
making bootstrap drop down menus opened with a sliding animation
.open > .dropdown-menu {
@include transform(scale(1, 1));
}
.open > .dropdown-menu li a {
color: #000;
}
.dropdown-menu li a{
color: #fff;
}
.dropdown-menu {