-
Notifications
You must be signed in to change notification settings - Fork 0
/
p2css.css
119 lines (103 loc) · 1.77 KB
/
p2css.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.bgcolor{
padding-top: 58px;
}
@media (max-width: 1100px){
.container{
width: 100%;
}
.bgcolor{
width: 100%!important;
height: 100%!important;
padding-top: 54px!important;
position: relative;
}
.imagethumbnail{
width: 100%!important;
height: auto!important;
}
.colorSelect{
position: absolute!important;
left: 2%!important;
top: 10%!important;
}
}
@media (max-width: 993px){
.colorSelect{
left: 10px!important;
top: 10%!important;
}
.csBox{
width: 50px!important;
height: 50px!important;
}
}
@media (max-width: 767px){
.colorSelect{
left: 6px!important;
top: 7.5%!important;
}
.csBox{
width: 40px!important;
height: 40px!important;
}
form{
width: 100%!important;
}
select{
margin-top: 0px!important;
width: 100%!important;
}
}
@media (min-width: 768px){
p#doa{
margin-left: 45px;
}
}
@media (max-width: 575px){
.colorSelect{
left: 1%!important;
top: 8%!important;
width: 8%;
height: 3%;
}
.csBox{
width: 100%!important;
height: 100%!important;
}
}
@media (max-width: 575px){
.seper{
display: flex!important;
justify-content: center!important;
align-items: center!important;
}
.colorSelect{
left: 2%!important;
position: static;
width: 6%;
height: 100%;
}
.csBox{
width: 100%!important;
height: 2%!important;
}
form input{
font-size: 15px!important;
}
form textarea{
font-size: 15px!important;
}
form select{
font-size: 15px!important;
margin-top: -30px!important;
display: block!important;
}
form p{
padding-bottom: 20px!important;
font-size: 15px!important;
display:block!important;
}
form p#doa{
margin-top: -40px!important;
}
}