diff --git a/kit/css/footer.css b/kit/css/footer.css index a7e8a4f..6f421cf 100644 --- a/kit/css/footer.css +++ b/kit/css/footer.css @@ -254,8 +254,6 @@ display: block; padding-left: 2.5rem; cursor: pointer; - -webkit-transition: background-color .3s; - -o-transition: background-color .3s; transition: background-color .3s; } .meta-footer-contact-entity-head-icon { @@ -271,12 +269,8 @@ position: absolute; top: 50%; left: 50%; - -webkit-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #009982; - -webkit-transition: height .3s; - -o-transition: height .3s; transition: height .3s; } .meta-footer-contact-entity-head-icon::before { @@ -334,8 +328,6 @@ .footer-bottom .content-wrap ul a { color: #fbfbfb; - -webkit-transition: color .3s; - -o-transition: color .3s; transition: color .3s; }