@gem-sdk/styles 1.23.0 → 1.25.0

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