clean up legacy code

This commit is contained in:
Jonas Heinrich 2020-04-16 12:44:23 +02:00
parent edca399ba1
commit 45fea232e6

View file

@ -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;
}