@innovastudio/contentbuilder 1.5.154 → 1.5.156
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.
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/public/contentbuilder/content.css +106 -106
- package/public/contentbuilder/contentbuilder.css +65 -30
- package/public/contentbuilder/contentbuilder.esm.js +928 -274
- package/public/contentbuilder/contentbuilder.min.js +8 -8
- package/readme.txt +1 -1
package/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -6534,112 +6534,112 @@ a.is-btn-ghost2 {
|
|
6534
6534
|
}
|
6535
6535
|
}
|
6536
6536
|
/* Reset */
|
6537
|
-
.size-12,
|
6538
|
-
.size-13,
|
6539
|
-
.size-14,
|
6540
|
-
.size-15,
|
6541
|
-
.size-16,
|
6542
|
-
.size-17,
|
6543
|
-
.size-18,
|
6544
|
-
.size-19,
|
6545
|
-
.size-20,
|
6546
|
-
.size-21,
|
6547
|
-
.size-24,
|
6548
|
-
.size-28,
|
6549
|
-
.size-32,
|
6550
|
-
.size-35,
|
6551
|
-
.size-38,
|
6552
|
-
.size-42,
|
6553
|
-
.size-46,
|
6554
|
-
.size-48,
|
6555
|
-
.size-50,
|
6556
|
-
.size-54,
|
6557
|
-
.size-60,
|
6558
|
-
.size-64,
|
6559
|
-
.size-68,
|
6560
|
-
.size-72,
|
6561
|
-
.size-76,
|
6562
|
-
.size-80,
|
6563
|
-
.size-84,
|
6564
|
-
.size-88,
|
6565
|
-
.size-92,
|
6566
|
-
.size-96,
|
6567
|
-
.size-100,
|
6568
|
-
.size-104,
|
6569
|
-
.size-108,
|
6570
|
-
.size-112,
|
6571
|
-
.size-116,
|
6572
|
-
.size-120,
|
6573
|
-
.size-124,
|
6574
|
-
.size-128,
|
6575
|
-
.size-132,
|
6576
|
-
.size-136,
|
6577
|
-
.size-140,
|
6578
|
-
.size-144,
|
6579
|
-
.size-148,
|
6580
|
-
.size-152,
|
6581
|
-
.size-156,
|
6582
|
-
.size-160,
|
6583
|
-
.size-164,
|
6584
|
-
.size-168,
|
6585
|
-
.size-172,
|
6586
|
-
.size-176,
|
6587
|
-
.size-180,
|
6588
|
-
.size-184,
|
6589
|
-
.size-188,
|
6590
|
-
.size-192,
|
6591
|
-
.size-196,
|
6592
|
-
.size-200,
|
6593
|
-
.size-204,
|
6594
|
-
.size-208,
|
6595
|
-
.size-212,
|
6596
|
-
.size-216,
|
6597
|
-
.size-220,
|
6598
|
-
.size-224,
|
6599
|
-
.size-228,
|
6600
|
-
.size-232,
|
6601
|
-
.size-236,
|
6602
|
-
.size-240,
|
6603
|
-
.size-244,
|
6604
|
-
.size-248,
|
6605
|
-
.size-252,
|
6606
|
-
.size-256,
|
6607
|
-
.size-260,
|
6608
|
-
.size-264,
|
6609
|
-
.size-268,
|
6610
|
-
.size-272,
|
6611
|
-
.size-276,
|
6612
|
-
.size-280,
|
6613
|
-
.size-284,
|
6614
|
-
.size-288,
|
6615
|
-
.size-292,
|
6616
|
-
.size-296,
|
6617
|
-
.size-300,
|
6618
|
-
.size-304,
|
6619
|
-
.size-308,
|
6620
|
-
.size-312,
|
6621
|
-
.size-316,
|
6622
|
-
.size-320,
|
6623
|
-
.size-324,
|
6624
|
-
.size-328,
|
6625
|
-
.size-332,
|
6626
|
-
.size-336,
|
6627
|
-
.size-340,
|
6628
|
-
.size-344,
|
6629
|
-
.size-348,
|
6630
|
-
.size-352,
|
6631
|
-
.size-356,
|
6632
|
-
.size-360,
|
6633
|
-
.size-364,
|
6634
|
-
.size-368,
|
6635
|
-
.size-372,
|
6636
|
-
.size-376,
|
6637
|
-
.size-380,
|
6638
|
-
.size-384,
|
6639
|
-
.size-388,
|
6640
|
-
.size-392,
|
6641
|
-
.size-396,
|
6642
|
-
.size-400 {
|
6537
|
+
.is-container .size-12,
|
6538
|
+
.is-container .size-13,
|
6539
|
+
.is-container .size-14,
|
6540
|
+
.is-container .size-15,
|
6541
|
+
.is-container .size-16,
|
6542
|
+
.is-container .size-17,
|
6543
|
+
.is-container .size-18,
|
6544
|
+
.is-container .size-19,
|
6545
|
+
.is-container .size-20,
|
6546
|
+
.is-container .size-21,
|
6547
|
+
.is-container .size-24,
|
6548
|
+
.is-container .size-28,
|
6549
|
+
.is-container .size-32,
|
6550
|
+
.is-container .size-35,
|
6551
|
+
.is-container .size-38,
|
6552
|
+
.is-container .size-42,
|
6553
|
+
.is-container .size-46,
|
6554
|
+
.is-container .size-48,
|
6555
|
+
.is-container .size-50,
|
6556
|
+
.is-container .size-54,
|
6557
|
+
.is-container .size-60,
|
6558
|
+
.is-container .size-64,
|
6559
|
+
.is-container .size-68,
|
6560
|
+
.is-container .size-72,
|
6561
|
+
.is-container .size-76,
|
6562
|
+
.is-container .size-80,
|
6563
|
+
.is-container .size-84,
|
6564
|
+
.is-container .size-88,
|
6565
|
+
.is-container .size-92,
|
6566
|
+
.is-container .size-96,
|
6567
|
+
.is-container .size-100,
|
6568
|
+
.is-container .size-104,
|
6569
|
+
.is-container .size-108,
|
6570
|
+
.is-container .size-112,
|
6571
|
+
.is-container .size-116,
|
6572
|
+
.is-container .size-120,
|
6573
|
+
.is-container .size-124,
|
6574
|
+
.is-container .size-128,
|
6575
|
+
.is-container .size-132,
|
6576
|
+
.is-container .size-136,
|
6577
|
+
.is-container .size-140,
|
6578
|
+
.is-container .size-144,
|
6579
|
+
.is-container .size-148,
|
6580
|
+
.is-container .size-152,
|
6581
|
+
.is-container .size-156,
|
6582
|
+
.is-container .size-160,
|
6583
|
+
.is-container .size-164,
|
6584
|
+
.is-container .size-168,
|
6585
|
+
.is-container .size-172,
|
6586
|
+
.is-container .size-176,
|
6587
|
+
.is-container .size-180,
|
6588
|
+
.is-container .size-184,
|
6589
|
+
.is-container .size-188,
|
6590
|
+
.is-container .size-192,
|
6591
|
+
.is-container .size-196,
|
6592
|
+
.is-container .size-200,
|
6593
|
+
.is-container .size-204,
|
6594
|
+
.is-container .size-208,
|
6595
|
+
.is-container .size-212,
|
6596
|
+
.is-container .size-216,
|
6597
|
+
.is-container .size-220,
|
6598
|
+
.is-container .size-224,
|
6599
|
+
.is-container .size-228,
|
6600
|
+
.is-container .size-232,
|
6601
|
+
.is-container .size-236,
|
6602
|
+
.is-container .size-240,
|
6603
|
+
.is-container .size-244,
|
6604
|
+
.is-container .size-248,
|
6605
|
+
.is-container .size-252,
|
6606
|
+
.is-container .size-256,
|
6607
|
+
.is-container .size-260,
|
6608
|
+
.is-container .size-264,
|
6609
|
+
.is-container .size-268,
|
6610
|
+
.is-container .size-272,
|
6611
|
+
.is-container .size-276,
|
6612
|
+
.is-container .size-280,
|
6613
|
+
.is-container .size-284,
|
6614
|
+
.is-container .size-288,
|
6615
|
+
.is-container .size-292,
|
6616
|
+
.is-container .size-296,
|
6617
|
+
.is-container .size-300,
|
6618
|
+
.is-container .size-304,
|
6619
|
+
.is-container .size-308,
|
6620
|
+
.is-container .size-312,
|
6621
|
+
.is-container .size-316,
|
6622
|
+
.is-container .size-320,
|
6623
|
+
.is-container .size-324,
|
6624
|
+
.is-container .size-328,
|
6625
|
+
.is-container .size-332,
|
6626
|
+
.is-container .size-336,
|
6627
|
+
.is-container .size-340,
|
6628
|
+
.is-container .size-344,
|
6629
|
+
.is-container .size-348,
|
6630
|
+
.is-container .size-352,
|
6631
|
+
.is-container .size-356,
|
6632
|
+
.is-container .size-360,
|
6633
|
+
.is-container .size-364,
|
6634
|
+
.is-container .size-368,
|
6635
|
+
.is-container .size-372,
|
6636
|
+
.is-container .size-376,
|
6637
|
+
.is-container .size-380,
|
6638
|
+
.is-container .size-384,
|
6639
|
+
.is-container .size-388,
|
6640
|
+
.is-container .size-392,
|
6641
|
+
.is-container .size-396,
|
6642
|
+
.is-container .size-400 {
|
6643
6643
|
width: initial;
|
6644
6644
|
height: initial;
|
6645
6645
|
}
|
@@ -523,7 +523,7 @@ button:focus-visible {
|
|
523
523
|
border: 1px solid #dcdcdc;
|
524
524
|
box-shadow: 3px 11px 24px 0px rgba(0, 0, 0, 0.05);
|
525
525
|
outline: none;
|
526
|
-
border-radius:
|
526
|
+
border-radius: 10px;
|
527
527
|
overflow: hidden;
|
528
528
|
}
|
529
529
|
#_cbhtml .is-pop:hover,
|
@@ -2297,6 +2297,10 @@ button:focus-visible {
|
|
2297
2297
|
margin-bottom: 10px;
|
2298
2298
|
margin-top: 10px;
|
2299
2299
|
}
|
2300
|
+
#_cbhtml .is-modal .form-upload-larger,
|
2301
|
+
.is-ui .is-modal .form-upload-larger {
|
2302
|
+
border-radius: 6px !important;
|
2303
|
+
}
|
2300
2304
|
#_cbhtml .is-modal .form-upload-larger.please-wait svg,
|
2301
2305
|
.is-ui .is-modal .form-upload-larger.please-wait svg {
|
2302
2306
|
transform: scale(1, 1);
|
@@ -2332,7 +2336,7 @@ button:focus-visible {
|
|
2332
2336
|
.is-ui .is-modal .form-upload-larger:focus-within {
|
2333
2337
|
outline: #3e93f7 2px solid;
|
2334
2338
|
outline-offset: 0;
|
2335
|
-
border-radius:
|
2339
|
+
border-radius: 6px;
|
2336
2340
|
}
|
2337
2341
|
#_cbhtml .is-modal .is-modal-overlay,
|
2338
2342
|
.is-ui .is-modal .is-modal-overlay {
|
@@ -2357,7 +2361,7 @@ button:focus-visible {
|
|
2357
2361
|
background: #fff;
|
2358
2362
|
border: 1px solid #e3e3e3;
|
2359
2363
|
box-shadow: 6px 14px 20px 0px rgba(95, 95, 95, 0.08);
|
2360
|
-
border-radius:
|
2364
|
+
border-radius: 11px;
|
2361
2365
|
overflow: hidden;
|
2362
2366
|
}
|
2363
2367
|
#_cbhtml .is-modal .is-modal-content,
|
@@ -2366,7 +2370,7 @@ button:focus-visible {
|
|
2366
2370
|
width: 100%;
|
2367
2371
|
padding: 25px 25px;
|
2368
2372
|
box-sizing: border-box;
|
2369
|
-
border-radius:
|
2373
|
+
border-radius: 11px;
|
2370
2374
|
}
|
2371
2375
|
#_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
|
2372
2376
|
.is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
|
@@ -2377,7 +2381,7 @@ button:focus-visible {
|
|
2377
2381
|
width: 100%;
|
2378
2382
|
padding: 25px 25px;
|
2379
2383
|
box-sizing: border-box;
|
2380
|
-
border-radius:
|
2384
|
+
border-radius: 11px;
|
2381
2385
|
overflow: hidden;
|
2382
2386
|
}
|
2383
2387
|
#_cbhtml .is-modal.is-modal-full > div:not(.is-modal-overlay),
|
@@ -2669,7 +2673,7 @@ button:focus-visible {
|
|
2669
2673
|
}
|
2670
2674
|
#_cbhtml .is-modal.edittable button:focus,
|
2671
2675
|
.is-ui .is-modal.edittable button:focus {
|
2672
|
-
border-radius:
|
2676
|
+
border-radius: 6px;
|
2673
2677
|
}
|
2674
2678
|
#_cbhtml .is-modal.edittable button.is-btn-color,
|
2675
2679
|
.is-ui .is-modal.edittable button.is-btn-color {
|
@@ -2734,7 +2738,7 @@ button:focus-visible {
|
|
2734
2738
|
}
|
2735
2739
|
#_cbhtml .is-modal.editblock button:focus,
|
2736
2740
|
.is-ui .is-modal.editblock button:focus {
|
2737
|
-
border-radius:
|
2741
|
+
border-radius: 6px;
|
2738
2742
|
}
|
2739
2743
|
#_cbhtml .is-modal.editblock button.is-btn-color,
|
2740
2744
|
.is-ui .is-modal.editblock button.is-btn-color {
|
@@ -2844,7 +2848,7 @@ button:focus-visible {
|
|
2844
2848
|
box-sizing: content-box;
|
2845
2849
|
flex-direction: row;
|
2846
2850
|
align-items: flex-start;
|
2847
|
-
border-radius:
|
2851
|
+
border-radius: 10px;
|
2848
2852
|
border: 1px solid #dcdcdc;
|
2849
2853
|
box-shadow: 3px 11px 24px 0px rgba(0, 0, 0, 0.05);
|
2850
2854
|
background-color: #fff;
|
@@ -2944,7 +2948,7 @@ button:focus-visible {
|
|
2944
2948
|
}
|
2945
2949
|
#_cbhtml .is-modal.buttoneditor button:focus,
|
2946
2950
|
.is-ui .is-modal.buttoneditor button:focus {
|
2947
|
-
border-radius:
|
2951
|
+
border-radius: 6px;
|
2948
2952
|
}
|
2949
2953
|
#_cbhtml .is-modal.buttoneditor .is-button-remove,
|
2950
2954
|
.is-ui .is-modal.buttoneditor .is-button-remove {
|
@@ -2971,7 +2975,7 @@ button:focus-visible {
|
|
2971
2975
|
#_cbhtml .is-modal.buttoneditor #divMyButtons, #_cbhtml .is-modal.buttoneditor #divButtonTemplates,
|
2972
2976
|
.is-ui .is-modal.buttoneditor #divMyButtons,
|
2973
2977
|
.is-ui .is-modal.buttoneditor #divButtonTemplates {
|
2974
|
-
background-color: #
|
2978
|
+
background-color: #dddde2;
|
2975
2979
|
position: absolute;
|
2976
2980
|
width: 100%;
|
2977
2981
|
height: calc(100% - 80px);
|
@@ -3020,7 +3024,7 @@ button:focus-visible {
|
|
3020
3024
|
#_cbhtml .is-modal.buttoneditor #divButtonTemplateList a,
|
3021
3025
|
.is-ui .is-modal.buttoneditor #divButtonTemplateList a {
|
3022
3026
|
position: relative;
|
3023
|
-
margin: 15px
|
3027
|
+
margin: 15px 23px 13px 0;
|
3024
3028
|
outline-offset: 2px;
|
3025
3029
|
}
|
3026
3030
|
#_cbhtml .is-modal.columnsettings .is-modal-bar, #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
@@ -3062,7 +3066,7 @@ button:focus-visible {
|
|
3062
3066
|
#_cbhtml .is-modal.columnsettings button:focus, #_cbhtml .is-modal.rowsettings button:focus,
|
3063
3067
|
.is-ui .is-modal.columnsettings button:focus,
|
3064
3068
|
.is-ui .is-modal.rowsettings button:focus {
|
3065
|
-
border-radius:
|
3069
|
+
border-radius: 6px;
|
3066
3070
|
}
|
3067
3071
|
#_cbhtml .is-modal.columnsettings button.is-btn-color, #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
3068
3072
|
.is-ui .is-modal.columnsettings button.is-btn-color,
|
@@ -3824,7 +3828,7 @@ button:focus-visible {
|
|
3824
3828
|
text-transform: none;
|
3825
3829
|
text-align: center;
|
3826
3830
|
position: relative;
|
3827
|
-
border-radius:
|
3831
|
+
border-radius: 6px;
|
3828
3832
|
user-select: none;
|
3829
3833
|
-moz-user-select: none;
|
3830
3834
|
-khtml-user-select: none;
|
@@ -3926,7 +3930,7 @@ button:focus-visible {
|
|
3926
3930
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
3927
3931
|
background-color: #fafafa;
|
3928
3932
|
color: #121212;
|
3929
|
-
border-radius:
|
3933
|
+
border-radius: 6px;
|
3930
3934
|
}
|
3931
3935
|
#_cbhtml textarea:not(.monaco-mouse-cursor-text):focus,
|
3932
3936
|
.is-ui textarea:not(.monaco-mouse-cursor-text):focus {
|
@@ -3948,7 +3952,7 @@ button:focus-visible {
|
|
3948
3952
|
height: 35px;
|
3949
3953
|
line-height: 1.7;
|
3950
3954
|
color: #0d0d0d;
|
3951
|
-
border-radius:
|
3955
|
+
border-radius: 6px;
|
3952
3956
|
border: none;
|
3953
3957
|
background-color: #f6f6f6;
|
3954
3958
|
width: auto;
|
@@ -3958,7 +3962,6 @@ button:focus-visible {
|
|
3958
3962
|
-moz-appearance: menulist;
|
3959
3963
|
appearance: menulist;
|
3960
3964
|
padding: 0 5px;
|
3961
|
-
border-radius: 1px;
|
3962
3965
|
}
|
3963
3966
|
#_cbhtml select option,
|
3964
3967
|
.is-ui select option {
|
@@ -3985,7 +3988,7 @@ button:focus-visible {
|
|
3985
3988
|
display: inline-block;
|
3986
3989
|
border: none;
|
3987
3990
|
border-bottom: none;
|
3988
|
-
border-radius:
|
3991
|
+
border-radius: 6px;
|
3989
3992
|
background-color: #f6f6f6;
|
3990
3993
|
}
|
3991
3994
|
#_cbhtml input[type=text]:focus,
|
@@ -4036,7 +4039,7 @@ button:focus-visible {
|
|
4036
4039
|
-webkit-transition: 0.2s;
|
4037
4040
|
transition: opacity 0.2s;
|
4038
4041
|
margin: 2px !important;
|
4039
|
-
border-radius:
|
4042
|
+
border-radius: 3px !important;
|
4040
4043
|
}
|
4041
4044
|
#_cbhtml .is-rangeslider:hover,
|
4042
4045
|
.is-ui .is-rangeslider:hover {
|
@@ -4584,6 +4587,14 @@ button:focus-visible {
|
|
4584
4587
|
.is-ui .is-dropdown .dropdown-menu[aria-expanded=true] {
|
4585
4588
|
display: block;
|
4586
4589
|
}
|
4590
|
+
#_cbhtml .div-target,
|
4591
|
+
.is-ui .div-target {
|
4592
|
+
gap: 2px;
|
4593
|
+
}
|
4594
|
+
#_cbhtml .div-visibility,
|
4595
|
+
.is-ui .div-visibility {
|
4596
|
+
gap: 3px;
|
4597
|
+
}
|
4587
4598
|
#_cbhtml .elementstyles,
|
4588
4599
|
.is-ui .elementstyles {
|
4589
4600
|
width: 300px;
|
@@ -4667,18 +4678,16 @@ button:focus-visible {
|
|
4667
4678
|
}
|
4668
4679
|
#_cbhtml .elementstyles .is-settings input[type=text],
|
4669
4680
|
.is-ui .elementstyles .is-settings input[type=text] {
|
4670
|
-
border-radius: 0;
|
4671
4681
|
height: 35px;
|
4672
4682
|
font-size: 13px;
|
4673
4683
|
margin-right: 2px;
|
4674
|
-
border-radius:
|
4684
|
+
border-radius: 6px;
|
4675
4685
|
}
|
4676
4686
|
#_cbhtml .elementstyles .is-settings select,
|
4677
4687
|
.is-ui .elementstyles .is-settings select {
|
4678
|
-
border-radius: 0;
|
4679
4688
|
height: 35px;
|
4680
4689
|
margin: 0;
|
4681
|
-
border-radius:
|
4690
|
+
border-radius: 6px;
|
4682
4691
|
}
|
4683
4692
|
#_cbhtml .elementstyles .is-settings .elm-bgimage-preview,
|
4684
4693
|
.is-ui .elementstyles .is-settings .elm-bgimage-preview {
|
@@ -5308,7 +5317,7 @@ button:focus-visible {
|
|
5308
5317
|
flex-direction: column;
|
5309
5318
|
background-color: transparent;
|
5310
5319
|
box-shadow: none;
|
5311
|
-
border-radius:
|
5320
|
+
border-radius: 6px;
|
5312
5321
|
}
|
5313
5322
|
#_cbhtml .is-pop.columnmore button span {
|
5314
5323
|
display: inline-block;
|
@@ -5344,7 +5353,7 @@ button:focus-visible {
|
|
5344
5353
|
flex-direction: column;
|
5345
5354
|
background-color: transparent;
|
5346
5355
|
box-shadow: none;
|
5347
|
-
border-radius:
|
5356
|
+
border-radius: 6px;
|
5348
5357
|
}
|
5349
5358
|
#_cbhtml .is-pop.rowmore button span {
|
5350
5359
|
display: inline-block;
|
@@ -5380,7 +5389,7 @@ button:focus-visible {
|
|
5380
5389
|
flex-direction: column;
|
5381
5390
|
background-color: transparent;
|
5382
5391
|
box-shadow: none;
|
5383
|
-
border-radius:
|
5392
|
+
border-radius: 6px;
|
5384
5393
|
}
|
5385
5394
|
#_cbhtml .is-pop.elmmore button span {
|
5386
5395
|
display: inline-block;
|
@@ -5412,7 +5421,7 @@ button:focus-visible {
|
|
5412
5421
|
flex-direction: column;
|
5413
5422
|
background-color: transparent;
|
5414
5423
|
box-shadow: none;
|
5415
|
-
border-radius:
|
5424
|
+
border-radius: 6px;
|
5416
5425
|
}
|
5417
5426
|
#_cbhtml .is-pop.quickadd button.on {
|
5418
5427
|
background-color: #f1f1f1;
|
@@ -5433,7 +5442,6 @@ button:focus-visible {
|
|
5433
5442
|
padding: 5px;
|
5434
5443
|
}
|
5435
5444
|
#_cbhtml .is-tool.is-element-tool {
|
5436
|
-
border-radius: 3px;
|
5437
5445
|
overflow: hidden;
|
5438
5446
|
margin-top: 10px;
|
5439
5447
|
margin-left: 0px;
|
@@ -5483,7 +5491,7 @@ button:focus-visible {
|
|
5483
5491
|
left: auto;
|
5484
5492
|
right: -40px;
|
5485
5493
|
box-shadow: none;
|
5486
|
-
border-radius:
|
5494
|
+
border-radius: 4px;
|
5487
5495
|
overflow: hidden;
|
5488
5496
|
}
|
5489
5497
|
.is-tool.is-row-tool button {
|
@@ -5543,7 +5551,7 @@ button:focus-visible {
|
|
5543
5551
|
margin-top: 0px;
|
5544
5552
|
margin-left: -1px;
|
5545
5553
|
box-shadow: none;
|
5546
|
-
border-radius:
|
5554
|
+
border-radius: 4px;
|
5547
5555
|
overflow: hidden;
|
5548
5556
|
top: -3px !important;
|
5549
5557
|
}
|
@@ -5946,7 +5954,7 @@ button:focus-visible {
|
|
5946
5954
|
padding: 5px 8px;
|
5947
5955
|
font-size: 11px;
|
5948
5956
|
background: #333;
|
5949
|
-
border-radius:
|
5957
|
+
border-radius: 4px;
|
5950
5958
|
color: #fefefe;
|
5951
5959
|
z-index: 100005;
|
5952
5960
|
-webkit-font-smoothing: auto;
|
@@ -8426,3 +8434,30 @@ iframe.wait-autoplay {
|
|
8426
8434
|
.is-ui .flex-wrap {
|
8427
8435
|
flex-wrap: wrap;
|
8428
8436
|
}
|
8437
|
+
.is-ui .border-solid {
|
8438
|
+
border-style: solid;
|
8439
|
+
}
|
8440
|
+
.is-ui .border-none {
|
8441
|
+
border-style: none;
|
8442
|
+
}
|
8443
|
+
.is-ui .border {
|
8444
|
+
border-width: 1px;
|
8445
|
+
}
|
8446
|
+
.is-ui .border-0 {
|
8447
|
+
border-width: 0px;
|
8448
|
+
}
|
8449
|
+
.is-ui .border-2 {
|
8450
|
+
border-width: 2px;
|
8451
|
+
}
|
8452
|
+
.is-ui .border-transparent {
|
8453
|
+
border-color: transparent;
|
8454
|
+
}
|
8455
|
+
.is-ui .border-current {
|
8456
|
+
border-color: currentColor;
|
8457
|
+
}
|
8458
|
+
.is-ui .hover\:border-transparent:hover {
|
8459
|
+
border-color: transparent !important;
|
8460
|
+
}
|
8461
|
+
.is-ui .hover\:border-current:hover {
|
8462
|
+
border-color: currentColor !important;
|
8463
|
+
}
|