Difference between revisions of "Template:Northeastern Boston/CSS"

Line 485: Line 485:
 
.minimal-dropdown__content {
 
.minimal-dropdown__content {
 
   margin-top: 20px;
 
   margin-top: 20px;
 +
 +
  -webkit-animation: fadeIn .27s;
 +
          animation: fadeIn .27s;
 
}
 
}
  
Line 500: Line 503:
 
.fa-flipped-arrow:before {
 
.fa-flipped-arrow:before {
 
   content: '\f077';
 
   content: '\f077';
 +
}
 +
 +
/* animations */
 +
@-webkit-keyframes fadeIn {
 +
    from { opacity: 0; }
 +
      to { opacity: 1; }
 +
}
 +
 +
@keyframes fadeIn {
 +
    from { opacity: 0; }
 +
      to { opacity: 1; }
 
}
 
}
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 01:01, 18 September 2015