media.css
2.77 KB
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
/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1400px)
and (-webkit-min-device-pixel-ratio: 1) {
.wc-spc-lf-tp{ padding-top: 88px; padding-left: 0px; }
}
/* ----------- Retina Screens ----------- */
@media screen
and (min-device-width: 900px)
and (max-device-width: 1440px)
and (-webkit-min-device-pixel-ratio: 1) {
.wc-spc-lf-tp{ padding-top: 162px; padding-left: 0px; }
.form-layout.signup-frm-spc { margin-top: 114px; float:right;}
}
@media screen
and (min-device-width: 1050px)
and (max-device-width: 1440px)
and (-webkit-min-device-pixel-ratio: 1) {
.wc-spc-lf-tp{ padding-top: 162px; padding-left: 0px; }
.form-layout.signup-frm-spc { margin-top: 114px;}
}
@media screen
and (min-device-width: 768px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 1) {
.wc-spc-lf-tp{ padding-top: 90px; padding-left: 0px; }
.form-layout.signup-frm-spc { margin-top: 41px;}
}
/* mobile */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 960px)
and (-webkit-min-device-pixel-ratio: 2) {
.main-wrp{ padding-left: 15px; padding-right: 15px;}
.wc-spc-lf-tp {
padding-top: 52px;
padding-left: 28px;
padding-bottom:50px;
}
.form-layout.signup-frm-spc{margin-top: 50px; float:unset; margin: 50px auto;}
.navbar-toggler{ padding: 0px; margin-top: -10px;
width: 40px;
height: 40px;
float: right; box-shadow: 0px; outline: 0px;}
.navbar-toggler span{ width: 100%; display: block; height: 3px; background:#000; margin:7px 0;}
.col-reverse{display: flex;
flex-direction: column-reverse;}
.reset-pass-spc {
margin-top: 20px;
}
}
/* tab */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
.main-wrp{ background-position: bottom 100px left -100px;}
}
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
}
/* /
/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {
.col-reverse{
flex-direction:unset;}
.main-wrp{background-size: 100%; background-position: bottom -10px left -130px;}
}
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
.main-wrp{background-position: bottom -10px left -130px !important;}
.wc-spc-lf-tp{ padding-left: 0px; padding-top: 100px;}
}