1
0
Fork 0

Css para firmas - Responsive

This commit is contained in:
kleper 2017-02-13 09:37:28 -05:00
parent bcc60e122d
commit 676205a267
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
.m-signature-pad {
position: relative;
position: inherit;
right: 0;
font-size: 10px;
width: 1000px;
height: 400px;
width: 100%;
height: 300px;
top: 50%;
left: 50%;
margin-left: -500px;
<!-- margin-top: -200px; -->
/*margin-left: -500px;*/
/*margin-top: -200px;*/
border: 1px solid #e8e8e8;
background-color: #fff;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;