Difference between revisions of "Template:UConn/boots"

Line 47: Line 47:
 
     background-color: #E3FBFD;
 
     background-color: #E3FBFD;
 
     border-radius: 50%;
 
     border-radius: 50%;
 +
    transition: all 0.4s ease;
 +
    -webkit-transition: all 0.4s ease;
 +
    -moz-transition: all 0.4s ease;
 +
    -ms-transition: all 0.4s ease;
 +
    -o-transition: all 0.4s ease;
 
   }
 
   }
  
Line 54: Line 59:
 
   .navbar-brand:focus {
 
   .navbar-brand:focus {
 
     outline: 3px solid #E3FBFD;
 
     outline: 3px solid #E3FBFD;
 +
    transition: all 0.4s ease;
 +
    -webkit-transition: all 0.4s ease;
 +
    -moz-transition: all 0.4s ease;
 +
    -ms-transition: all 0.4s ease;
 +
    -o-transition: all 0.4s ease;
  
 
}
 
}

Revision as of 16:01, 18 June 2018