updated animated icons

This commit is contained in:
2018-03-21 19:53:39 +01:00
parent 8d30db0e83
commit 3fec7bb20b
7 changed files with 9 additions and 16 deletions

View File

@@ -89,17 +89,10 @@
}
.highlight_list__item__icon__animated {
position: absolute;
top: 50%;
left: 50%;
position: relative;
display: block;
width: em(70px);
height: em(70px);
transform: translateX(-50%) translateY(-50%);
@media screen and (max-width: $medium_breakpoint) {
width: em(35px);
height: em(35px);
}
width: 100%;
height: 100%;
}
.highlight_list__item__title {