File tree Expand file tree Collapse file tree 2 files changed +52
-39
lines changed
packages/components/bolt-with-without Expand file tree Collapse file tree 2 files changed +52
-39
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,14 @@ $pega-wwo--sm-circle-top-margin--mobile: $bolt-medium-icon-half-size - ($pega-ww
153
153
max-width : unset ;
154
154
height : 100% ;
155
155
}
156
+
157
+ // @include bolt-mq(xxlarge) {
158
+ // max-width: bolt-breakpoint(xxlarge);
159
+ // max-height: calc(#{bolt-breakpoint(xxlarge)} * #{$pega-wwo--desktop-ratio-decimal});
160
+ // top: 35%;
161
+ // left: 50%;
162
+ // transform: translate(-50%, -50%);
163
+ // }
156
164
}
157
165
158
166
& __content-w {
@@ -256,8 +264,6 @@ $pega-wwo--sm-circle-top-margin--mobile: $bolt-medium-icon-half-size - ($pega-ww
256
264
position : relative ;
257
265
width : 100% ;
258
266
height : 100% ;
259
- max-width : 502px ;
260
- max-height : 502px ;
261
267
262
268
@include bolt-mq ($from : xlarge) {
263
269
display : block ;
@@ -400,7 +406,7 @@ $pega-wwo--sm-circle-top-margin--mobile: $bolt-medium-icon-half-size - ($pega-ww
400
406
}
401
407
402
408
& -w-2 {
403
- top : 45 % ;
409
+ top : 44.5 % ;
404
410
left : -.55% ;
405
411
}
406
412
@@ -650,6 +656,14 @@ $pega-wwo--sm-circle-top-margin--mobile: $bolt-medium-icon-half-size - ($pega-ww
650
656
}
651
657
}
652
658
659
+ .c-pega-wwo__block-body {
660
+ margin-top : bolt-spacing (xsmall );
661
+
662
+ @include bolt-mq ($from : xlarge) {
663
+ margin-top : 0 ;
664
+ }
665
+ }
666
+
653
667
.c-pega-wwo__icon {
654
668
display : inline-block ;
655
669
margin-right : bolt-spacing (xsmall );
You can’t perform that action at this time.
0 commit comments