Blame view
app/styles/placedesign.css
547 Bytes
0136530e3
|
1 2 |
#preview-design { position: absolute; |
0136530e3
|
3 |
border: dashed 2px #DDD; |
0136530e3
|
4 5 6 7 8 9 |
cursor: pointer; } #preview-design img { width: 150px; } |
0136530e3
|
10 |
.t_shirt_p_1{ |
7e14f1786
|
11 12 13 14 15 16 17 18 19 20 |
left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); } .t_shirt_p_2{ left: 50%; top: 80%; transform: translateX(-50%) translateY(-80%); -webkit-transform: translateX(-50%) translateY(-80%); |
4ae9cc634
|
21 22 23 24 25 26 27 28 |
} /**/ .design-content-t_shirt_p_1{ } .design-content-t_shirt_p_2{ padding: 200px 40px!important; |
0136530e3
|
29 |
} |