File tree Expand file tree Collapse file tree 3 files changed +62
-53
lines changed
packages/components/bolt-with-without Expand file tree Collapse file tree 3 files changed +62
-53
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $bolt-toggle-animation-duration: 0.2s;
10
10
11
11
$color-contrast-low : bolt-color (white );
12
12
$color-contrast-lower : bolt-color (white );
13
- $color-primary : bolt-color (teal );
13
+ $color-primary : bolt-color (teal , light );
14
14
$text-sm : 14px ;
15
15
$shadow-sm : 1px ;
16
16
@@ -150,4 +150,4 @@ $shadow-sm: 1px;
150
150
left : calc (#{$bolt-toggle-width } - #{$bolt-toggle-width / 2 } + #{$bolt-toggle-padding } );
151
151
152
152
}
153
- }
153
+ }
Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ bolt-animate {
245
245
& __circles-and-blocks--animator [meta-stage = " OUT" ] {
246
246
// There was a flash of a badly-styled circle right after animate.
247
247
margin-left : -9999999px ;
248
+ z-index : -999 ;
249
+ pointer-events : none ;
248
250
}
249
251
250
252
& __circles-wrapper {
@@ -478,7 +480,7 @@ bolt-animate {
478
480
}
479
481
480
482
@include bolt-mq ($from : xxlarge) {
481
- font-size : 16 px ;
483
+ font-size : 13 px ;
482
484
}
483
485
}
484
486
@@ -551,6 +553,7 @@ bolt-animate {
551
553
left : 9% ;
552
554
width : calc (#{$pega-wwo--block-width-basis } + 110px );
553
555
padding-top : 33.75% ;
556
+ z-index : 1 ;
554
557
}
555
558
556
559
@include bolt-mq ($from : xxlarge) {
@@ -611,10 +614,6 @@ bolt-animate {
611
614
.c-pega-wwo__block-title {
612
615
color : bolt-color (yellow );
613
616
614
- @include bolt-mq ($from : xlarge) {
615
- white-space : nowrap ;
616
- }
617
-
618
617
@include bolt-mq ($from : xlarge) {
619
618
white-space : normal ;
620
619
}
@@ -625,6 +624,7 @@ bolt-animate {
625
624
left : 1.5% ;
626
625
width : calc (#{$pega-wwo--block-width-basis } + 130px );
627
626
padding-top : 24% ;
627
+ z-index : 1 ;
628
628
}
629
629
630
630
@include bolt-mq ($from : xxlarge) {
You can’t perform that action at this time.
0 commit comments