File tree 3 files changed +28
-0
lines changed
3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 25
25
position : absolute;
26
26
cursor : pointer; }
27
27
28
+ .device [data-device = "iPhoneX" ][data-orientation = "portrait" ][data-color = "black" ] {
29
+ padding-bottom : 198.89807163% ;
30
+ background-image : url(../ device-mockups/iPhoneX/portrait.png);
31
+ z-index : initial;
32
+ }
33
+ .device [data-device = "iPhoneX" ][data-orientation = "portrait" ][data-color = "black" ] .screen {
34
+ top : 3.254847645% ;
35
+ left : 7.162534435% ;
36
+ width : 85.67493113% ;
37
+ height : 93.49030471% ;
38
+ border : 0px ;
39
+ z-index : -1 ;
40
+ }
41
+
42
+ .device [data-device = "iPhoneX" ][data-orientation = "landscape" ][data-color = "black" ] {
43
+ padding-bottom : 50.27700831% ;
44
+ background-image : url(../ device-mockups/iPhoneX/landscape.png);
45
+ z-index : initial;
46
+ }
47
+ .device [data-device = "iPhoneX" ][data-orientation = "landscape" ][data-color = "black" ] .screen {
48
+ top : 7.162534435% ;
49
+ left : 3.254847645% ;
50
+ width : 93.49030471% ;
51
+ height : 85.67493113% ;
52
+ border : 0px ;
53
+ z-index : -1 ;
54
+ }
55
+
28
56
.device [data-device = "galaxyS3" ][data-orientation = "portrait" ][data-color = "black" ] {
29
57
padding-bottom : 194.717887155% ; }
30
58
.device [data-device = "galaxyS3" ][data-orientation = "portrait" ][data-color = "black" ] .screen {
You can’t perform that action at this time.
0 commit comments