forked from qwerty/tupali
Css para firmas - Responsive
This commit is contained in:
parent
bcc60e122d
commit
676205a267
@ -1,12 +1,12 @@
|
|||||||
.m-signature-pad {
|
.m-signature-pad {
|
||||||
position: relative;
|
position: inherit;
|
||||||
|
right: 0;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
width: 1000px;
|
width: 100%;
|
||||||
height: 400px;
|
height: 300px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
/*margin-left: -500px;*/
|
||||||
margin-left: -500px;
|
/*margin-top: -200px;*/
|
||||||
<!-- margin-top: -200px; -->
|
|
||||||
border: 1px solid #e8e8e8;
|
border: 1px solid #e8e8e8;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
|
||||||
|
Loading…
Reference in New Issue
Block a user