Fix spacing between nav and dropdown to be consistent with other dropdowns

This commit is contained in:
kushalpandya 2017-09-06 22:27:33 +05:30
parent cdd8f2f345
commit 700d146c53
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ input[type="checkbox"]:hover {
.dropdown-menu {
transition-duration: 100ms, 75ms;
transition-delay: 75ms, 100ms;
transform: translateY(13px);
transform: translateY(7px);
opacity: 1;
}
}