Add webkit prefixed transforms (android 4)
This commit is contained in:
parent
f4017f5a7f
commit
2de90013f7
9 changed files with 30 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue