@@ -17,6 +17,12 @@ $pega-wwo--content-max-mobile-width: 550px;
17
17
$bolt-medium-icon-half-size : 12px ;
18
18
$pega-wwo--sm-circle-top-margin--mobile : $bolt-medium-icon-half-size - ($pega-wwo--sm-circle-size--fixed / 2 );
19
19
20
+ @mixin bolt-edge-all () {
21
+ @supports (-ms-ime-align :auto ) {
22
+ @content ;
23
+ }
24
+ }
25
+
20
26
// Fix IE 11 opacity inheritance for non-static elements.
21
27
bolt-animate {
22
28
& [out ^= " fade" ],
@@ -49,6 +55,15 @@ bolt-animate {
49
55
min-height : 1px ;
50
56
}
51
57
58
+ .c-pega-wwo__shadow-height-inherit {
59
+ width : 100% ;
60
+ height : 100% ;
61
+
62
+ > * {
63
+ height : inherit ;
64
+ }
65
+ }
66
+
52
67
// This is for icon colors wrong w/o shadow dom.
53
68
& __content-wo {
54
69
.c-pega-wwo__result-blocks {
@@ -73,13 +88,14 @@ bolt-animate {
73
88
}
74
89
75
90
& __wrapper {
76
- width : 100% ;
77
- height : 100% ;
91
+ width : 100% ;
92
+ height : 100% ;
93
+ overflow : hidden ;
78
94
79
- @include bolt-mq ($from : xlarge) {
80
- // This div scales to full with of padding-hacked wrapper.
81
- position : absolute ;
82
- }
95
+ @include bolt-mq ($from : xlarge) {
96
+ // This div scales to full with of padding-hacked wrapper.
97
+ position : absolute ;
98
+ }
83
99
}
84
100
85
101
// This wrapper is the animate component and establishes z-index outside shadow dom wrapping.
@@ -168,21 +184,6 @@ bolt-animate {
168
184
height : 100% ;
169
185
}
170
186
171
- // @include bolt-mq(xxlarge) {
172
- // max-width: bolt-breakpoint(xxlarge);
173
- // max-height: calc(#{bolt-breakpoint(xxlarge)} * #{$pega-wwo--desktop-ratio-decimal});
174
- // top: 35%;
175
- // left: 50%;
176
- // transform: translate(-50%, -50%);
177
- // }
178
- }
179
-
180
- & __content-w {
181
-
182
- }
183
-
184
- & __content-wo {
185
-
186
187
}
187
188
188
189
& __bg {
@@ -196,7 +197,6 @@ bolt-animate {
196
197
background-repeat : no-repeat ;
197
198
background-size : $pega-wwo--max-width auto ;
198
199
199
- // @TODO add webpack build process to allow images here. See handleResize.js.
200
200
& -wo {
201
201
background-image : url (" ./img/BG_without_mobile.jpg" );
202
202
@@ -265,18 +265,18 @@ bolt-animate {
265
265
height : calc (#{$pega-wwo--dashed-circle-height } + (#{$pega-wwo--circles-top-padding--height-calculation } / #{$pega-wwo--desktop-ratio-decimal } ));
266
266
}
267
267
268
- .c-pega-wwo__shadow-height-inherit {
269
- width : 100% ;
270
- height : 100% ;
271
-
272
- > * {
273
- height : inherit ;
274
- }
275
- }
276
-
277
268
& -wo {
278
269
left : 23.7% ;
279
270
padding-top : $pega-wwo--circles-top-padding ;
271
+
272
+ @include bolt-edge-all {
273
+ left : 26% ;
274
+ }
275
+
276
+ @include bolt-ie11-only {
277
+ left : 26% ;
278
+ }
279
+
280
280
}
281
281
282
282
& -w {
0 commit comments