Difference between revisions of "Team:UChile OpenBio-CeBiB/Template/2"

Line 165: Line 165:
 
}
 
}
  
 +
.dropdown .dropdown-menu {
 +
    -webkit-transition: all 0.3s;
 +
    -moz-transition: all 0.3s;
 +
    -ms-transition: all 0.3s;
 +
    -o-transition: all 0.3s;
 +
    transition: all 0.3s;
  
 +
    max-height: 0;
 +
    display: block;
 +
    overflow: hidden;
 +
    opacity: 0;
 +
}
 +
 +
.dropdown.open .dropdown-menu {
 +
    max-height: 300px;
 +
    opacity: 1;
 +
}
  
  
Line 365: Line 381:
 
   background-color: #000000;
 
   background-color: #000000;
 
   color: #72c9b6;
 
   color: #72c9b6;
 
 
  
 
}
 
}

Revision as of 12:26, 17 October 2017

Document