@gem-sdk/styles 1.13.40 → 1.14.0-dev.323

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,850 @@
1
+ [data-toolbar-wrap] {
2
+ position: relative;
3
+
4
+ /* Toolbar style default */
5
+ [data-toolbar] {
6
+ position: absolute;
7
+ z-index: 20;
8
+ height: 24px;
9
+ top: -23px;
10
+ left: 0;
11
+ max-width: unset;
12
+ display: flex;
13
+ align-items: center;
14
+ padding: 4px;
15
+ color: #3c67ff;
16
+ background: #fff;
17
+ border: solid 1px #3c67ff;
18
+ white-space: nowrap;
19
+ pointer-events: unset;
20
+ font-family: Inter, sans-serif, ui-sans-serif, system-ui;
21
+ opacity: 0;
22
+ visibility: hidden;
23
+ cursor: pointer;
24
+ user-select: none;
25
+ transition: background 200ms ease-out;
26
+
27
+ [data-toolbar-show-parent],
28
+ [data-toolbar-parent] {
29
+ display: flex;
30
+ align-items: center;
31
+
32
+ [data-toolbar-icon-drag] {
33
+ display: block;
34
+
35
+ svg {
36
+ display: block;
37
+ max-width: unset;
38
+ width: 16px;
39
+ height: 16px;
40
+ }
41
+ }
42
+
43
+ [data-toolbar-name] {
44
+ display: block;
45
+ white-space: nowrap;
46
+ font-size: 12px;
47
+ padding-left: 4px;
48
+ padding-right: 4px;
49
+ font-weight: 500;
50
+ }
51
+ }
52
+
53
+ [data-toolbar-show-parent] {
54
+ cursor: grab;
55
+ }
56
+
57
+ [data-toolbar-parent] {
58
+ position: absolute;
59
+ top: -24px;
60
+ left: -1px;
61
+ height: 24px;
62
+ padding: 4px;
63
+ opacity: 1;
64
+ visibility: visible;
65
+ z-index: 30;
66
+ color: #3c67ff;
67
+ background: #fff;
68
+ border: solid 1px #3c67ff;
69
+
70
+ &:hover {
71
+ background: #c5d2ff;
72
+ }
73
+ }
74
+
75
+ [data-toolbar-parent][data-toolbar-theme-section='true'] {
76
+ border: solid 1px #9144da;
77
+ color: #9144da;
78
+
79
+ &:hover {
80
+ background: #ebddf8;
81
+ }
82
+
83
+ &[data-toolbar-hover-focus] {
84
+ background: #ebddf8;
85
+
86
+ &:hover {
87
+ background: #ebddf8;
88
+ }
89
+ }
90
+ }
91
+
92
+ [data-toolbar-create-theme-section] {
93
+ padding-left: 8px;
94
+ padding-right: 4px;
95
+ margin-top: 8px;
96
+ margin-bottom: 8px;
97
+ margin-left: 4px;
98
+ border-left: solid 1px;
99
+ border-color: #d6d6d6;
100
+ font-size: 12px;
101
+ font-weight: 500;
102
+ line-height: 16px;
103
+ }
104
+
105
+ /* hidden icon with hover state*/
106
+ [data-toolbar-active-create-theme-section],
107
+ [data-toolbar-icon-parent],
108
+ [data-toolbar-zoom-out],
109
+ [data-toolbar-duplicate],
110
+ [data-toolbar-delete] {
111
+ display: none;
112
+ }
113
+ }
114
+
115
+ [data-toolbar][data-toolbar-theme-section='true'] {
116
+ color: #9144da;
117
+ border: solid 1px #9144da;
118
+ }
119
+
120
+ /* State Toolbar */
121
+ [data-toolbar][data-toolbar-hover],
122
+ [data-toolbar][data-toolbar-force-hover] {
123
+ opacity: 1;
124
+ visibility: visible;
125
+ z-index: 30;
126
+
127
+ &:hover {
128
+ background: #c5d2ff;
129
+ }
130
+ }
131
+
132
+ [data-toolbar][data-toolbar-hover-revert] {
133
+ top: calc(100% - 1px);
134
+ }
135
+
136
+ [data-toolbar][data-toolbar-hover][data-toolbar-hover-focus] {
137
+ background: #d8e1ff;
138
+ z-index: 40;
139
+
140
+ &:hover {
141
+ background: #c5d2ff;
142
+ }
143
+ }
144
+
145
+ [data-toolbar][data-toolbar-theme-section='true'][data-toolbar-hover][data-toolbar-hover-focus] {
146
+ background: #ebddf8;
147
+ }
148
+
149
+ [data-toolbar][data-toolbar-theme-section='true'][data-toolbar-hover] {
150
+ &:hover {
151
+ background: #ebddf8;
152
+ }
153
+ }
154
+
155
+ [data-toolbar][data-toolbar-theme-section='true'][data-toolbar-active] {
156
+ &:hover {
157
+ background: #9144da;
158
+ }
159
+ }
160
+
161
+ [data-toolbar][data-toolbar-active] {
162
+ opacity: 1;
163
+ visibility: visible;
164
+ z-index: 20;
165
+ height: 32px;
166
+ top: -31px;
167
+ background: #3c67ff;
168
+ color: #fff;
169
+
170
+ &:hover {
171
+ background: #3c67ff;
172
+ }
173
+
174
+ &[data-toolbar-hover-focus] {
175
+ background: #3c67ff;
176
+
177
+ &:hover {
178
+ background: #3c67ff;
179
+ }
180
+ }
181
+
182
+ &[data-toolbar-theme-section='true'] {
183
+ background: #9144da;
184
+
185
+ &[data-toolbar-hover-focus] {
186
+ background: #9144da;
187
+ }
188
+ }
189
+
190
+ [data-toolbar-show-parent] {
191
+ padding: 4px;
192
+ border-radius: 2px;
193
+ transition: background 200ms ease-in-out;
194
+
195
+ [data-toolbar-icon-parent] {
196
+ display: block;
197
+ transition: transform 200ms ease-in-out;
198
+
199
+ svg {
200
+ display: block;
201
+ max-width: unset;
202
+ width: 16px;
203
+ height: 16px;
204
+ }
205
+
206
+ &[data-toolbar-icon-parent-open='true'] {
207
+ transform: rotate(180deg);
208
+ }
209
+ }
210
+
211
+ &:hover {
212
+ background: rgba(225, 225, 225, 0.2);
213
+ }
214
+ }
215
+
216
+ [data-toolbar-duplicate],
217
+ [data-toolbar-delete],
218
+ [data-toolbar-zoom-out],
219
+ [data-toolbar-active-create-theme-section] {
220
+ display: block;
221
+ padding: 4px;
222
+ border-radius: 2px;
223
+ transition: background 200ms ease-in-out;
224
+
225
+ svg {
226
+ display: block;
227
+ max-width: unset;
228
+ width: 16px;
229
+ height: 16px;
230
+ }
231
+
232
+ &:hover {
233
+ background: rgba(225, 225, 225, 0.2);
234
+ }
235
+
236
+ &[data-toolbar-disable='true'] {
237
+ svg {
238
+ opacity: 0.4;
239
+ }
240
+
241
+ &:hover {
242
+ background: transparent;
243
+ }
244
+ }
245
+ }
246
+
247
+ [data-toolbar-active-create-theme-section-wrapper] {
248
+ padding: 0 4px;
249
+ margin: 0 4px;
250
+ border-left: solid 1px #7190ff;
251
+ border-right: solid 1px #7190ff;
252
+ }
253
+
254
+ [data-toolbar-active-create-theme-section] {
255
+ display: flex !important;
256
+ align-items: center;
257
+ gap: 4px;
258
+
259
+ p {
260
+ font-size: 12px;
261
+ font-weight: 500;
262
+ }
263
+ }
264
+
265
+ [data-toolbar-create-theme-section] {
266
+ display: none;
267
+ }
268
+ }
269
+
270
+ [data-toolbar][data-toolbar-active-revert] {
271
+ top: calc(100% - 1px);
272
+ }
273
+
274
+ [data-toolbar][data-toolbar-section='true'] {
275
+ left: unset;
276
+ right: 0;
277
+ border-color: #d6d6d6;
278
+ }
279
+
280
+ [data-toolbar][data-toolbar-section='true'][data-toolbar-hover-focus]
281
+ [data-toolbar-create-theme-section] {
282
+ border-color: #3c67ff;
283
+ }
284
+
285
+ [data-toolbar][data-toolbar-section='true'][data-toolbar-hover-focus],
286
+ [data-toolbar][data-toolbar-section='true'][data-toolbar-active] {
287
+ border-color: #3c67ff;
288
+ }
289
+
290
+ [data-toolbar][data-toolbar-editor-inline-focus] {
291
+ display: none;
292
+ }
293
+
294
+ [data-toolbar][data-toolbar-theme-section='true'][data-toolbar-hover-focus],
295
+ [data-toolbar][data-toolbar-theme-section='true'][data-toolbar-active] {
296
+ border-color: #9144da;
297
+ }
298
+
299
+ [data-toolbar][data-toolbar-active][data-toolbar-limit='true'],
300
+ [data-toolbar][data-toolbar-hover][data-toolbar-limit='true'],
301
+ [data-toolbar][data-toolbar-hover][data-toolbar-hover-focus][data-toolbar-limit='true'],
302
+ [data-toolbar][data-toolbar-limit='true'] {
303
+ background: #f44336;
304
+ border-color: #f44336;
305
+ color: #fff;
306
+
307
+ [data-toolbar-active-create-theme-section-wrapper],
308
+ [data-toolbar-create-theme-section] {
309
+ border-color: #fff;
310
+ }
311
+ }
312
+
313
+ /* Outline style default */
314
+ [data-outline] {
315
+ position: absolute;
316
+ z-index: 0;
317
+ top: 0;
318
+ left: 0;
319
+ width: 100%;
320
+ height: 100%;
321
+ border: solid 1px #3c67ff;
322
+ pointer-events: none;
323
+ opacity: 0;
324
+ visibility: hidden;
325
+ }
326
+
327
+ /* State Outline */
328
+ [data-outline][data-outline-hover],
329
+ [data-outline][data-outline-force-hover] {
330
+ opacity: 1;
331
+ visibility: visible;
332
+ z-index: 0;
333
+ }
334
+
335
+ [data-outline][data-outline-active] {
336
+ opacity: 1;
337
+ visibility: visible;
338
+ z-index: 0;
339
+ }
340
+
341
+ [data-outline][data-outline-overlay],
342
+ [data-outline][data-outline-force-overlay] {
343
+ background: rgba(60, 103, 255, 0.2);
344
+ }
345
+ [data-outline][data-outline-overlay][data-outline-theme-section='true'],
346
+ [data-outline][data-outline-force-overlay][data-outline-theme-section='true'] {
347
+ background: #ebddf866;
348
+ }
349
+
350
+ [data-outline][data-outline-overlay-theme-section] {
351
+ background: #ebddf83d;
352
+ }
353
+
354
+ [data-outline][data-outline-section='true'] {
355
+ border-color: #d6d6d6;
356
+ z-index: -1;
357
+ }
358
+
359
+ [data-outline][data-outline-section='true'][data-outline-hover-focus],
360
+ [data-outline][data-outline-section='true'][data-outline-active] {
361
+ border-color: #3c67ff;
362
+ z-index: 0;
363
+ }
364
+
365
+ [data-outline][data-outline-editor-inline-focus],
366
+ [data-outline][data-outline-editor-inline-focus] {
367
+ outline: unset;
368
+ border-color: transparent;
369
+ z-index: 0;
370
+ }
371
+
372
+ [data-component-tag='Heading'],
373
+ [data-component-tag='Text'] {
374
+ [data-outline][data-outline-editor-inline-focus] {
375
+ border-color: #3c67ff;
376
+ outline: 4px solid rgba(60, 103, 255, 0.24);
377
+ top: -2px;
378
+ left: -2px;
379
+ width: calc(100% + 4px);
380
+ height: calc(100% + 4px);
381
+ z-index: 0;
382
+ }
383
+ }
384
+
385
+ [data-outline][data-outline-theme-section='true'],
386
+ [data-outline][data-outline-theme-section='true'][data-outline-hover-focus],
387
+ [data-outline][data-outline-theme-section='true'][data-outline-active] {
388
+ border-color: #9144da;
389
+ z-index: 0;
390
+ }
391
+
392
+ [data-outline][data-outline-active][data-outline-limit='true'],
393
+ [data-outline][data-outline-hover][data-outline-limit='true'],
394
+ [data-outline][data-outline-hover][data-outline-hover-focus][data-outline-limit='true'],
395
+ [data-outline][data-outline-limit='true'] {
396
+ border-color: #f44336;
397
+ }
398
+
399
+ [data-theme-section] {
400
+ .button-text::after {
401
+ display: none !important;
402
+ }
403
+ .gp-text:hover {
404
+ border-color: transparent !important;
405
+ }
406
+ }
407
+
408
+ [data-theme-section-status] {
409
+ display: none;
410
+ align-items: center;
411
+ gap: 4px;
412
+ padding: 4px;
413
+ border-radius: 3px;
414
+ color: #212121;
415
+ background: #ebddf8;
416
+ max-width: 32px;
417
+ position: absolute;
418
+ z-index: 50;
419
+ left: 8px;
420
+ top: 8px;
421
+ font-size: 14px;
422
+ font-weight: 400;
423
+ line-height: 24px;
424
+ overflow: hidden;
425
+ transition: max-width 1s ease-in-out;
426
+ }
427
+
428
+ [data-theme-section-status-active='true'] {
429
+ display: flex;
430
+ }
431
+
432
+ [data-theme-section-status-icon] {
433
+ width: 24px;
434
+ height: 24px;
435
+ display: flex;
436
+ align-items: center;
437
+ justify-content: center;
438
+ cursor: pointer;
439
+ flex-shrink: 0;
440
+ }
441
+
442
+ [data-theme-section-status-text] {
443
+ display: block;
444
+ white-space: nowrap;
445
+ }
446
+
447
+ [data-theme-section-status]:hover {
448
+ max-width: 100%;
449
+ }
450
+
451
+ /* Action add style default */
452
+ [data-toolbar-add-top],
453
+ [data-toolbar-add-bottom] {
454
+ width: 32px;
455
+ height: 32px;
456
+ display: flex;
457
+ justify-content: center;
458
+ align-items: center;
459
+ background: #fff;
460
+ color: #3c67ff;
461
+ border: solid 1px #d6d6d6;
462
+ border-radius: 3px;
463
+ cursor: pointer;
464
+ position: absolute;
465
+ z-index: 50;
466
+ left: calc(50% - 16px);
467
+ top: -16px;
468
+ display: none;
469
+ user-select: none;
470
+ transition: border-color 200ms ease-in-out;
471
+
472
+ svg {
473
+ width: 16px;
474
+ height: 16px;
475
+ transition: transform 200ms ease-in-out;
476
+ }
477
+
478
+ &:hover {
479
+ border-color: #3c67ff;
480
+ }
481
+
482
+ &[data-toolbar-disable='true'] {
483
+ background: #f4f4f4;
484
+ color: #d6d6d6;
485
+ border-color: #d6d6d6;
486
+
487
+ &:hover {
488
+ background: #f4f4f4;
489
+ color: #d6d6d6;
490
+ border-color: #d6d6d6;
491
+ }
492
+ }
493
+ }
494
+
495
+ [data-toolbar-add-bottom] {
496
+ top: unset;
497
+ bottom: -16px;
498
+ }
499
+
500
+ /* Active add state */
501
+ [data-toolbar-add-top][data-toolbar-add-open='true'],
502
+ [data-toolbar-add-bottom][data-toolbar-add-open='true'] {
503
+ svg {
504
+ transform: rotate(45deg);
505
+ }
506
+ }
507
+
508
+ [data-toolbar-add-top][data-toolbar-add-hover],
509
+ [data-toolbar-add-bottom][data-toolbar-add-hover] {
510
+ display: flex;
511
+ }
512
+
513
+ [data-toolbar-add-top][data-toolbar-add-active],
514
+ [data-toolbar-add-bottom][data-toolbar-add-active] {
515
+ display: flex;
516
+ }
517
+
518
+ /* Resize spacing */
519
+ [data-spacing] {
520
+ z-index: 10;
521
+ [data-spacing-margin-bottom] {
522
+ position: absolute;
523
+ z-index: 10;
524
+ bottom: 0;
525
+ left: 0;
526
+ width: 100%;
527
+ display: flex;
528
+ justify-content: center;
529
+
530
+ display: none;
531
+
532
+ [data-spacing-margin-bottom-bg] {
533
+ position: absolute;
534
+ top: 0;
535
+ left: 0;
536
+ width: 100%;
537
+ background-color: #3c67ff33;
538
+
539
+ display: flex;
540
+ justify-content: center;
541
+ align-items: center;
542
+
543
+ [data-spacing-margin-bottom-value] {
544
+ background-color: #3c67ff;
545
+ padding: 2px;
546
+ position: absolute;
547
+ font-size: 8px;
548
+ color: #fff;
549
+ border-radius: 4px;
550
+ font-weight: bold;
551
+
552
+ display: none;
553
+ }
554
+ }
555
+
556
+ [data-spacing-margin-bottom-drag] {
557
+ position: absolute;
558
+ bottom: 0;
559
+ height: 4px;
560
+ width: 40px;
561
+ border-top-left-radius: 4px;
562
+ border-top-right-radius: 4px;
563
+ cursor: ns-resize;
564
+ background-color: #3c67ff;
565
+ transition: height 0.2s;
566
+ transform: translateY(-100%);
567
+
568
+ &:hover {
569
+ height: 6px;
570
+ }
571
+ }
572
+ }
573
+ }
574
+
575
+ [data-spacing][data-spacing-theme-section='true'] {
576
+ [data-spacing-margin-bottom-bg] {
577
+ background-color: #ebddf8;
578
+
579
+ [data-spacing-margin-bottom-value] {
580
+ background-color: #9144da;
581
+ }
582
+ }
583
+
584
+ [data-spacing-margin-bottom-drag] {
585
+ background-color: #9144da;
586
+ }
587
+ }
588
+
589
+ [data-spacing-margin-bottom][data-spacing-margin-bottom-active] {
590
+ display: flex;
591
+ }
592
+
593
+ [data-spacing][data-spacing-hidden] {
594
+ display: none;
595
+ }
596
+
597
+ /* Tooltips */
598
+ [data-toolbar-tooltip-trigger] {
599
+ [data-toolbar-tooltip] {
600
+ width: unset;
601
+ max-width: unset;
602
+ background-color: #676767 !important;
603
+ color: #fff;
604
+ text-align: center;
605
+ border-radius: 6px;
606
+ padding: 5px;
607
+ transition: opacity 1s;
608
+ position: absolute;
609
+ z-index: 1;
610
+ font-size: 16px;
611
+ padding: 8px 12px;
612
+ pointer-events: none;
613
+ white-space: nowrap;
614
+
615
+ opacity: 0;
616
+ }
617
+
618
+ &:hover [data-toolbar-tooltip] {
619
+ opacity: 1;
620
+ }
621
+
622
+ [data-toolbar-tooltip-position='right'] {
623
+ top: -5px;
624
+ left: 105%;
625
+
626
+ &::after {
627
+ content: ' ';
628
+ position: absolute;
629
+ top: 50%;
630
+ right: 100%;
631
+ margin-top: -5px;
632
+ border-width: 5px;
633
+ border-style: solid;
634
+ border-color: transparent #676767 transparent transparent;
635
+ }
636
+ }
637
+
638
+ [data-toolbar-tooltip-position='left'] {
639
+ top: -5px;
640
+ right: 105%;
641
+
642
+ &::after {
643
+ content: ' ';
644
+ position: absolute;
645
+ top: 50%;
646
+ left: 100%;
647
+ margin-top: -5px;
648
+ border-width: 5px;
649
+ border-style: solid;
650
+ border-color: transparent transparent transparent #676767;
651
+ }
652
+ }
653
+
654
+ [data-toolbar-tooltip-position='top'] {
655
+ bottom: 105%;
656
+ left: 0%;
657
+
658
+ &::after {
659
+ content: ' ';
660
+ position: absolute;
661
+ top: 100%;
662
+ left: 50%;
663
+ margin-left: -5px;
664
+ border-width: 5px;
665
+ border-style: solid;
666
+ border-color: #676767 transparent transparent transparent;
667
+ }
668
+ }
669
+
670
+ [data-toolbar-tooltip-position='bottom'] {
671
+ top: 105%;
672
+ left: 0%;
673
+
674
+ &::after {
675
+ content: ' ';
676
+ position: absolute;
677
+ bottom: 100%;
678
+ left: 50%;
679
+ margin-left: -5px;
680
+ border-width: 5px;
681
+ border-style: solid;
682
+ border-color: transparent transparent #676767 transparent;
683
+ }
684
+ }
685
+ }
686
+
687
+ /* Tooltips state */
688
+ [data-toolbar-tooltip-trigger][data-toolbar-duplicate] {
689
+ position: relative;
690
+
691
+ [data-toolbar-tooltip] {
692
+ left: unset;
693
+ right: 0;
694
+ margin-top: 12px;
695
+
696
+ &[data-toolbar-tooltip-position='bottom'] {
697
+ &::after {
698
+ content: ' ';
699
+ left: unset;
700
+ right: 6px;
701
+ }
702
+ }
703
+ }
704
+ }
705
+
706
+ [data-toolbar-tooltip-trigger][data-toolbar-add-top],
707
+ [data-toolbar-tooltip-trigger][data-toolbar-add-bottom] {
708
+ [data-toolbar-tooltip] {
709
+ margin-bottom: 12px;
710
+ left: 50%;
711
+ transform: translateX(-50%);
712
+ }
713
+ }
714
+ }
715
+
716
+ [data-toolbar-debug] {
717
+ [data-toolbar] {
718
+ opacity: 1;
719
+ visibility: visible;
720
+ }
721
+
722
+ [data-outline] {
723
+ opacity: 1;
724
+ visibility: visible;
725
+ }
726
+ }
727
+
728
+ [data-toolbar-active='true'] .theme-section-tooltip {
729
+ right: -53px !important;
730
+ padding-top: 16px !important;
731
+ }
732
+
733
+ [data-toolbar-active='true'] .theme-section-tooltip::before {
734
+ right: 45% !important;
735
+ top: 12px !important;
736
+ }
737
+
738
+ /* Create theme section tooltip */
739
+ .theme-section-tooltip-wrapper {
740
+ position: relative;
741
+
742
+ .theme-section-tooltip {
743
+ cursor: default;
744
+ min-width: 284px;
745
+ display: flex;
746
+ flex-direction: column;
747
+ border-radius: 3px;
748
+ position: absolute;
749
+ right: -4px;
750
+ top: 100%;
751
+ padding-top: 9px;
752
+ }
753
+
754
+ .theme-section-tooltip::before {
755
+ content: '';
756
+ position: absolute;
757
+ height: 8px;
758
+ width: 8px;
759
+ background: #212121;
760
+ transform: rotate(45deg);
761
+ right: 16px;
762
+ top: 5px;
763
+ }
764
+
765
+ .theme-section-tooltip__image {
766
+ background: #212121;
767
+ border-radius: 3px 3px 0 0;
768
+ padding-top: 16px;
769
+ padding-bottom: 8px;
770
+ padding-left: 21px;
771
+ padding-right: 20px;
772
+ min-height: 150px;
773
+ }
774
+
775
+ .theme-section-tooltip__body {
776
+ display: flex;
777
+ flex-direction: column;
778
+ gap: 8px;
779
+ padding: 16px;
780
+ background: #151515;
781
+ text-wrap: wrap;
782
+
783
+ &-title {
784
+ color: #f9f9f9;
785
+ font-size: 14px;
786
+ font-weight: 500;
787
+ line-height: 24px;
788
+ }
789
+
790
+ &-desc {
791
+ color: #aaa;
792
+ font-size: 14px;
793
+ font-weight: 400;
794
+ line-height: 24px;
795
+ }
796
+ }
797
+
798
+ .theme-section-tooltip__action {
799
+ padding: 16px;
800
+ border-radius: 0 0 3px 3px;
801
+ border-top: solid 1px #3b3b3b;
802
+ background: #151515;
803
+ display: flex;
804
+ flex-direction: column;
805
+
806
+ button {
807
+ cursor: pointer;
808
+ width: 100%;
809
+ text-align: center;
810
+ background: #3c67ff;
811
+ border-radius: 3px;
812
+ height: 40px;
813
+ font-size: 14px;
814
+ line-height: 24px;
815
+ color: #f9f9f9;
816
+ font-weight: 500;
817
+ transition: all 0.15s ease-in;
818
+ }
819
+
820
+ button:hover {
821
+ background: #2856f8;
822
+ }
823
+ }
824
+
825
+ .theme-section-tooltip__action-limit {
826
+ button {
827
+ background: #fdb913 !important;
828
+ color: #212121 !important;
829
+ }
830
+
831
+ button:hover {
832
+ background: #fdc742 !important;
833
+ }
834
+ }
835
+
836
+ .theme-section-tooltip__action-learn-more {
837
+ color: #8aa4ff;
838
+ text-align: center;
839
+ font-size: 12px;
840
+ font-weight: 500;
841
+ line-height: 20px;
842
+ margin-top: 8px;
843
+ cursor: pointer;
844
+ transition: all 0.15s ease-in;
845
+
846
+ &:hover {
847
+ color: #3c67ff;
848
+ }
849
+ }
850
+ }