Add webkit prefixed transforms (android 4)

This commit is contained in:
homeopatchy 2016-10-31 20:29:48 +01:00
commit 2de90013f7
9 changed files with 30 additions and 1 deletions

View file

@ -6,6 +6,7 @@
z-index: 10;
width: 90%;
max-width: 350px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: $unmistakable-radius;
text-align: center;