@policystudio/policy-studio-ui-vue 1.0.21 → 1.0.25
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/dist/css/psui_styles.css +1264 -61
- package/package.json +5 -3
- package/src/assets/scss/base.scss +8 -0
- package/src/assets/scss/components/PsAccordion.scss +67 -0
- package/src/assets/scss/components/PsButton.scss +147 -0
- package/src/assets/scss/components/PsDialog.scss +71 -0
- package/src/assets/scss/components/PsInput.scss +48 -33
- package/src/assets/scss/components/PsTabHeader.scss +98 -0
- package/src/components/accordion/PsAccordion.vue +28 -24
- package/src/components/accordion/PsAccordionItem.vue +36 -67
- package/src/components/badges-and-tags/PsCardInfos.vue +38 -0
- package/src/components/badges-and-tags/PsChartLegend.vue +17 -102
- package/src/components/buttons/PsButton.vue +42 -93
- package/src/components/controls/PsToggle.vue +1 -1
- package/src/components/forms/PsInput.vue +1 -1
- package/src/components/notifications/PsDialog.vue +29 -23
- package/src/components/tabs/PsTabHeader.vue +25 -30
- package/src/index.js +6 -0
- package/src/stories/Accordion.stories.js +70 -16
- package/src/stories/Button.stories.js +93 -35
- package/src/stories/CardInfos.stories.js +16 -0
- package/src/stories/Dialog.stories.js +14 -50
- package/src/stories/Input.stories.js +36 -15
- package/src/stories/TabHeader.stories.js +6 -6
- package/tailwind.config.js +3 -2
package/dist/css/psui_styles.css
CHANGED
|
@@ -1344,6 +1344,10 @@ video {
|
|
|
1344
1344
|
border-color: rgba(146, 120, 201, var(--divide-opacity));
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
|
+
.psui-divide-transparent > :not(template) ~ :not(template){
|
|
1348
|
+
border-color: transparent;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1347
1351
|
.psui-divide-solid > :not(template) ~ :not(template){
|
|
1348
1352
|
border-style: solid;
|
|
1349
1353
|
}
|
|
@@ -1685,6 +1689,10 @@ video {
|
|
|
1685
1689
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
1686
1690
|
}
|
|
1687
1691
|
|
|
1692
|
+
.psui-bg-transparent{
|
|
1693
|
+
background-color: transparent;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1688
1696
|
.hover\:psui-bg-white:hover{
|
|
1689
1697
|
background-color: #ffffff !important;
|
|
1690
1698
|
}
|
|
@@ -1893,6 +1901,10 @@ video {
|
|
|
1893
1901
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
1894
1902
|
}
|
|
1895
1903
|
|
|
1904
|
+
.hover\:psui-bg-transparent:hover{
|
|
1905
|
+
background-color: transparent;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1896
1908
|
.active\:psui-bg-white:active{
|
|
1897
1909
|
background-color: #ffffff !important;
|
|
1898
1910
|
}
|
|
@@ -2101,6 +2113,10 @@ video {
|
|
|
2101
2113
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
2102
2114
|
}
|
|
2103
2115
|
|
|
2116
|
+
.active\:psui-bg-transparent:active{
|
|
2117
|
+
background-color: transparent;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2104
2120
|
.focus\:psui-bg-white:focus{
|
|
2105
2121
|
background-color: #ffffff !important;
|
|
2106
2122
|
}
|
|
@@ -2309,6 +2325,10 @@ video {
|
|
|
2309
2325
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
2310
2326
|
}
|
|
2311
2327
|
|
|
2328
|
+
.focus\:psui-bg-transparent:focus{
|
|
2329
|
+
background-color: transparent;
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2312
2332
|
.psui-group:hover .group-hover\:psui-bg-white{
|
|
2313
2333
|
background-color: #ffffff !important;
|
|
2314
2334
|
}
|
|
@@ -2517,6 +2537,10 @@ video {
|
|
|
2517
2537
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
2518
2538
|
}
|
|
2519
2539
|
|
|
2540
|
+
.psui-group:hover .group-hover\:psui-bg-transparent{
|
|
2541
|
+
background-color: transparent;
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2520
2544
|
.even\:psui-bg-white:nth-child(even){
|
|
2521
2545
|
background-color: #ffffff !important;
|
|
2522
2546
|
}
|
|
@@ -2725,6 +2749,10 @@ video {
|
|
|
2725
2749
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
2726
2750
|
}
|
|
2727
2751
|
|
|
2752
|
+
.even\:psui-bg-transparent:nth-child(even){
|
|
2753
|
+
background-color: transparent;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2728
2756
|
.first\:psui-bg-white:first-child{
|
|
2729
2757
|
background-color: #ffffff !important;
|
|
2730
2758
|
}
|
|
@@ -2933,6 +2961,10 @@ video {
|
|
|
2933
2961
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
2934
2962
|
}
|
|
2935
2963
|
|
|
2964
|
+
.first\:psui-bg-transparent:first-child{
|
|
2965
|
+
background-color: transparent;
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2936
2968
|
.disabled\:psui-bg-white:disabled{
|
|
2937
2969
|
background-color: #ffffff !important;
|
|
2938
2970
|
}
|
|
@@ -3141,6 +3173,10 @@ video {
|
|
|
3141
3173
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
3142
3174
|
}
|
|
3143
3175
|
|
|
3176
|
+
.disabled\:psui-bg-transparent:disabled{
|
|
3177
|
+
background-color: transparent;
|
|
3178
|
+
}
|
|
3179
|
+
|
|
3144
3180
|
.psui-bg-none{
|
|
3145
3181
|
background-image: none;
|
|
3146
3182
|
}
|
|
@@ -3352,6 +3388,11 @@ video {
|
|
|
3352
3388
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
3353
3389
|
}
|
|
3354
3390
|
|
|
3391
|
+
.psui-from-transparent{
|
|
3392
|
+
--gradient-from-color: transparent;
|
|
3393
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
3394
|
+
}
|
|
3395
|
+
|
|
3355
3396
|
.psui-via-white{
|
|
3356
3397
|
--gradient-via-color: #ffffff !important;
|
|
3357
3398
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -3527,6 +3568,11 @@ video {
|
|
|
3527
3568
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
3528
3569
|
}
|
|
3529
3570
|
|
|
3571
|
+
.psui-via-transparent{
|
|
3572
|
+
--gradient-via-color: transparent;
|
|
3573
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
3574
|
+
}
|
|
3575
|
+
|
|
3530
3576
|
.psui-to-white{
|
|
3531
3577
|
--gradient-to-color: #ffffff !important;
|
|
3532
3578
|
}
|
|
@@ -3667,6 +3713,10 @@ video {
|
|
|
3667
3713
|
--gradient-to-color: #9278C9;
|
|
3668
3714
|
}
|
|
3669
3715
|
|
|
3716
|
+
.psui-to-transparent{
|
|
3717
|
+
--gradient-to-color: transparent;
|
|
3718
|
+
}
|
|
3719
|
+
|
|
3670
3720
|
.hover\:psui-from-white:hover{
|
|
3671
3721
|
--gradient-from-color: #ffffff !important;
|
|
3672
3722
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -3842,6 +3892,11 @@ video {
|
|
|
3842
3892
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
3843
3893
|
}
|
|
3844
3894
|
|
|
3895
|
+
.hover\:psui-from-transparent:hover{
|
|
3896
|
+
--gradient-from-color: transparent;
|
|
3897
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
3898
|
+
}
|
|
3899
|
+
|
|
3845
3900
|
.hover\:psui-via-white:hover{
|
|
3846
3901
|
--gradient-via-color: #ffffff !important;
|
|
3847
3902
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -4017,6 +4072,11 @@ video {
|
|
|
4017
4072
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
4018
4073
|
}
|
|
4019
4074
|
|
|
4075
|
+
.hover\:psui-via-transparent:hover{
|
|
4076
|
+
--gradient-via-color: transparent;
|
|
4077
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
4078
|
+
}
|
|
4079
|
+
|
|
4020
4080
|
.hover\:psui-to-white:hover{
|
|
4021
4081
|
--gradient-to-color: #ffffff !important;
|
|
4022
4082
|
}
|
|
@@ -4157,6 +4217,10 @@ video {
|
|
|
4157
4217
|
--gradient-to-color: #9278C9;
|
|
4158
4218
|
}
|
|
4159
4219
|
|
|
4220
|
+
.hover\:psui-to-transparent:hover{
|
|
4221
|
+
--gradient-to-color: transparent;
|
|
4222
|
+
}
|
|
4223
|
+
|
|
4160
4224
|
.focus\:psui-from-white:focus{
|
|
4161
4225
|
--gradient-from-color: #ffffff !important;
|
|
4162
4226
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -4332,6 +4396,11 @@ video {
|
|
|
4332
4396
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
4333
4397
|
}
|
|
4334
4398
|
|
|
4399
|
+
.focus\:psui-from-transparent:focus{
|
|
4400
|
+
--gradient-from-color: transparent;
|
|
4401
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4335
4404
|
.focus\:psui-via-white:focus{
|
|
4336
4405
|
--gradient-via-color: #ffffff !important;
|
|
4337
4406
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -4507,6 +4576,11 @@ video {
|
|
|
4507
4576
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
4508
4577
|
}
|
|
4509
4578
|
|
|
4579
|
+
.focus\:psui-via-transparent:focus{
|
|
4580
|
+
--gradient-via-color: transparent;
|
|
4581
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
4582
|
+
}
|
|
4583
|
+
|
|
4510
4584
|
.focus\:psui-to-white:focus{
|
|
4511
4585
|
--gradient-to-color: #ffffff !important;
|
|
4512
4586
|
}
|
|
@@ -4647,6 +4721,10 @@ video {
|
|
|
4647
4721
|
--gradient-to-color: #9278C9;
|
|
4648
4722
|
}
|
|
4649
4723
|
|
|
4724
|
+
.focus\:psui-to-transparent:focus{
|
|
4725
|
+
--gradient-to-color: transparent;
|
|
4726
|
+
}
|
|
4727
|
+
|
|
4650
4728
|
.psui-bg-opacity-0{
|
|
4651
4729
|
--bg-opacity: 0;
|
|
4652
4730
|
}
|
|
@@ -4995,6 +5073,10 @@ video {
|
|
|
4995
5073
|
border-color: rgba(146, 120, 201, var(--border-opacity));
|
|
4996
5074
|
}
|
|
4997
5075
|
|
|
5076
|
+
.psui-border-transparent{
|
|
5077
|
+
border-color: transparent;
|
|
5078
|
+
}
|
|
5079
|
+
|
|
4998
5080
|
.psui-border-DEFAULT{
|
|
4999
5081
|
--border-opacity: 1;
|
|
5000
5082
|
border-color: #00465F;
|
|
@@ -5209,6 +5291,10 @@ video {
|
|
|
5209
5291
|
border-color: rgba(146, 120, 201, var(--border-opacity));
|
|
5210
5292
|
}
|
|
5211
5293
|
|
|
5294
|
+
.disabled\:psui-border-transparent:disabled{
|
|
5295
|
+
border-color: transparent;
|
|
5296
|
+
}
|
|
5297
|
+
|
|
5212
5298
|
.disabled\:psui-border-DEFAULT:disabled{
|
|
5213
5299
|
--border-opacity: 1;
|
|
5214
5300
|
border-color: #00465F;
|
|
@@ -9954,6 +10040,18 @@ video {
|
|
|
9954
10040
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
9955
10041
|
}
|
|
9956
10042
|
|
|
10043
|
+
.psui-placeholder-transparent::-moz-placeholder{
|
|
10044
|
+
color: transparent;
|
|
10045
|
+
}
|
|
10046
|
+
|
|
10047
|
+
.psui-placeholder-transparent:-ms-input-placeholder{
|
|
10048
|
+
color: transparent;
|
|
10049
|
+
}
|
|
10050
|
+
|
|
10051
|
+
.psui-placeholder-transparent::placeholder{
|
|
10052
|
+
color: transparent;
|
|
10053
|
+
}
|
|
10054
|
+
|
|
9957
10055
|
.focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
9958
10056
|
color: #ffffff !important;
|
|
9959
10057
|
}
|
|
@@ -10578,6 +10676,18 @@ video {
|
|
|
10578
10676
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
10579
10677
|
}
|
|
10580
10678
|
|
|
10679
|
+
.focus\:psui-placeholder-transparent:focus::-moz-placeholder{
|
|
10680
|
+
color: transparent;
|
|
10681
|
+
}
|
|
10682
|
+
|
|
10683
|
+
.focus\:psui-placeholder-transparent:focus:-ms-input-placeholder{
|
|
10684
|
+
color: transparent;
|
|
10685
|
+
}
|
|
10686
|
+
|
|
10687
|
+
.focus\:psui-placeholder-transparent:focus::placeholder{
|
|
10688
|
+
color: transparent;
|
|
10689
|
+
}
|
|
10690
|
+
|
|
10581
10691
|
.psui-placeholder-opacity-0::-moz-placeholder{
|
|
10582
10692
|
--placeholder-opacity: 0;
|
|
10583
10693
|
}
|
|
@@ -11165,6 +11275,10 @@ video {
|
|
|
11165
11275
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
11166
11276
|
}
|
|
11167
11277
|
|
|
11278
|
+
.psui-text-transparent{
|
|
11279
|
+
color: transparent;
|
|
11280
|
+
}
|
|
11281
|
+
|
|
11168
11282
|
.hover\:psui-text-white:hover{
|
|
11169
11283
|
color: #ffffff !important;
|
|
11170
11284
|
}
|
|
@@ -11373,6 +11487,10 @@ video {
|
|
|
11373
11487
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
11374
11488
|
}
|
|
11375
11489
|
|
|
11490
|
+
.hover\:psui-text-transparent:hover{
|
|
11491
|
+
color: transparent;
|
|
11492
|
+
}
|
|
11493
|
+
|
|
11376
11494
|
.active\:psui-text-white:active{
|
|
11377
11495
|
color: #ffffff !important;
|
|
11378
11496
|
}
|
|
@@ -11581,6 +11699,10 @@ video {
|
|
|
11581
11699
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
11582
11700
|
}
|
|
11583
11701
|
|
|
11702
|
+
.active\:psui-text-transparent:active{
|
|
11703
|
+
color: transparent;
|
|
11704
|
+
}
|
|
11705
|
+
|
|
11584
11706
|
.focus\:psui-text-white:focus{
|
|
11585
11707
|
color: #ffffff !important;
|
|
11586
11708
|
}
|
|
@@ -11789,6 +11911,10 @@ video {
|
|
|
11789
11911
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
11790
11912
|
}
|
|
11791
11913
|
|
|
11914
|
+
.focus\:psui-text-transparent:focus{
|
|
11915
|
+
color: transparent;
|
|
11916
|
+
}
|
|
11917
|
+
|
|
11792
11918
|
.psui-group:hover .group-hover\:psui-text-white{
|
|
11793
11919
|
color: #ffffff !important;
|
|
11794
11920
|
}
|
|
@@ -11997,6 +12123,10 @@ video {
|
|
|
11997
12123
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
11998
12124
|
}
|
|
11999
12125
|
|
|
12126
|
+
.psui-group:hover .group-hover\:psui-text-transparent{
|
|
12127
|
+
color: transparent;
|
|
12128
|
+
}
|
|
12129
|
+
|
|
12000
12130
|
.first\:psui-text-white:first-child{
|
|
12001
12131
|
color: #ffffff !important;
|
|
12002
12132
|
}
|
|
@@ -12205,6 +12335,10 @@ video {
|
|
|
12205
12335
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
12206
12336
|
}
|
|
12207
12337
|
|
|
12338
|
+
.first\:psui-text-transparent:first-child{
|
|
12339
|
+
color: transparent;
|
|
12340
|
+
}
|
|
12341
|
+
|
|
12208
12342
|
.disabled\:psui-text-white:disabled{
|
|
12209
12343
|
color: #ffffff !important;
|
|
12210
12344
|
}
|
|
@@ -12413,6 +12547,10 @@ video {
|
|
|
12413
12547
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
12414
12548
|
}
|
|
12415
12549
|
|
|
12550
|
+
.disabled\:psui-text-transparent:disabled{
|
|
12551
|
+
color: transparent;
|
|
12552
|
+
}
|
|
12553
|
+
|
|
12416
12554
|
.psui-text-opacity-0{
|
|
12417
12555
|
--text-opacity: 0;
|
|
12418
12556
|
}
|
|
@@ -15934,6 +16072,334 @@ video {
|
|
|
15934
16072
|
animation: bounce 1s infinite;
|
|
15935
16073
|
}
|
|
15936
16074
|
|
|
16075
|
+
*:focus {
|
|
16076
|
+
outline: none;
|
|
16077
|
+
}
|
|
16078
|
+
|
|
16079
|
+
html {
|
|
16080
|
+
-webkit-font-smoothing: antialiased;
|
|
16081
|
+
-moz-osx-font-smoothing: grayscale;
|
|
16082
|
+
}
|
|
16083
|
+
|
|
16084
|
+
.transition-default {
|
|
16085
|
+
transition: cubic-bezier(.17,.67,.83,.67) 250ms;
|
|
16086
|
+
}
|
|
16087
|
+
|
|
16088
|
+
.psui-el-dialog {
|
|
16089
|
+
display: flex;
|
|
16090
|
+
justify-content: flex-start;
|
|
16091
|
+
align-items: flex-start;
|
|
16092
|
+
padding-right: 0.75rem;
|
|
16093
|
+
padding-left: 0.5rem;
|
|
16094
|
+
padding-top: 0.5rem;
|
|
16095
|
+
padding-bottom: 0.5rem;
|
|
16096
|
+
border-radius: 0.375rem;
|
|
16097
|
+
}
|
|
16098
|
+
|
|
16099
|
+
.psui-el-dialog-wrapper {
|
|
16100
|
+
display: flex;
|
|
16101
|
+
flex-grow: 1
|
|
16102
|
+
}
|
|
16103
|
+
|
|
16104
|
+
.psui-el-dialog-icon {
|
|
16105
|
+
display: flex;
|
|
16106
|
+
margin-right: 0.5rem;
|
|
16107
|
+
vertical-align: top;
|
|
16108
|
+
}
|
|
16109
|
+
|
|
16110
|
+
.psui-el-dialog-close {
|
|
16111
|
+
margin-left: auto;
|
|
16112
|
+
display: inline-block;
|
|
16113
|
+
}
|
|
16114
|
+
|
|
16115
|
+
.psui-el-dialog-close:focus{
|
|
16116
|
+
outline: 2px solid transparent;
|
|
16117
|
+
outline-offset: 2px
|
|
16118
|
+
}
|
|
16119
|
+
|
|
16120
|
+
.psui-el-dialog-close i {
|
|
16121
|
+
vertical-align: middle;
|
|
16122
|
+
font-size: 18px;
|
|
16123
|
+
}
|
|
16124
|
+
|
|
16125
|
+
.psui-el-dialog.layout-vertical {
|
|
16126
|
+
padding-right: 0.5rem;
|
|
16127
|
+
padding-left: 0.5rem;
|
|
16128
|
+
display: flex;
|
|
16129
|
+
align-items: flex-start;
|
|
16130
|
+
}
|
|
16131
|
+
|
|
16132
|
+
.psui-el-dialog.layout-vertical .psui-el-dialog-wrapper {
|
|
16133
|
+
flex-direction: column;
|
|
16134
|
+
font-size: 14px;
|
|
16135
|
+
line-height: 130%
|
|
16136
|
+
}
|
|
16137
|
+
|
|
16138
|
+
.psui-el-dialog.layout-vertical i {
|
|
16139
|
+
vertical-align: top
|
|
16140
|
+
}
|
|
16141
|
+
|
|
16142
|
+
.psui-el-dialog.layout-vertical .psui-el-dialog-action {
|
|
16143
|
+
padding-top: 0.5rem
|
|
16144
|
+
}
|
|
16145
|
+
|
|
16146
|
+
.psui-el-dialog.layout-horizontal .psui-el-dialog-close {
|
|
16147
|
+
margin-left: 0.75rem
|
|
16148
|
+
}
|
|
16149
|
+
|
|
16150
|
+
.psui-el-dialog.layout-horizontal .psui-el-dialog-default {
|
|
16151
|
+
margin-right: auto
|
|
16152
|
+
}
|
|
16153
|
+
|
|
16154
|
+
.psui-el-dialog.layout-horizontal .psui-el-dialog-action {
|
|
16155
|
+
margin-left: 0.75rem
|
|
16156
|
+
}
|
|
16157
|
+
|
|
16158
|
+
.psui-el-dialog.layout-horizontal .psui-el-dialog-wrapper {
|
|
16159
|
+
font-size: 14px;
|
|
16160
|
+
line-height: 130%;
|
|
16161
|
+
padding-top: 0.25rem;
|
|
16162
|
+
padding-bottom: 0.25rem
|
|
16163
|
+
}
|
|
16164
|
+
|
|
16165
|
+
.psui-el-dialog.theme-informative {
|
|
16166
|
+
--bg-opacity: 1;
|
|
16167
|
+
background-color: #E0EFF6;
|
|
16168
|
+
background-color: rgba(224, 239, 246, var(--bg-opacity));
|
|
16169
|
+
--text-opacity: 1;
|
|
16170
|
+
color: #318FAC;
|
|
16171
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16172
|
+
}
|
|
16173
|
+
|
|
16174
|
+
.psui-el-dialog.theme-success {
|
|
16175
|
+
--bg-opacity: 1;
|
|
16176
|
+
background-color: #DEF8E8;
|
|
16177
|
+
background-color: rgba(222, 248, 232, var(--bg-opacity));
|
|
16178
|
+
--text-opacity: 1;
|
|
16179
|
+
color: #44A06A;
|
|
16180
|
+
color: rgba(68, 160, 106, var(--text-opacity));
|
|
16181
|
+
}
|
|
16182
|
+
|
|
16183
|
+
.psui-el-dialog.theme-alert {
|
|
16184
|
+
--bg-opacity: 1;
|
|
16185
|
+
background-color: #FDF3E3;
|
|
16186
|
+
background-color: rgba(253, 243, 227, var(--bg-opacity));
|
|
16187
|
+
--text-opacity: 1;
|
|
16188
|
+
color: #B87305;
|
|
16189
|
+
color: rgba(184, 115, 5, var(--text-opacity));
|
|
16190
|
+
}
|
|
16191
|
+
|
|
16192
|
+
.psui-el-tab-header {
|
|
16193
|
+
display: flex;
|
|
16194
|
+
/* Layout Standard */
|
|
16195
|
+
/* ----------------------------------------- Layout Standard */
|
|
16196
|
+
/* Layout Underline */
|
|
16197
|
+
/* ----------------------------------------- Layout Underline */
|
|
16198
|
+
/* Layout Folder */
|
|
16199
|
+
/* ----------------------------------------- Layout Folder */
|
|
16200
|
+
}
|
|
16201
|
+
|
|
16202
|
+
.psui-el-tab-header button {
|
|
16203
|
+
transition: cubic-bezier(.17,.67,.83,.67) 250ms;
|
|
16204
|
+
font-size: 14px;
|
|
16205
|
+
line-height: 130%;
|
|
16206
|
+
}
|
|
16207
|
+
|
|
16208
|
+
.psui-el-tab-header.status-disabled .psui-el-input-wrapper {
|
|
16209
|
+
--bg-opacity: 1;
|
|
16210
|
+
background-color: #E6ECF2;
|
|
16211
|
+
background-color: rgba(230, 236, 242, var(--bg-opacity));
|
|
16212
|
+
--border-opacity: 1;
|
|
16213
|
+
border-color: #E6ECF2;
|
|
16214
|
+
border-color: rgba(230, 236, 242, var(--border-opacity))
|
|
16215
|
+
}
|
|
16216
|
+
|
|
16217
|
+
/* ----------------------------------------- */
|
|
16218
|
+
|
|
16219
|
+
.psui-el-tab-header.layout-standard {
|
|
16220
|
+
border-radius: 0.375rem;
|
|
16221
|
+
}
|
|
16222
|
+
|
|
16223
|
+
.psui-el-tab-header.layout-standard button {
|
|
16224
|
+
--bg-opacity: 1;
|
|
16225
|
+
background-color: #F3F6F9;
|
|
16226
|
+
background-color: rgba(243, 246, 249, var(--bg-opacity));
|
|
16227
|
+
--text-opacity: 1;
|
|
16228
|
+
color: #515E6A;
|
|
16229
|
+
color: rgba(81, 94, 106, var(--text-opacity));
|
|
16230
|
+
padding: 6px 12px;
|
|
16231
|
+
}
|
|
16232
|
+
|
|
16233
|
+
.psui-el-tab-header.layout-standard button:not(:last-child) {
|
|
16234
|
+
margin-right: 1px;
|
|
16235
|
+
}
|
|
16236
|
+
|
|
16237
|
+
.psui-el-tab-header.layout-standard button:first-child {
|
|
16238
|
+
border-top-left-radius: 0.25rem;
|
|
16239
|
+
border-bottom-left-radius: 0.25rem;
|
|
16240
|
+
}
|
|
16241
|
+
|
|
16242
|
+
.psui-el-tab-header.layout-standard button:last-child {
|
|
16243
|
+
border-top-right-radius: 0.25rem;
|
|
16244
|
+
border-bottom-right-radius: 0.25rem;
|
|
16245
|
+
}
|
|
16246
|
+
|
|
16247
|
+
.psui-el-tab-header.layout-standard button:hover {
|
|
16248
|
+
--text-opacity: 1;
|
|
16249
|
+
color: #318FAC;
|
|
16250
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16251
|
+
}
|
|
16252
|
+
|
|
16253
|
+
.psui-el-tab-header.layout-standard button.status-active {
|
|
16254
|
+
color: #ffffff;
|
|
16255
|
+
--bg-opacity: 1;
|
|
16256
|
+
background-color: #318FAC;
|
|
16257
|
+
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
16258
|
+
font-weight: 700;
|
|
16259
|
+
}
|
|
16260
|
+
|
|
16261
|
+
/* ----------------------------------------- */
|
|
16262
|
+
|
|
16263
|
+
.psui-el-tab-header.layout-underline {
|
|
16264
|
+
border-bottom-width: 1px;
|
|
16265
|
+
--border-opacity: 1;
|
|
16266
|
+
border-color: #E6ECF2;
|
|
16267
|
+
border-color: rgba(230, 236, 242, var(--border-opacity));
|
|
16268
|
+
}
|
|
16269
|
+
|
|
16270
|
+
.psui-el-tab-header.layout-underline button {
|
|
16271
|
+
--text-opacity: 1;
|
|
16272
|
+
color: #798490;
|
|
16273
|
+
color: rgba(121, 132, 144, var(--text-opacity));
|
|
16274
|
+
font-weight: 700;
|
|
16275
|
+
border-bottom: 3px solid transparent;
|
|
16276
|
+
padding: 11.5px 0;
|
|
16277
|
+
}
|
|
16278
|
+
|
|
16279
|
+
.psui-el-tab-header.layout-underline button:not(:last-child) {
|
|
16280
|
+
margin-right: 20px;
|
|
16281
|
+
}
|
|
16282
|
+
|
|
16283
|
+
.psui-el-tab-header.layout-underline button:hover {
|
|
16284
|
+
--text-opacity: 1;
|
|
16285
|
+
color: #318FAC;
|
|
16286
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16287
|
+
}
|
|
16288
|
+
|
|
16289
|
+
.psui-el-tab-header.layout-underline button.status-active {
|
|
16290
|
+
--text-opacity: 1;
|
|
16291
|
+
color: #318FAC;
|
|
16292
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16293
|
+
--border-opacity: 1;
|
|
16294
|
+
border-color: #318FAC;
|
|
16295
|
+
border-color: rgba(49, 143, 172, var(--border-opacity));
|
|
16296
|
+
}
|
|
16297
|
+
|
|
16298
|
+
/* ----------------------------------------- */
|
|
16299
|
+
|
|
16300
|
+
.psui-el-tab-header.layout-folder button {
|
|
16301
|
+
--bg-opacity: 1;
|
|
16302
|
+
background-color: #F3F6F9;
|
|
16303
|
+
background-color: rgba(243, 246, 249, var(--bg-opacity));
|
|
16304
|
+
--text-opacity: 1;
|
|
16305
|
+
color: #798490;
|
|
16306
|
+
color: rgba(121, 132, 144, var(--text-opacity));
|
|
16307
|
+
border-top-left-radius: 0.25rem;
|
|
16308
|
+
border-top-right-radius: 0.25rem;
|
|
16309
|
+
padding: 9px 12px;
|
|
16310
|
+
}
|
|
16311
|
+
|
|
16312
|
+
.psui-el-tab-header.layout-folder button:not(:last-child) {
|
|
16313
|
+
margin-right: 4px;
|
|
16314
|
+
}
|
|
16315
|
+
|
|
16316
|
+
.psui-el-tab-header.layout-folder button:hover {
|
|
16317
|
+
--text-opacity: 1;
|
|
16318
|
+
color: #515E6A;
|
|
16319
|
+
color: rgba(81, 94, 106, var(--text-opacity));
|
|
16320
|
+
}
|
|
16321
|
+
|
|
16322
|
+
.psui-el-tab-header.layout-folder button.status-active {
|
|
16323
|
+
--text-opacity: 1;
|
|
16324
|
+
color: #318FAC;
|
|
16325
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16326
|
+
font-weight: 700;
|
|
16327
|
+
background-color: #ffffff;
|
|
16328
|
+
}
|
|
16329
|
+
|
|
16330
|
+
.psui-el-accordion-item {
|
|
16331
|
+
border-bottom: 1px solid #e6ecf2;
|
|
16332
|
+
}
|
|
16333
|
+
|
|
16334
|
+
.psui-el-accordion-item-header {
|
|
16335
|
+
display: flex;
|
|
16336
|
+
cursor: pointer;
|
|
16337
|
+
transition-property: all;
|
|
16338
|
+
justify-content: space-between;
|
|
16339
|
+
transition: cubic-bezier(.17,.67,.83,.67) 250ms;
|
|
16340
|
+
--text-opacity: 1;
|
|
16341
|
+
color: #28323B;
|
|
16342
|
+
color: rgba(40, 50, 59, var(--text-opacity));
|
|
16343
|
+
padding-top: 16px;
|
|
16344
|
+
padding-bottom: 16px;
|
|
16345
|
+
}
|
|
16346
|
+
|
|
16347
|
+
.psui-el-accordion-item-header:hover {
|
|
16348
|
+
--text-opacity: 1;
|
|
16349
|
+
color: #318FAC;
|
|
16350
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16351
|
+
}
|
|
16352
|
+
|
|
16353
|
+
.psui-el-accordion-item-content {
|
|
16354
|
+
padding-bottom: 24px;
|
|
16355
|
+
}
|
|
16356
|
+
|
|
16357
|
+
.psui-el-accordion-item-icon {
|
|
16358
|
+
font-size: 20px;
|
|
16359
|
+
width: 20px;
|
|
16360
|
+
}
|
|
16361
|
+
|
|
16362
|
+
.psui-el-accordion.layout-big .psui-el-accordion-item-header, .psui-el-accordion.layout-big .psui-el-accordion-item-content {
|
|
16363
|
+
padding-left: 16px;
|
|
16364
|
+
padding-right: 16px;
|
|
16365
|
+
}
|
|
16366
|
+
|
|
16367
|
+
.psui-el-accordion.layout-big .psui-el-accordion-item-title {
|
|
16368
|
+
font-size: 18px;
|
|
16369
|
+
line-height: 120%;
|
|
16370
|
+
font-weight: 700;
|
|
16371
|
+
}
|
|
16372
|
+
|
|
16373
|
+
.psui-el-accordion.layout-big .psui-el-accordion-item-icon {
|
|
16374
|
+
--text-opacity: 1;
|
|
16375
|
+
color: #D6DDE5;
|
|
16376
|
+
color: rgba(214, 221, 229, var(--text-opacity))
|
|
16377
|
+
}
|
|
16378
|
+
|
|
16379
|
+
.psui-el-accordion.layout-medium .psui-el-accordion-item-title {
|
|
16380
|
+
font-size: 14px;
|
|
16381
|
+
line-height: 130%;
|
|
16382
|
+
font-weight: 700;
|
|
16383
|
+
}
|
|
16384
|
+
|
|
16385
|
+
.psui-el-accordion.layout-medium .psui-el-accordion-item-icon {
|
|
16386
|
+
--text-opacity: 1;
|
|
16387
|
+
color: #515E6A;
|
|
16388
|
+
color: rgba(81, 94, 106, var(--text-opacity))
|
|
16389
|
+
}
|
|
16390
|
+
|
|
16391
|
+
.psui-el-accordion .psui-el-accordion-item.status-opened .psui-el-accordion-item-header, .psui-el-accordion .psui-el-accordion-item-header:hover {
|
|
16392
|
+
--text-opacity: 1;
|
|
16393
|
+
color: #318FAC;
|
|
16394
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16395
|
+
}
|
|
16396
|
+
|
|
16397
|
+
.psui-el-accordion .psui-el-accordion-item.status-opened .psui-el-accordion-item-header .psui-el-accordion-item-icon, .psui-el-accordion .psui-el-accordion-item-header:hover .psui-el-accordion-item-icon {
|
|
16398
|
+
--text-opacity: 1;
|
|
16399
|
+
color: #318FAC;
|
|
16400
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16401
|
+
}
|
|
16402
|
+
|
|
15937
16403
|
.psui-el-input {
|
|
15938
16404
|
/* Layout Default */
|
|
15939
16405
|
/* ----------------------------------------- Layout Default */
|
|
@@ -15941,21 +16407,7 @@ video {
|
|
|
15941
16407
|
/* ----------------------------------------- Layout Mini */
|
|
15942
16408
|
}
|
|
15943
16409
|
|
|
15944
|
-
.psui-el-input input {
|
|
15945
|
-
width: 100%;
|
|
15946
|
-
border-width: 1px;
|
|
15947
|
-
--border-opacity: 1;
|
|
15948
|
-
border-color: #D6DDE5;
|
|
15949
|
-
border-color: rgba(214, 221, 229, var(--border-opacity));
|
|
15950
|
-
border-radius: 0.375rem;
|
|
15951
|
-
display: block
|
|
15952
|
-
}
|
|
15953
|
-
|
|
15954
16410
|
.psui-el-input-prepend {
|
|
15955
|
-
position: absolute;
|
|
15956
|
-
top: 0;
|
|
15957
|
-
bottom: 0;
|
|
15958
|
-
left: 0;
|
|
15959
16411
|
padding-left: 0.5rem;
|
|
15960
16412
|
display: flex;
|
|
15961
16413
|
align-items: center;
|
|
@@ -15963,10 +16415,6 @@ video {
|
|
|
15963
16415
|
}
|
|
15964
16416
|
|
|
15965
16417
|
.psui-el-input-append {
|
|
15966
|
-
position: absolute;
|
|
15967
|
-
top: 0;
|
|
15968
|
-
bottom: 0;
|
|
15969
|
-
right: 0;
|
|
15970
16418
|
padding-right: 0.5rem;
|
|
15971
16419
|
display: flex;
|
|
15972
16420
|
align-items: center
|
|
@@ -15977,19 +16425,23 @@ video {
|
|
|
15977
16425
|
color: #798490;
|
|
15978
16426
|
color: rgba(121, 132, 144, var(--text-opacity));
|
|
15979
16427
|
font-size: 12px;
|
|
15980
|
-
line-height: 130
|
|
16428
|
+
line-height: 130%;
|
|
16429
|
+
margin-top: 0.25rem
|
|
15981
16430
|
}
|
|
15982
16431
|
|
|
15983
16432
|
.psui-el-input-wrapper {
|
|
15984
16433
|
position: relative;
|
|
16434
|
+
width: 100%;
|
|
16435
|
+
border-width: 1px;
|
|
16436
|
+
--border-opacity: 1;
|
|
16437
|
+
border-color: #D6DDE5;
|
|
16438
|
+
border-color: rgba(214, 221, 229, var(--border-opacity));
|
|
16439
|
+
border-radius: 0.375rem;
|
|
16440
|
+
background-color: #ffffff;
|
|
16441
|
+
display: flex;
|
|
16442
|
+
transition: cubic-bezier(.17,.67,.83,.67) 250ms
|
|
15985
16443
|
}
|
|
15986
16444
|
|
|
15987
|
-
.psui-el-input-wrapper.hover input {
|
|
15988
|
-
--border-opacity: 1;
|
|
15989
|
-
border-color: #64B5CE;
|
|
15990
|
-
border-color: rgba(100, 181, 206, var(--border-opacity))
|
|
15991
|
-
}
|
|
15992
|
-
|
|
15993
16445
|
.psui-el-input label {
|
|
15994
16446
|
font-weight: 700;
|
|
15995
16447
|
--text-opacity: 1;
|
|
@@ -16001,9 +16453,47 @@ video {
|
|
|
16001
16453
|
background-color: #ffffff;
|
|
16002
16454
|
--text-opacity: 1;
|
|
16003
16455
|
color: #515E6A;
|
|
16004
|
-
color: rgba(81, 94, 106, var(--text-opacity))
|
|
16456
|
+
color: rgba(81, 94, 106, var(--text-opacity));
|
|
16457
|
+
width: 100%;
|
|
16458
|
+
border-radius: 0.375rem
|
|
16005
16459
|
}
|
|
16006
16460
|
|
|
16461
|
+
.psui-el-input.status-error .psui-el-input-wrapper {
|
|
16462
|
+
--border-opacity: 1;
|
|
16463
|
+
border-color: #D65C5A;
|
|
16464
|
+
border-color: rgba(214, 92, 90, var(--border-opacity))
|
|
16465
|
+
}
|
|
16466
|
+
|
|
16467
|
+
.psui-el-input.status-error .psui-el-input-hint {
|
|
16468
|
+
--text-opacity: 1;
|
|
16469
|
+
color: #D65C5A;
|
|
16470
|
+
color: rgba(214, 92, 90, var(--text-opacity))
|
|
16471
|
+
}
|
|
16472
|
+
|
|
16473
|
+
.psui-el-input.status-disabled .psui-el-input-wrapper {
|
|
16474
|
+
--bg-opacity: 1;
|
|
16475
|
+
background-color: #E6ECF2;
|
|
16476
|
+
background-color: rgba(230, 236, 242, var(--bg-opacity));
|
|
16477
|
+
--border-opacity: 1;
|
|
16478
|
+
border-color: #E6ECF2;
|
|
16479
|
+
border-color: rgba(230, 236, 242, var(--border-opacity))
|
|
16480
|
+
}
|
|
16481
|
+
|
|
16482
|
+
.psui-el-input.status-disabled input {
|
|
16483
|
+
--bg-opacity: 1;
|
|
16484
|
+
background-color: #E6ECF2;
|
|
16485
|
+
background-color: rgba(230, 236, 242, var(--bg-opacity));
|
|
16486
|
+
--text-opacity: 1;
|
|
16487
|
+
color: #A2ACB7;
|
|
16488
|
+
color: rgba(162, 172, 183, var(--text-opacity))
|
|
16489
|
+
}
|
|
16490
|
+
|
|
16491
|
+
.psui-el-input.status-disabled label {
|
|
16492
|
+
--text-opacity: 1;
|
|
16493
|
+
color: #A2ACB7;
|
|
16494
|
+
color: rgba(162, 172, 183, var(--text-opacity))
|
|
16495
|
+
}
|
|
16496
|
+
|
|
16007
16497
|
/* ----------------------------------------- */
|
|
16008
16498
|
|
|
16009
16499
|
.psui-el-input.layout-default input {
|
|
@@ -16012,58 +16502,251 @@ video {
|
|
|
16012
16502
|
padding: 11.5px 16px;
|
|
16013
16503
|
}
|
|
16014
16504
|
|
|
16015
|
-
.psui-el-input.layout-default.status-
|
|
16505
|
+
.psui-el-input.layout-default.status-resting .psui-el-input-wrapper.hover {
|
|
16506
|
+
--border-opacity: 1;
|
|
16507
|
+
border-color: #64B5CE;
|
|
16508
|
+
border-color: rgba(100, 181, 206, var(--border-opacity))
|
|
16509
|
+
}
|
|
16510
|
+
|
|
16511
|
+
.psui-el-input.layout-default.status-active .psui-el-input-wrapper {
|
|
16016
16512
|
--border-opacity: 1;
|
|
16017
16513
|
border-color: #318FAC;
|
|
16018
16514
|
border-color: rgba(49, 143, 172, var(--border-opacity))
|
|
16019
16515
|
}
|
|
16020
16516
|
|
|
16021
|
-
|
|
16517
|
+
/* ----------------------------------------- */
|
|
16518
|
+
|
|
16519
|
+
.psui-el-input.layout-mini input {
|
|
16520
|
+
font-size: 14px;
|
|
16521
|
+
line-height: 130%;
|
|
16522
|
+
padding: 7px 8px;
|
|
16523
|
+
}
|
|
16524
|
+
|
|
16525
|
+
.psui-el-input.layout-mini.status-resting .psui-el-input-wrapper.hover {
|
|
16022
16526
|
--border-opacity: 1;
|
|
16023
|
-
border-color: #
|
|
16024
|
-
border-color: rgba(
|
|
16527
|
+
border-color: #5DB883;
|
|
16528
|
+
border-color: rgba(93, 184, 131, var(--border-opacity))
|
|
16025
16529
|
}
|
|
16026
16530
|
|
|
16027
|
-
.psui-el-input.layout-
|
|
16028
|
-
--
|
|
16029
|
-
color: #
|
|
16030
|
-
color: rgba(
|
|
16531
|
+
.psui-el-input.layout-mini.status-active .psui-el-input-wrapper {
|
|
16532
|
+
--border-opacity: 1;
|
|
16533
|
+
border-color: #5DB883;
|
|
16534
|
+
border-color: rgba(93, 184, 131, var(--border-opacity));
|
|
16031
16535
|
}
|
|
16032
16536
|
|
|
16033
|
-
.psui-el-input.layout-
|
|
16034
|
-
|
|
16035
|
-
|
|
16036
|
-
|
|
16037
|
-
|
|
16038
|
-
|
|
16039
|
-
|
|
16040
|
-
|
|
16041
|
-
|
|
16042
|
-
|
|
16537
|
+
.psui-el-input.layout-mini.status-active .psui-el-input-wrapper input {
|
|
16538
|
+
--text-opacity: 1;
|
|
16539
|
+
color: #5DB883;
|
|
16540
|
+
color: rgba(93, 184, 131, var(--text-opacity));
|
|
16541
|
+
}
|
|
16542
|
+
|
|
16543
|
+
.psui-el-input.layout-mini.status-active .psui-el-input-wrapper input.focus {
|
|
16544
|
+
--text-opacity: 1;
|
|
16545
|
+
color: #515E6A;
|
|
16546
|
+
color: rgba(81, 94, 106, var(--text-opacity))
|
|
16547
|
+
}
|
|
16548
|
+
|
|
16549
|
+
.psui-el-button {
|
|
16550
|
+
font-weight: 700;
|
|
16551
|
+
align-items: center;
|
|
16552
|
+
display: flex;
|
|
16553
|
+
align-content: center;
|
|
16554
|
+
border-radius: 0.375rem;
|
|
16555
|
+
transition: cubic-bezier(.17,.67,.83,.67) 250ms;
|
|
16556
|
+
}
|
|
16557
|
+
|
|
16558
|
+
.psui-el-button span {
|
|
16559
|
+
font-weight: 700;
|
|
16560
|
+
line-height: 130%;
|
|
16561
|
+
font-family: inherit;
|
|
16562
|
+
text-align: right;
|
|
16563
|
+
}
|
|
16564
|
+
|
|
16565
|
+
.psui-el-button:focus {
|
|
16566
|
+
outline: none;
|
|
16567
|
+
}
|
|
16568
|
+
|
|
16569
|
+
.psui-el-button.icon-right {
|
|
16570
|
+
flex-direction: row-reverse;
|
|
16571
|
+
}
|
|
16572
|
+
|
|
16573
|
+
.psui-el-button.size-big {
|
|
16574
|
+
display: flex;
|
|
16575
|
+
align-items: center;
|
|
16576
|
+
align-content: center;
|
|
16577
|
+
padding: 9.5px 16px;
|
|
16578
|
+
font-size: 16px;
|
|
16579
|
+
}
|
|
16580
|
+
|
|
16581
|
+
.psui-el-button.size-big.icon-left i {
|
|
16582
|
+
font-size: 24px;
|
|
16583
|
+
margin-right: 8px;
|
|
16584
|
+
}
|
|
16585
|
+
|
|
16586
|
+
.psui-el-button.size-big.icon-right i {
|
|
16587
|
+
font-size: 24px;
|
|
16588
|
+
margin-left: 8px;
|
|
16589
|
+
}
|
|
16590
|
+
|
|
16591
|
+
.psui-el-button.size-medium {
|
|
16592
|
+
display: flex;
|
|
16593
|
+
align-items: center;
|
|
16594
|
+
align-content: center;
|
|
16595
|
+
padding: 7px 16px;
|
|
16596
|
+
font-size: 14px;
|
|
16597
|
+
}
|
|
16598
|
+
|
|
16599
|
+
.psui-el-button.size-medium.icon-left i {
|
|
16600
|
+
font-size: 18px;
|
|
16601
|
+
margin-right: 4px;
|
|
16602
|
+
}
|
|
16603
|
+
|
|
16604
|
+
.psui-el-button.size-medium.icon-right i {
|
|
16605
|
+
font-size: 18px;
|
|
16606
|
+
margin-left: 4px;
|
|
16607
|
+
}
|
|
16608
|
+
|
|
16609
|
+
.psui-el-button.size-small {
|
|
16610
|
+
display: flex;
|
|
16611
|
+
align-items: center;
|
|
16612
|
+
align-content: center;
|
|
16613
|
+
padding: 4px 8px;
|
|
16614
|
+
font-size: 14px;
|
|
16615
|
+
}
|
|
16616
|
+
|
|
16617
|
+
.psui-el-button.size-small:focus {
|
|
16618
|
+
--bg-opacity: 1;
|
|
16619
|
+
background-color: #E0EFF6;
|
|
16620
|
+
background-color: rgba(224, 239, 246, var(--bg-opacity));
|
|
16621
|
+
--text-opacity: 1;
|
|
16622
|
+
color: #318FAC;
|
|
16623
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16624
|
+
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
|
|
16625
|
+
}
|
|
16626
|
+
|
|
16627
|
+
.psui-el-button.size-small.hover.layout-onlytext {
|
|
16628
|
+
--text-opacity: 1 !important;
|
|
16629
|
+
color: #318FAC !important;
|
|
16630
|
+
color: rgba(49, 143, 172, var(--text-opacity)) !important;
|
|
16631
|
+
--bg-opacity: 1 !important;
|
|
16632
|
+
background-color: #E0EFF6 !important;
|
|
16633
|
+
background-color: rgba(224, 239, 246, var(--bg-opacity)) !important;
|
|
16634
|
+
}
|
|
16635
|
+
|
|
16636
|
+
.psui-el-button.size-small.icon-left i {
|
|
16637
|
+
font-size: 18px;
|
|
16638
|
+
margin-right: 4px;
|
|
16043
16639
|
}
|
|
16044
16640
|
|
|
16045
|
-
.psui-el-
|
|
16046
|
-
|
|
16047
|
-
|
|
16048
|
-
color: rgba(162, 172, 183, var(--text-opacity))
|
|
16641
|
+
.psui-el-button.size-small.icon-right i {
|
|
16642
|
+
font-size: 18px;
|
|
16643
|
+
margin-left: 4px;
|
|
16049
16644
|
}
|
|
16050
16645
|
|
|
16051
|
-
|
|
16646
|
+
.psui-el-button.layout-solid {
|
|
16647
|
+
--bg-opacity: 1;
|
|
16648
|
+
background-color: #318FAC;
|
|
16649
|
+
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
16650
|
+
color: #ffffff;
|
|
16651
|
+
}
|
|
16052
16652
|
|
|
16053
|
-
.psui-el-
|
|
16054
|
-
|
|
16055
|
-
|
|
16056
|
-
|
|
16653
|
+
.psui-el-button.layout-solid.hover {
|
|
16654
|
+
--bg-opacity: 1;
|
|
16655
|
+
background-color: #64B5CE;
|
|
16656
|
+
background-color: rgba(100, 181, 206, var(--bg-opacity));
|
|
16657
|
+
color: #ffffff;
|
|
16057
16658
|
}
|
|
16058
16659
|
|
|
16059
|
-
|
|
16060
|
-
|
|
16061
|
-
|
|
16660
|
+
.psui-el-button.layout-solid:focus {
|
|
16661
|
+
--bg-opacity: 1;
|
|
16662
|
+
background-color: #64B5CE;
|
|
16663
|
+
background-color: rgba(100, 181, 206, var(--bg-opacity));
|
|
16664
|
+
color: #ffffff;
|
|
16665
|
+
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
|
|
16666
|
+
}
|
|
16062
16667
|
|
|
16063
|
-
|
|
16064
|
-
|
|
16065
|
-
|
|
16066
|
-
|
|
16668
|
+
.psui-el-button.layout-solid.disabled {
|
|
16669
|
+
--text-opacity: 1;
|
|
16670
|
+
color: #A2ACB7;
|
|
16671
|
+
color: rgba(162, 172, 183, var(--text-opacity));
|
|
16672
|
+
--bg-opacity: 1;
|
|
16673
|
+
background-color: #E6ECF2;
|
|
16674
|
+
background-color: rgba(230, 236, 242, var(--bg-opacity));
|
|
16675
|
+
cursor: default
|
|
16676
|
+
}
|
|
16677
|
+
|
|
16678
|
+
.psui-el-button.layout-outline {
|
|
16679
|
+
--text-opacity: 1;
|
|
16680
|
+
color: #318FAC;
|
|
16681
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16682
|
+
border-width: 1px;
|
|
16683
|
+
--border-opacity: 1;
|
|
16684
|
+
border-color: #64B5CE;
|
|
16685
|
+
border-color: rgba(100, 181, 206, var(--border-opacity));
|
|
16686
|
+
background: transparent;
|
|
16687
|
+
}
|
|
16688
|
+
|
|
16689
|
+
.psui-el-button.layout-outline.hover,
|
|
16690
|
+
.psui-el-button.layout-outline:focus {
|
|
16691
|
+
border-width: 1px;
|
|
16692
|
+
--border-opacity: 1;
|
|
16693
|
+
border-color: #318FAC;
|
|
16694
|
+
border-color: rgba(49, 143, 172, var(--border-opacity))
|
|
16695
|
+
}
|
|
16696
|
+
|
|
16697
|
+
.psui-el-button.layout-outline.disabled {
|
|
16698
|
+
--text-opacity: 1;
|
|
16699
|
+
color: #A2ACB7;
|
|
16700
|
+
color: rgba(162, 172, 183, var(--text-opacity));
|
|
16701
|
+
--border-opacity: 1;
|
|
16702
|
+
border-color: #D6DDE5;
|
|
16703
|
+
border-color: rgba(214, 221, 229, var(--border-opacity));
|
|
16704
|
+
cursor: default;
|
|
16705
|
+
}
|
|
16706
|
+
|
|
16707
|
+
.psui-el-button.layout-ghost {
|
|
16708
|
+
--bg-opacity: 1;
|
|
16709
|
+
background-color: #E0EFF6;
|
|
16710
|
+
background-color: rgba(224, 239, 246, var(--bg-opacity));
|
|
16711
|
+
--text-opacity: 1;
|
|
16712
|
+
color: #318FAC;
|
|
16713
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16714
|
+
}
|
|
16715
|
+
|
|
16716
|
+
.psui-el-button.layout-ghost.hover,
|
|
16717
|
+
.psui-el-button.layout-ghost:focus {
|
|
16718
|
+
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
|
|
16719
|
+
}
|
|
16720
|
+
|
|
16721
|
+
.psui-el-button.layout-ghost.disabled {
|
|
16722
|
+
--text-opacity: 1;
|
|
16723
|
+
color: #A2ACB7;
|
|
16724
|
+
color: rgba(162, 172, 183, var(--text-opacity));
|
|
16725
|
+
--bg-opacity: 1;
|
|
16726
|
+
background-color: #E6ECF2;
|
|
16727
|
+
background-color: rgba(230, 236, 242, var(--bg-opacity));
|
|
16728
|
+
cursor: default
|
|
16729
|
+
}
|
|
16730
|
+
|
|
16731
|
+
.psui-el-button.layout-onlytext {
|
|
16732
|
+
background-color: #ffffff;
|
|
16733
|
+
--text-opacity: 1;
|
|
16734
|
+
color: #318FAC;
|
|
16735
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
16736
|
+
}
|
|
16737
|
+
|
|
16738
|
+
.psui-el-button.layout-onlytext.disabled {
|
|
16739
|
+
--text-opacity: 1;
|
|
16740
|
+
color: #A2ACB7;
|
|
16741
|
+
color: rgba(162, 172, 183, var(--text-opacity));
|
|
16742
|
+
cursor: default
|
|
16743
|
+
}
|
|
16744
|
+
|
|
16745
|
+
.psui-el-button.layout-onlytext.hover {
|
|
16746
|
+
--text-opacity: 1;
|
|
16747
|
+
color: #64B5CE;
|
|
16748
|
+
color: rgba(100, 181, 206, var(--text-opacity))
|
|
16749
|
+
}
|
|
16067
16750
|
|
|
16068
16751
|
@media (min-width: 640px){
|
|
16069
16752
|
.sm\:psui-container{
|
|
@@ -16822,6 +17505,10 @@ html {
|
|
|
16822
17505
|
border-color: rgba(146, 120, 201, var(--divide-opacity));
|
|
16823
17506
|
}
|
|
16824
17507
|
|
|
17508
|
+
.sm\:psui-divide-transparent > :not(template) ~ :not(template){
|
|
17509
|
+
border-color: transparent;
|
|
17510
|
+
}
|
|
17511
|
+
|
|
16825
17512
|
.sm\:psui-divide-solid > :not(template) ~ :not(template){
|
|
16826
17513
|
border-style: solid;
|
|
16827
17514
|
}
|
|
@@ -17163,6 +17850,10 @@ html {
|
|
|
17163
17850
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
17164
17851
|
}
|
|
17165
17852
|
|
|
17853
|
+
.sm\:psui-bg-transparent{
|
|
17854
|
+
background-color: transparent;
|
|
17855
|
+
}
|
|
17856
|
+
|
|
17166
17857
|
.sm\:hover\:psui-bg-white:hover{
|
|
17167
17858
|
background-color: #ffffff !important;
|
|
17168
17859
|
}
|
|
@@ -17371,6 +18062,10 @@ html {
|
|
|
17371
18062
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
17372
18063
|
}
|
|
17373
18064
|
|
|
18065
|
+
.sm\:hover\:psui-bg-transparent:hover{
|
|
18066
|
+
background-color: transparent;
|
|
18067
|
+
}
|
|
18068
|
+
|
|
17374
18069
|
.sm\:active\:psui-bg-white:active{
|
|
17375
18070
|
background-color: #ffffff !important;
|
|
17376
18071
|
}
|
|
@@ -17579,6 +18274,10 @@ html {
|
|
|
17579
18274
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
17580
18275
|
}
|
|
17581
18276
|
|
|
18277
|
+
.sm\:active\:psui-bg-transparent:active{
|
|
18278
|
+
background-color: transparent;
|
|
18279
|
+
}
|
|
18280
|
+
|
|
17582
18281
|
.sm\:focus\:psui-bg-white:focus{
|
|
17583
18282
|
background-color: #ffffff !important;
|
|
17584
18283
|
}
|
|
@@ -17787,6 +18486,10 @@ html {
|
|
|
17787
18486
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
17788
18487
|
}
|
|
17789
18488
|
|
|
18489
|
+
.sm\:focus\:psui-bg-transparent:focus{
|
|
18490
|
+
background-color: transparent;
|
|
18491
|
+
}
|
|
18492
|
+
|
|
17790
18493
|
.psui-group:hover .sm\:group-hover\:psui-bg-white{
|
|
17791
18494
|
background-color: #ffffff !important;
|
|
17792
18495
|
}
|
|
@@ -17995,6 +18698,10 @@ html {
|
|
|
17995
18698
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
17996
18699
|
}
|
|
17997
18700
|
|
|
18701
|
+
.psui-group:hover .sm\:group-hover\:psui-bg-transparent{
|
|
18702
|
+
background-color: transparent;
|
|
18703
|
+
}
|
|
18704
|
+
|
|
17998
18705
|
.sm\:even\:psui-bg-white:nth-child(even){
|
|
17999
18706
|
background-color: #ffffff !important;
|
|
18000
18707
|
}
|
|
@@ -18203,6 +18910,10 @@ html {
|
|
|
18203
18910
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
18204
18911
|
}
|
|
18205
18912
|
|
|
18913
|
+
.sm\:even\:psui-bg-transparent:nth-child(even){
|
|
18914
|
+
background-color: transparent;
|
|
18915
|
+
}
|
|
18916
|
+
|
|
18206
18917
|
.sm\:first\:psui-bg-white:first-child{
|
|
18207
18918
|
background-color: #ffffff !important;
|
|
18208
18919
|
}
|
|
@@ -18411,6 +19122,10 @@ html {
|
|
|
18411
19122
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
18412
19123
|
}
|
|
18413
19124
|
|
|
19125
|
+
.sm\:first\:psui-bg-transparent:first-child{
|
|
19126
|
+
background-color: transparent;
|
|
19127
|
+
}
|
|
19128
|
+
|
|
18414
19129
|
.sm\:disabled\:psui-bg-white:disabled{
|
|
18415
19130
|
background-color: #ffffff !important;
|
|
18416
19131
|
}
|
|
@@ -18619,6 +19334,10 @@ html {
|
|
|
18619
19334
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
18620
19335
|
}
|
|
18621
19336
|
|
|
19337
|
+
.sm\:disabled\:psui-bg-transparent:disabled{
|
|
19338
|
+
background-color: transparent;
|
|
19339
|
+
}
|
|
19340
|
+
|
|
18622
19341
|
.sm\:psui-bg-none{
|
|
18623
19342
|
background-image: none;
|
|
18624
19343
|
}
|
|
@@ -18830,6 +19549,11 @@ html {
|
|
|
18830
19549
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
18831
19550
|
}
|
|
18832
19551
|
|
|
19552
|
+
.sm\:psui-from-transparent{
|
|
19553
|
+
--gradient-from-color: transparent;
|
|
19554
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
19555
|
+
}
|
|
19556
|
+
|
|
18833
19557
|
.sm\:psui-via-white{
|
|
18834
19558
|
--gradient-via-color: #ffffff !important;
|
|
18835
19559
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -19005,6 +19729,11 @@ html {
|
|
|
19005
19729
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
19006
19730
|
}
|
|
19007
19731
|
|
|
19732
|
+
.sm\:psui-via-transparent{
|
|
19733
|
+
--gradient-via-color: transparent;
|
|
19734
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
19735
|
+
}
|
|
19736
|
+
|
|
19008
19737
|
.sm\:psui-to-white{
|
|
19009
19738
|
--gradient-to-color: #ffffff !important;
|
|
19010
19739
|
}
|
|
@@ -19145,6 +19874,10 @@ html {
|
|
|
19145
19874
|
--gradient-to-color: #9278C9;
|
|
19146
19875
|
}
|
|
19147
19876
|
|
|
19877
|
+
.sm\:psui-to-transparent{
|
|
19878
|
+
--gradient-to-color: transparent;
|
|
19879
|
+
}
|
|
19880
|
+
|
|
19148
19881
|
.sm\:hover\:psui-from-white:hover{
|
|
19149
19882
|
--gradient-from-color: #ffffff !important;
|
|
19150
19883
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -19320,6 +20053,11 @@ html {
|
|
|
19320
20053
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
19321
20054
|
}
|
|
19322
20055
|
|
|
20056
|
+
.sm\:hover\:psui-from-transparent:hover{
|
|
20057
|
+
--gradient-from-color: transparent;
|
|
20058
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
20059
|
+
}
|
|
20060
|
+
|
|
19323
20061
|
.sm\:hover\:psui-via-white:hover{
|
|
19324
20062
|
--gradient-via-color: #ffffff !important;
|
|
19325
20063
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -19495,6 +20233,11 @@ html {
|
|
|
19495
20233
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
19496
20234
|
}
|
|
19497
20235
|
|
|
20236
|
+
.sm\:hover\:psui-via-transparent:hover{
|
|
20237
|
+
--gradient-via-color: transparent;
|
|
20238
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
20239
|
+
}
|
|
20240
|
+
|
|
19498
20241
|
.sm\:hover\:psui-to-white:hover{
|
|
19499
20242
|
--gradient-to-color: #ffffff !important;
|
|
19500
20243
|
}
|
|
@@ -19635,6 +20378,10 @@ html {
|
|
|
19635
20378
|
--gradient-to-color: #9278C9;
|
|
19636
20379
|
}
|
|
19637
20380
|
|
|
20381
|
+
.sm\:hover\:psui-to-transparent:hover{
|
|
20382
|
+
--gradient-to-color: transparent;
|
|
20383
|
+
}
|
|
20384
|
+
|
|
19638
20385
|
.sm\:focus\:psui-from-white:focus{
|
|
19639
20386
|
--gradient-from-color: #ffffff !important;
|
|
19640
20387
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -19810,6 +20557,11 @@ html {
|
|
|
19810
20557
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
19811
20558
|
}
|
|
19812
20559
|
|
|
20560
|
+
.sm\:focus\:psui-from-transparent:focus{
|
|
20561
|
+
--gradient-from-color: transparent;
|
|
20562
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
20563
|
+
}
|
|
20564
|
+
|
|
19813
20565
|
.sm\:focus\:psui-via-white:focus{
|
|
19814
20566
|
--gradient-via-color: #ffffff !important;
|
|
19815
20567
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -19985,6 +20737,11 @@ html {
|
|
|
19985
20737
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
19986
20738
|
}
|
|
19987
20739
|
|
|
20740
|
+
.sm\:focus\:psui-via-transparent:focus{
|
|
20741
|
+
--gradient-via-color: transparent;
|
|
20742
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
20743
|
+
}
|
|
20744
|
+
|
|
19988
20745
|
.sm\:focus\:psui-to-white:focus{
|
|
19989
20746
|
--gradient-to-color: #ffffff !important;
|
|
19990
20747
|
}
|
|
@@ -20125,6 +20882,10 @@ html {
|
|
|
20125
20882
|
--gradient-to-color: #9278C9;
|
|
20126
20883
|
}
|
|
20127
20884
|
|
|
20885
|
+
.sm\:focus\:psui-to-transparent:focus{
|
|
20886
|
+
--gradient-to-color: transparent;
|
|
20887
|
+
}
|
|
20888
|
+
|
|
20128
20889
|
.sm\:psui-bg-opacity-0{
|
|
20129
20890
|
--bg-opacity: 0;
|
|
20130
20891
|
}
|
|
@@ -23924,6 +24685,18 @@ html {
|
|
|
23924
24685
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
23925
24686
|
}
|
|
23926
24687
|
|
|
24688
|
+
.sm\:psui-placeholder-transparent::-moz-placeholder{
|
|
24689
|
+
color: transparent;
|
|
24690
|
+
}
|
|
24691
|
+
|
|
24692
|
+
.sm\:psui-placeholder-transparent:-ms-input-placeholder{
|
|
24693
|
+
color: transparent;
|
|
24694
|
+
}
|
|
24695
|
+
|
|
24696
|
+
.sm\:psui-placeholder-transparent::placeholder{
|
|
24697
|
+
color: transparent;
|
|
24698
|
+
}
|
|
24699
|
+
|
|
23927
24700
|
.sm\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
23928
24701
|
color: #ffffff !important;
|
|
23929
24702
|
}
|
|
@@ -24548,6 +25321,18 @@ html {
|
|
|
24548
25321
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
24549
25322
|
}
|
|
24550
25323
|
|
|
25324
|
+
.sm\:focus\:psui-placeholder-transparent:focus::-moz-placeholder{
|
|
25325
|
+
color: transparent;
|
|
25326
|
+
}
|
|
25327
|
+
|
|
25328
|
+
.sm\:focus\:psui-placeholder-transparent:focus:-ms-input-placeholder{
|
|
25329
|
+
color: transparent;
|
|
25330
|
+
}
|
|
25331
|
+
|
|
25332
|
+
.sm\:focus\:psui-placeholder-transparent:focus::placeholder{
|
|
25333
|
+
color: transparent;
|
|
25334
|
+
}
|
|
25335
|
+
|
|
24551
25336
|
.sm\:psui-placeholder-opacity-0::-moz-placeholder{
|
|
24552
25337
|
--placeholder-opacity: 0;
|
|
24553
25338
|
}
|
|
@@ -25031,6 +25816,10 @@ html {
|
|
|
25031
25816
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
25032
25817
|
}
|
|
25033
25818
|
|
|
25819
|
+
.sm\:psui-text-transparent{
|
|
25820
|
+
color: transparent;
|
|
25821
|
+
}
|
|
25822
|
+
|
|
25034
25823
|
.sm\:hover\:psui-text-white:hover{
|
|
25035
25824
|
color: #ffffff !important;
|
|
25036
25825
|
}
|
|
@@ -25239,6 +26028,10 @@ html {
|
|
|
25239
26028
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
25240
26029
|
}
|
|
25241
26030
|
|
|
26031
|
+
.sm\:hover\:psui-text-transparent:hover{
|
|
26032
|
+
color: transparent;
|
|
26033
|
+
}
|
|
26034
|
+
|
|
25242
26035
|
.sm\:active\:psui-text-white:active{
|
|
25243
26036
|
color: #ffffff !important;
|
|
25244
26037
|
}
|
|
@@ -25447,6 +26240,10 @@ html {
|
|
|
25447
26240
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
25448
26241
|
}
|
|
25449
26242
|
|
|
26243
|
+
.sm\:active\:psui-text-transparent:active{
|
|
26244
|
+
color: transparent;
|
|
26245
|
+
}
|
|
26246
|
+
|
|
25450
26247
|
.sm\:focus\:psui-text-white:focus{
|
|
25451
26248
|
color: #ffffff !important;
|
|
25452
26249
|
}
|
|
@@ -25655,6 +26452,10 @@ html {
|
|
|
25655
26452
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
25656
26453
|
}
|
|
25657
26454
|
|
|
26455
|
+
.sm\:focus\:psui-text-transparent:focus{
|
|
26456
|
+
color: transparent;
|
|
26457
|
+
}
|
|
26458
|
+
|
|
25658
26459
|
.psui-group:hover .sm\:group-hover\:psui-text-white{
|
|
25659
26460
|
color: #ffffff !important;
|
|
25660
26461
|
}
|
|
@@ -25863,6 +26664,10 @@ html {
|
|
|
25863
26664
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
25864
26665
|
}
|
|
25865
26666
|
|
|
26667
|
+
.psui-group:hover .sm\:group-hover\:psui-text-transparent{
|
|
26668
|
+
color: transparent;
|
|
26669
|
+
}
|
|
26670
|
+
|
|
25866
26671
|
.sm\:first\:psui-text-white:first-child{
|
|
25867
26672
|
color: #ffffff !important;
|
|
25868
26673
|
}
|
|
@@ -26071,6 +26876,10 @@ html {
|
|
|
26071
26876
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
26072
26877
|
}
|
|
26073
26878
|
|
|
26879
|
+
.sm\:first\:psui-text-transparent:first-child{
|
|
26880
|
+
color: transparent;
|
|
26881
|
+
}
|
|
26882
|
+
|
|
26074
26883
|
.sm\:disabled\:psui-text-white:disabled{
|
|
26075
26884
|
color: #ffffff !important;
|
|
26076
26885
|
}
|
|
@@ -26279,6 +27088,10 @@ html {
|
|
|
26279
27088
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
26280
27089
|
}
|
|
26281
27090
|
|
|
27091
|
+
.sm\:disabled\:psui-text-transparent:disabled{
|
|
27092
|
+
color: transparent;
|
|
27093
|
+
}
|
|
27094
|
+
|
|
26282
27095
|
.sm\:psui-text-opacity-0{
|
|
26283
27096
|
--text-opacity: 0;
|
|
26284
27097
|
}
|
|
@@ -30492,6 +31305,10 @@ html {
|
|
|
30492
31305
|
border-color: rgba(146, 120, 201, var(--divide-opacity));
|
|
30493
31306
|
}
|
|
30494
31307
|
|
|
31308
|
+
.md\:psui-divide-transparent > :not(template) ~ :not(template){
|
|
31309
|
+
border-color: transparent;
|
|
31310
|
+
}
|
|
31311
|
+
|
|
30495
31312
|
.md\:psui-divide-solid > :not(template) ~ :not(template){
|
|
30496
31313
|
border-style: solid;
|
|
30497
31314
|
}
|
|
@@ -30833,6 +31650,10 @@ html {
|
|
|
30833
31650
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
30834
31651
|
}
|
|
30835
31652
|
|
|
31653
|
+
.md\:psui-bg-transparent{
|
|
31654
|
+
background-color: transparent;
|
|
31655
|
+
}
|
|
31656
|
+
|
|
30836
31657
|
.md\:hover\:psui-bg-white:hover{
|
|
30837
31658
|
background-color: #ffffff !important;
|
|
30838
31659
|
}
|
|
@@ -31041,6 +31862,10 @@ html {
|
|
|
31041
31862
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
31042
31863
|
}
|
|
31043
31864
|
|
|
31865
|
+
.md\:hover\:psui-bg-transparent:hover{
|
|
31866
|
+
background-color: transparent;
|
|
31867
|
+
}
|
|
31868
|
+
|
|
31044
31869
|
.md\:active\:psui-bg-white:active{
|
|
31045
31870
|
background-color: #ffffff !important;
|
|
31046
31871
|
}
|
|
@@ -31249,6 +32074,10 @@ html {
|
|
|
31249
32074
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
31250
32075
|
}
|
|
31251
32076
|
|
|
32077
|
+
.md\:active\:psui-bg-transparent:active{
|
|
32078
|
+
background-color: transparent;
|
|
32079
|
+
}
|
|
32080
|
+
|
|
31252
32081
|
.md\:focus\:psui-bg-white:focus{
|
|
31253
32082
|
background-color: #ffffff !important;
|
|
31254
32083
|
}
|
|
@@ -31457,6 +32286,10 @@ html {
|
|
|
31457
32286
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
31458
32287
|
}
|
|
31459
32288
|
|
|
32289
|
+
.md\:focus\:psui-bg-transparent:focus{
|
|
32290
|
+
background-color: transparent;
|
|
32291
|
+
}
|
|
32292
|
+
|
|
31460
32293
|
.psui-group:hover .md\:group-hover\:psui-bg-white{
|
|
31461
32294
|
background-color: #ffffff !important;
|
|
31462
32295
|
}
|
|
@@ -31665,6 +32498,10 @@ html {
|
|
|
31665
32498
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
31666
32499
|
}
|
|
31667
32500
|
|
|
32501
|
+
.psui-group:hover .md\:group-hover\:psui-bg-transparent{
|
|
32502
|
+
background-color: transparent;
|
|
32503
|
+
}
|
|
32504
|
+
|
|
31668
32505
|
.md\:even\:psui-bg-white:nth-child(even){
|
|
31669
32506
|
background-color: #ffffff !important;
|
|
31670
32507
|
}
|
|
@@ -31873,6 +32710,10 @@ html {
|
|
|
31873
32710
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
31874
32711
|
}
|
|
31875
32712
|
|
|
32713
|
+
.md\:even\:psui-bg-transparent:nth-child(even){
|
|
32714
|
+
background-color: transparent;
|
|
32715
|
+
}
|
|
32716
|
+
|
|
31876
32717
|
.md\:first\:psui-bg-white:first-child{
|
|
31877
32718
|
background-color: #ffffff !important;
|
|
31878
32719
|
}
|
|
@@ -32081,6 +32922,10 @@ html {
|
|
|
32081
32922
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
32082
32923
|
}
|
|
32083
32924
|
|
|
32925
|
+
.md\:first\:psui-bg-transparent:first-child{
|
|
32926
|
+
background-color: transparent;
|
|
32927
|
+
}
|
|
32928
|
+
|
|
32084
32929
|
.md\:disabled\:psui-bg-white:disabled{
|
|
32085
32930
|
background-color: #ffffff !important;
|
|
32086
32931
|
}
|
|
@@ -32289,6 +33134,10 @@ html {
|
|
|
32289
33134
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
32290
33135
|
}
|
|
32291
33136
|
|
|
33137
|
+
.md\:disabled\:psui-bg-transparent:disabled{
|
|
33138
|
+
background-color: transparent;
|
|
33139
|
+
}
|
|
33140
|
+
|
|
32292
33141
|
.md\:psui-bg-none{
|
|
32293
33142
|
background-image: none;
|
|
32294
33143
|
}
|
|
@@ -32500,6 +33349,11 @@ html {
|
|
|
32500
33349
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
32501
33350
|
}
|
|
32502
33351
|
|
|
33352
|
+
.md\:psui-from-transparent{
|
|
33353
|
+
--gradient-from-color: transparent;
|
|
33354
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
33355
|
+
}
|
|
33356
|
+
|
|
32503
33357
|
.md\:psui-via-white{
|
|
32504
33358
|
--gradient-via-color: #ffffff !important;
|
|
32505
33359
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -32675,6 +33529,11 @@ html {
|
|
|
32675
33529
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
32676
33530
|
}
|
|
32677
33531
|
|
|
33532
|
+
.md\:psui-via-transparent{
|
|
33533
|
+
--gradient-via-color: transparent;
|
|
33534
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
33535
|
+
}
|
|
33536
|
+
|
|
32678
33537
|
.md\:psui-to-white{
|
|
32679
33538
|
--gradient-to-color: #ffffff !important;
|
|
32680
33539
|
}
|
|
@@ -32815,6 +33674,10 @@ html {
|
|
|
32815
33674
|
--gradient-to-color: #9278C9;
|
|
32816
33675
|
}
|
|
32817
33676
|
|
|
33677
|
+
.md\:psui-to-transparent{
|
|
33678
|
+
--gradient-to-color: transparent;
|
|
33679
|
+
}
|
|
33680
|
+
|
|
32818
33681
|
.md\:hover\:psui-from-white:hover{
|
|
32819
33682
|
--gradient-from-color: #ffffff !important;
|
|
32820
33683
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -32990,6 +33853,11 @@ html {
|
|
|
32990
33853
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
32991
33854
|
}
|
|
32992
33855
|
|
|
33856
|
+
.md\:hover\:psui-from-transparent:hover{
|
|
33857
|
+
--gradient-from-color: transparent;
|
|
33858
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
33859
|
+
}
|
|
33860
|
+
|
|
32993
33861
|
.md\:hover\:psui-via-white:hover{
|
|
32994
33862
|
--gradient-via-color: #ffffff !important;
|
|
32995
33863
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -33165,6 +34033,11 @@ html {
|
|
|
33165
34033
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
33166
34034
|
}
|
|
33167
34035
|
|
|
34036
|
+
.md\:hover\:psui-via-transparent:hover{
|
|
34037
|
+
--gradient-via-color: transparent;
|
|
34038
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
34039
|
+
}
|
|
34040
|
+
|
|
33168
34041
|
.md\:hover\:psui-to-white:hover{
|
|
33169
34042
|
--gradient-to-color: #ffffff !important;
|
|
33170
34043
|
}
|
|
@@ -33305,6 +34178,10 @@ html {
|
|
|
33305
34178
|
--gradient-to-color: #9278C9;
|
|
33306
34179
|
}
|
|
33307
34180
|
|
|
34181
|
+
.md\:hover\:psui-to-transparent:hover{
|
|
34182
|
+
--gradient-to-color: transparent;
|
|
34183
|
+
}
|
|
34184
|
+
|
|
33308
34185
|
.md\:focus\:psui-from-white:focus{
|
|
33309
34186
|
--gradient-from-color: #ffffff !important;
|
|
33310
34187
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -33480,6 +34357,11 @@ html {
|
|
|
33480
34357
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
33481
34358
|
}
|
|
33482
34359
|
|
|
34360
|
+
.md\:focus\:psui-from-transparent:focus{
|
|
34361
|
+
--gradient-from-color: transparent;
|
|
34362
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
34363
|
+
}
|
|
34364
|
+
|
|
33483
34365
|
.md\:focus\:psui-via-white:focus{
|
|
33484
34366
|
--gradient-via-color: #ffffff !important;
|
|
33485
34367
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -33655,6 +34537,11 @@ html {
|
|
|
33655
34537
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
33656
34538
|
}
|
|
33657
34539
|
|
|
34540
|
+
.md\:focus\:psui-via-transparent:focus{
|
|
34541
|
+
--gradient-via-color: transparent;
|
|
34542
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
34543
|
+
}
|
|
34544
|
+
|
|
33658
34545
|
.md\:focus\:psui-to-white:focus{
|
|
33659
34546
|
--gradient-to-color: #ffffff !important;
|
|
33660
34547
|
}
|
|
@@ -33795,6 +34682,10 @@ html {
|
|
|
33795
34682
|
--gradient-to-color: #9278C9;
|
|
33796
34683
|
}
|
|
33797
34684
|
|
|
34685
|
+
.md\:focus\:psui-to-transparent:focus{
|
|
34686
|
+
--gradient-to-color: transparent;
|
|
34687
|
+
}
|
|
34688
|
+
|
|
33798
34689
|
.md\:psui-bg-opacity-0{
|
|
33799
34690
|
--bg-opacity: 0;
|
|
33800
34691
|
}
|
|
@@ -37594,6 +38485,18 @@ html {
|
|
|
37594
38485
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
37595
38486
|
}
|
|
37596
38487
|
|
|
38488
|
+
.md\:psui-placeholder-transparent::-moz-placeholder{
|
|
38489
|
+
color: transparent;
|
|
38490
|
+
}
|
|
38491
|
+
|
|
38492
|
+
.md\:psui-placeholder-transparent:-ms-input-placeholder{
|
|
38493
|
+
color: transparent;
|
|
38494
|
+
}
|
|
38495
|
+
|
|
38496
|
+
.md\:psui-placeholder-transparent::placeholder{
|
|
38497
|
+
color: transparent;
|
|
38498
|
+
}
|
|
38499
|
+
|
|
37597
38500
|
.md\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
37598
38501
|
color: #ffffff !important;
|
|
37599
38502
|
}
|
|
@@ -38218,6 +39121,18 @@ html {
|
|
|
38218
39121
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
38219
39122
|
}
|
|
38220
39123
|
|
|
39124
|
+
.md\:focus\:psui-placeholder-transparent:focus::-moz-placeholder{
|
|
39125
|
+
color: transparent;
|
|
39126
|
+
}
|
|
39127
|
+
|
|
39128
|
+
.md\:focus\:psui-placeholder-transparent:focus:-ms-input-placeholder{
|
|
39129
|
+
color: transparent;
|
|
39130
|
+
}
|
|
39131
|
+
|
|
39132
|
+
.md\:focus\:psui-placeholder-transparent:focus::placeholder{
|
|
39133
|
+
color: transparent;
|
|
39134
|
+
}
|
|
39135
|
+
|
|
38221
39136
|
.md\:psui-placeholder-opacity-0::-moz-placeholder{
|
|
38222
39137
|
--placeholder-opacity: 0;
|
|
38223
39138
|
}
|
|
@@ -38701,6 +39616,10 @@ html {
|
|
|
38701
39616
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
38702
39617
|
}
|
|
38703
39618
|
|
|
39619
|
+
.md\:psui-text-transparent{
|
|
39620
|
+
color: transparent;
|
|
39621
|
+
}
|
|
39622
|
+
|
|
38704
39623
|
.md\:hover\:psui-text-white:hover{
|
|
38705
39624
|
color: #ffffff !important;
|
|
38706
39625
|
}
|
|
@@ -38909,6 +39828,10 @@ html {
|
|
|
38909
39828
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
38910
39829
|
}
|
|
38911
39830
|
|
|
39831
|
+
.md\:hover\:psui-text-transparent:hover{
|
|
39832
|
+
color: transparent;
|
|
39833
|
+
}
|
|
39834
|
+
|
|
38912
39835
|
.md\:active\:psui-text-white:active{
|
|
38913
39836
|
color: #ffffff !important;
|
|
38914
39837
|
}
|
|
@@ -39117,6 +40040,10 @@ html {
|
|
|
39117
40040
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
39118
40041
|
}
|
|
39119
40042
|
|
|
40043
|
+
.md\:active\:psui-text-transparent:active{
|
|
40044
|
+
color: transparent;
|
|
40045
|
+
}
|
|
40046
|
+
|
|
39120
40047
|
.md\:focus\:psui-text-white:focus{
|
|
39121
40048
|
color: #ffffff !important;
|
|
39122
40049
|
}
|
|
@@ -39325,6 +40252,10 @@ html {
|
|
|
39325
40252
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
39326
40253
|
}
|
|
39327
40254
|
|
|
40255
|
+
.md\:focus\:psui-text-transparent:focus{
|
|
40256
|
+
color: transparent;
|
|
40257
|
+
}
|
|
40258
|
+
|
|
39328
40259
|
.psui-group:hover .md\:group-hover\:psui-text-white{
|
|
39329
40260
|
color: #ffffff !important;
|
|
39330
40261
|
}
|
|
@@ -39533,6 +40464,10 @@ html {
|
|
|
39533
40464
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
39534
40465
|
}
|
|
39535
40466
|
|
|
40467
|
+
.psui-group:hover .md\:group-hover\:psui-text-transparent{
|
|
40468
|
+
color: transparent;
|
|
40469
|
+
}
|
|
40470
|
+
|
|
39536
40471
|
.md\:first\:psui-text-white:first-child{
|
|
39537
40472
|
color: #ffffff !important;
|
|
39538
40473
|
}
|
|
@@ -39741,6 +40676,10 @@ html {
|
|
|
39741
40676
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
39742
40677
|
}
|
|
39743
40678
|
|
|
40679
|
+
.md\:first\:psui-text-transparent:first-child{
|
|
40680
|
+
color: transparent;
|
|
40681
|
+
}
|
|
40682
|
+
|
|
39744
40683
|
.md\:disabled\:psui-text-white:disabled{
|
|
39745
40684
|
color: #ffffff !important;
|
|
39746
40685
|
}
|
|
@@ -39949,6 +40888,10 @@ html {
|
|
|
39949
40888
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
39950
40889
|
}
|
|
39951
40890
|
|
|
40891
|
+
.md\:disabled\:psui-text-transparent:disabled{
|
|
40892
|
+
color: transparent;
|
|
40893
|
+
}
|
|
40894
|
+
|
|
39952
40895
|
.md\:psui-text-opacity-0{
|
|
39953
40896
|
--text-opacity: 0;
|
|
39954
40897
|
}
|
|
@@ -44162,6 +45105,10 @@ html {
|
|
|
44162
45105
|
border-color: rgba(146, 120, 201, var(--divide-opacity));
|
|
44163
45106
|
}
|
|
44164
45107
|
|
|
45108
|
+
.lg\:psui-divide-transparent > :not(template) ~ :not(template){
|
|
45109
|
+
border-color: transparent;
|
|
45110
|
+
}
|
|
45111
|
+
|
|
44165
45112
|
.lg\:psui-divide-solid > :not(template) ~ :not(template){
|
|
44166
45113
|
border-style: solid;
|
|
44167
45114
|
}
|
|
@@ -44503,6 +45450,10 @@ html {
|
|
|
44503
45450
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
44504
45451
|
}
|
|
44505
45452
|
|
|
45453
|
+
.lg\:psui-bg-transparent{
|
|
45454
|
+
background-color: transparent;
|
|
45455
|
+
}
|
|
45456
|
+
|
|
44506
45457
|
.lg\:hover\:psui-bg-white:hover{
|
|
44507
45458
|
background-color: #ffffff !important;
|
|
44508
45459
|
}
|
|
@@ -44711,6 +45662,10 @@ html {
|
|
|
44711
45662
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
44712
45663
|
}
|
|
44713
45664
|
|
|
45665
|
+
.lg\:hover\:psui-bg-transparent:hover{
|
|
45666
|
+
background-color: transparent;
|
|
45667
|
+
}
|
|
45668
|
+
|
|
44714
45669
|
.lg\:active\:psui-bg-white:active{
|
|
44715
45670
|
background-color: #ffffff !important;
|
|
44716
45671
|
}
|
|
@@ -44919,6 +45874,10 @@ html {
|
|
|
44919
45874
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
44920
45875
|
}
|
|
44921
45876
|
|
|
45877
|
+
.lg\:active\:psui-bg-transparent:active{
|
|
45878
|
+
background-color: transparent;
|
|
45879
|
+
}
|
|
45880
|
+
|
|
44922
45881
|
.lg\:focus\:psui-bg-white:focus{
|
|
44923
45882
|
background-color: #ffffff !important;
|
|
44924
45883
|
}
|
|
@@ -45127,6 +46086,10 @@ html {
|
|
|
45127
46086
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
45128
46087
|
}
|
|
45129
46088
|
|
|
46089
|
+
.lg\:focus\:psui-bg-transparent:focus{
|
|
46090
|
+
background-color: transparent;
|
|
46091
|
+
}
|
|
46092
|
+
|
|
45130
46093
|
.psui-group:hover .lg\:group-hover\:psui-bg-white{
|
|
45131
46094
|
background-color: #ffffff !important;
|
|
45132
46095
|
}
|
|
@@ -45335,6 +46298,10 @@ html {
|
|
|
45335
46298
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
45336
46299
|
}
|
|
45337
46300
|
|
|
46301
|
+
.psui-group:hover .lg\:group-hover\:psui-bg-transparent{
|
|
46302
|
+
background-color: transparent;
|
|
46303
|
+
}
|
|
46304
|
+
|
|
45338
46305
|
.lg\:even\:psui-bg-white:nth-child(even){
|
|
45339
46306
|
background-color: #ffffff !important;
|
|
45340
46307
|
}
|
|
@@ -45543,6 +46510,10 @@ html {
|
|
|
45543
46510
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
45544
46511
|
}
|
|
45545
46512
|
|
|
46513
|
+
.lg\:even\:psui-bg-transparent:nth-child(even){
|
|
46514
|
+
background-color: transparent;
|
|
46515
|
+
}
|
|
46516
|
+
|
|
45546
46517
|
.lg\:first\:psui-bg-white:first-child{
|
|
45547
46518
|
background-color: #ffffff !important;
|
|
45548
46519
|
}
|
|
@@ -45751,6 +46722,10 @@ html {
|
|
|
45751
46722
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
45752
46723
|
}
|
|
45753
46724
|
|
|
46725
|
+
.lg\:first\:psui-bg-transparent:first-child{
|
|
46726
|
+
background-color: transparent;
|
|
46727
|
+
}
|
|
46728
|
+
|
|
45754
46729
|
.lg\:disabled\:psui-bg-white:disabled{
|
|
45755
46730
|
background-color: #ffffff !important;
|
|
45756
46731
|
}
|
|
@@ -45959,6 +46934,10 @@ html {
|
|
|
45959
46934
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
45960
46935
|
}
|
|
45961
46936
|
|
|
46937
|
+
.lg\:disabled\:psui-bg-transparent:disabled{
|
|
46938
|
+
background-color: transparent;
|
|
46939
|
+
}
|
|
46940
|
+
|
|
45962
46941
|
.lg\:psui-bg-none{
|
|
45963
46942
|
background-image: none;
|
|
45964
46943
|
}
|
|
@@ -46170,6 +47149,11 @@ html {
|
|
|
46170
47149
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
46171
47150
|
}
|
|
46172
47151
|
|
|
47152
|
+
.lg\:psui-from-transparent{
|
|
47153
|
+
--gradient-from-color: transparent;
|
|
47154
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
47155
|
+
}
|
|
47156
|
+
|
|
46173
47157
|
.lg\:psui-via-white{
|
|
46174
47158
|
--gradient-via-color: #ffffff !important;
|
|
46175
47159
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -46345,6 +47329,11 @@ html {
|
|
|
46345
47329
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
46346
47330
|
}
|
|
46347
47331
|
|
|
47332
|
+
.lg\:psui-via-transparent{
|
|
47333
|
+
--gradient-via-color: transparent;
|
|
47334
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
47335
|
+
}
|
|
47336
|
+
|
|
46348
47337
|
.lg\:psui-to-white{
|
|
46349
47338
|
--gradient-to-color: #ffffff !important;
|
|
46350
47339
|
}
|
|
@@ -46485,6 +47474,10 @@ html {
|
|
|
46485
47474
|
--gradient-to-color: #9278C9;
|
|
46486
47475
|
}
|
|
46487
47476
|
|
|
47477
|
+
.lg\:psui-to-transparent{
|
|
47478
|
+
--gradient-to-color: transparent;
|
|
47479
|
+
}
|
|
47480
|
+
|
|
46488
47481
|
.lg\:hover\:psui-from-white:hover{
|
|
46489
47482
|
--gradient-from-color: #ffffff !important;
|
|
46490
47483
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -46660,6 +47653,11 @@ html {
|
|
|
46660
47653
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
46661
47654
|
}
|
|
46662
47655
|
|
|
47656
|
+
.lg\:hover\:psui-from-transparent:hover{
|
|
47657
|
+
--gradient-from-color: transparent;
|
|
47658
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
47659
|
+
}
|
|
47660
|
+
|
|
46663
47661
|
.lg\:hover\:psui-via-white:hover{
|
|
46664
47662
|
--gradient-via-color: #ffffff !important;
|
|
46665
47663
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -46835,6 +47833,11 @@ html {
|
|
|
46835
47833
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
46836
47834
|
}
|
|
46837
47835
|
|
|
47836
|
+
.lg\:hover\:psui-via-transparent:hover{
|
|
47837
|
+
--gradient-via-color: transparent;
|
|
47838
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
47839
|
+
}
|
|
47840
|
+
|
|
46838
47841
|
.lg\:hover\:psui-to-white:hover{
|
|
46839
47842
|
--gradient-to-color: #ffffff !important;
|
|
46840
47843
|
}
|
|
@@ -46975,6 +47978,10 @@ html {
|
|
|
46975
47978
|
--gradient-to-color: #9278C9;
|
|
46976
47979
|
}
|
|
46977
47980
|
|
|
47981
|
+
.lg\:hover\:psui-to-transparent:hover{
|
|
47982
|
+
--gradient-to-color: transparent;
|
|
47983
|
+
}
|
|
47984
|
+
|
|
46978
47985
|
.lg\:focus\:psui-from-white:focus{
|
|
46979
47986
|
--gradient-from-color: #ffffff !important;
|
|
46980
47987
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -47150,6 +48157,11 @@ html {
|
|
|
47150
48157
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
47151
48158
|
}
|
|
47152
48159
|
|
|
48160
|
+
.lg\:focus\:psui-from-transparent:focus{
|
|
48161
|
+
--gradient-from-color: transparent;
|
|
48162
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
48163
|
+
}
|
|
48164
|
+
|
|
47153
48165
|
.lg\:focus\:psui-via-white:focus{
|
|
47154
48166
|
--gradient-via-color: #ffffff !important;
|
|
47155
48167
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -47325,6 +48337,11 @@ html {
|
|
|
47325
48337
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
47326
48338
|
}
|
|
47327
48339
|
|
|
48340
|
+
.lg\:focus\:psui-via-transparent:focus{
|
|
48341
|
+
--gradient-via-color: transparent;
|
|
48342
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
48343
|
+
}
|
|
48344
|
+
|
|
47328
48345
|
.lg\:focus\:psui-to-white:focus{
|
|
47329
48346
|
--gradient-to-color: #ffffff !important;
|
|
47330
48347
|
}
|
|
@@ -47465,6 +48482,10 @@ html {
|
|
|
47465
48482
|
--gradient-to-color: #9278C9;
|
|
47466
48483
|
}
|
|
47467
48484
|
|
|
48485
|
+
.lg\:focus\:psui-to-transparent:focus{
|
|
48486
|
+
--gradient-to-color: transparent;
|
|
48487
|
+
}
|
|
48488
|
+
|
|
47468
48489
|
.lg\:psui-bg-opacity-0{
|
|
47469
48490
|
--bg-opacity: 0;
|
|
47470
48491
|
}
|
|
@@ -51264,6 +52285,18 @@ html {
|
|
|
51264
52285
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
51265
52286
|
}
|
|
51266
52287
|
|
|
52288
|
+
.lg\:psui-placeholder-transparent::-moz-placeholder{
|
|
52289
|
+
color: transparent;
|
|
52290
|
+
}
|
|
52291
|
+
|
|
52292
|
+
.lg\:psui-placeholder-transparent:-ms-input-placeholder{
|
|
52293
|
+
color: transparent;
|
|
52294
|
+
}
|
|
52295
|
+
|
|
52296
|
+
.lg\:psui-placeholder-transparent::placeholder{
|
|
52297
|
+
color: transparent;
|
|
52298
|
+
}
|
|
52299
|
+
|
|
51267
52300
|
.lg\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
51268
52301
|
color: #ffffff !important;
|
|
51269
52302
|
}
|
|
@@ -51888,6 +52921,18 @@ html {
|
|
|
51888
52921
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
51889
52922
|
}
|
|
51890
52923
|
|
|
52924
|
+
.lg\:focus\:psui-placeholder-transparent:focus::-moz-placeholder{
|
|
52925
|
+
color: transparent;
|
|
52926
|
+
}
|
|
52927
|
+
|
|
52928
|
+
.lg\:focus\:psui-placeholder-transparent:focus:-ms-input-placeholder{
|
|
52929
|
+
color: transparent;
|
|
52930
|
+
}
|
|
52931
|
+
|
|
52932
|
+
.lg\:focus\:psui-placeholder-transparent:focus::placeholder{
|
|
52933
|
+
color: transparent;
|
|
52934
|
+
}
|
|
52935
|
+
|
|
51891
52936
|
.lg\:psui-placeholder-opacity-0::-moz-placeholder{
|
|
51892
52937
|
--placeholder-opacity: 0;
|
|
51893
52938
|
}
|
|
@@ -52371,6 +53416,10 @@ html {
|
|
|
52371
53416
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
52372
53417
|
}
|
|
52373
53418
|
|
|
53419
|
+
.lg\:psui-text-transparent{
|
|
53420
|
+
color: transparent;
|
|
53421
|
+
}
|
|
53422
|
+
|
|
52374
53423
|
.lg\:hover\:psui-text-white:hover{
|
|
52375
53424
|
color: #ffffff !important;
|
|
52376
53425
|
}
|
|
@@ -52579,6 +53628,10 @@ html {
|
|
|
52579
53628
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
52580
53629
|
}
|
|
52581
53630
|
|
|
53631
|
+
.lg\:hover\:psui-text-transparent:hover{
|
|
53632
|
+
color: transparent;
|
|
53633
|
+
}
|
|
53634
|
+
|
|
52582
53635
|
.lg\:active\:psui-text-white:active{
|
|
52583
53636
|
color: #ffffff !important;
|
|
52584
53637
|
}
|
|
@@ -52787,6 +53840,10 @@ html {
|
|
|
52787
53840
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
52788
53841
|
}
|
|
52789
53842
|
|
|
53843
|
+
.lg\:active\:psui-text-transparent:active{
|
|
53844
|
+
color: transparent;
|
|
53845
|
+
}
|
|
53846
|
+
|
|
52790
53847
|
.lg\:focus\:psui-text-white:focus{
|
|
52791
53848
|
color: #ffffff !important;
|
|
52792
53849
|
}
|
|
@@ -52995,6 +54052,10 @@ html {
|
|
|
52995
54052
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
52996
54053
|
}
|
|
52997
54054
|
|
|
54055
|
+
.lg\:focus\:psui-text-transparent:focus{
|
|
54056
|
+
color: transparent;
|
|
54057
|
+
}
|
|
54058
|
+
|
|
52998
54059
|
.psui-group:hover .lg\:group-hover\:psui-text-white{
|
|
52999
54060
|
color: #ffffff !important;
|
|
53000
54061
|
}
|
|
@@ -53203,6 +54264,10 @@ html {
|
|
|
53203
54264
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
53204
54265
|
}
|
|
53205
54266
|
|
|
54267
|
+
.psui-group:hover .lg\:group-hover\:psui-text-transparent{
|
|
54268
|
+
color: transparent;
|
|
54269
|
+
}
|
|
54270
|
+
|
|
53206
54271
|
.lg\:first\:psui-text-white:first-child{
|
|
53207
54272
|
color: #ffffff !important;
|
|
53208
54273
|
}
|
|
@@ -53411,6 +54476,10 @@ html {
|
|
|
53411
54476
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
53412
54477
|
}
|
|
53413
54478
|
|
|
54479
|
+
.lg\:first\:psui-text-transparent:first-child{
|
|
54480
|
+
color: transparent;
|
|
54481
|
+
}
|
|
54482
|
+
|
|
53414
54483
|
.lg\:disabled\:psui-text-white:disabled{
|
|
53415
54484
|
color: #ffffff !important;
|
|
53416
54485
|
}
|
|
@@ -53619,6 +54688,10 @@ html {
|
|
|
53619
54688
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
53620
54689
|
}
|
|
53621
54690
|
|
|
54691
|
+
.lg\:disabled\:psui-text-transparent:disabled{
|
|
54692
|
+
color: transparent;
|
|
54693
|
+
}
|
|
54694
|
+
|
|
53622
54695
|
.lg\:psui-text-opacity-0{
|
|
53623
54696
|
--text-opacity: 0;
|
|
53624
54697
|
}
|
|
@@ -57832,6 +58905,10 @@ html {
|
|
|
57832
58905
|
border-color: rgba(146, 120, 201, var(--divide-opacity));
|
|
57833
58906
|
}
|
|
57834
58907
|
|
|
58908
|
+
.xl\:psui-divide-transparent > :not(template) ~ :not(template){
|
|
58909
|
+
border-color: transparent;
|
|
58910
|
+
}
|
|
58911
|
+
|
|
57835
58912
|
.xl\:psui-divide-solid > :not(template) ~ :not(template){
|
|
57836
58913
|
border-style: solid;
|
|
57837
58914
|
}
|
|
@@ -58173,6 +59250,10 @@ html {
|
|
|
58173
59250
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
58174
59251
|
}
|
|
58175
59252
|
|
|
59253
|
+
.xl\:psui-bg-transparent{
|
|
59254
|
+
background-color: transparent;
|
|
59255
|
+
}
|
|
59256
|
+
|
|
58176
59257
|
.xl\:hover\:psui-bg-white:hover{
|
|
58177
59258
|
background-color: #ffffff !important;
|
|
58178
59259
|
}
|
|
@@ -58381,6 +59462,10 @@ html {
|
|
|
58381
59462
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
58382
59463
|
}
|
|
58383
59464
|
|
|
59465
|
+
.xl\:hover\:psui-bg-transparent:hover{
|
|
59466
|
+
background-color: transparent;
|
|
59467
|
+
}
|
|
59468
|
+
|
|
58384
59469
|
.xl\:active\:psui-bg-white:active{
|
|
58385
59470
|
background-color: #ffffff !important;
|
|
58386
59471
|
}
|
|
@@ -58589,6 +59674,10 @@ html {
|
|
|
58589
59674
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
58590
59675
|
}
|
|
58591
59676
|
|
|
59677
|
+
.xl\:active\:psui-bg-transparent:active{
|
|
59678
|
+
background-color: transparent;
|
|
59679
|
+
}
|
|
59680
|
+
|
|
58592
59681
|
.xl\:focus\:psui-bg-white:focus{
|
|
58593
59682
|
background-color: #ffffff !important;
|
|
58594
59683
|
}
|
|
@@ -58797,6 +59886,10 @@ html {
|
|
|
58797
59886
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
58798
59887
|
}
|
|
58799
59888
|
|
|
59889
|
+
.xl\:focus\:psui-bg-transparent:focus{
|
|
59890
|
+
background-color: transparent;
|
|
59891
|
+
}
|
|
59892
|
+
|
|
58800
59893
|
.psui-group:hover .xl\:group-hover\:psui-bg-white{
|
|
58801
59894
|
background-color: #ffffff !important;
|
|
58802
59895
|
}
|
|
@@ -59005,6 +60098,10 @@ html {
|
|
|
59005
60098
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
59006
60099
|
}
|
|
59007
60100
|
|
|
60101
|
+
.psui-group:hover .xl\:group-hover\:psui-bg-transparent{
|
|
60102
|
+
background-color: transparent;
|
|
60103
|
+
}
|
|
60104
|
+
|
|
59008
60105
|
.xl\:even\:psui-bg-white:nth-child(even){
|
|
59009
60106
|
background-color: #ffffff !important;
|
|
59010
60107
|
}
|
|
@@ -59213,6 +60310,10 @@ html {
|
|
|
59213
60310
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
59214
60311
|
}
|
|
59215
60312
|
|
|
60313
|
+
.xl\:even\:psui-bg-transparent:nth-child(even){
|
|
60314
|
+
background-color: transparent;
|
|
60315
|
+
}
|
|
60316
|
+
|
|
59216
60317
|
.xl\:first\:psui-bg-white:first-child{
|
|
59217
60318
|
background-color: #ffffff !important;
|
|
59218
60319
|
}
|
|
@@ -59421,6 +60522,10 @@ html {
|
|
|
59421
60522
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
59422
60523
|
}
|
|
59423
60524
|
|
|
60525
|
+
.xl\:first\:psui-bg-transparent:first-child{
|
|
60526
|
+
background-color: transparent;
|
|
60527
|
+
}
|
|
60528
|
+
|
|
59424
60529
|
.xl\:disabled\:psui-bg-white:disabled{
|
|
59425
60530
|
background-color: #ffffff !important;
|
|
59426
60531
|
}
|
|
@@ -59629,6 +60734,10 @@ html {
|
|
|
59629
60734
|
background-color: rgba(146, 120, 201, var(--bg-opacity));
|
|
59630
60735
|
}
|
|
59631
60736
|
|
|
60737
|
+
.xl\:disabled\:psui-bg-transparent:disabled{
|
|
60738
|
+
background-color: transparent;
|
|
60739
|
+
}
|
|
60740
|
+
|
|
59632
60741
|
.xl\:psui-bg-none{
|
|
59633
60742
|
background-image: none;
|
|
59634
60743
|
}
|
|
@@ -59840,6 +60949,11 @@ html {
|
|
|
59840
60949
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
59841
60950
|
}
|
|
59842
60951
|
|
|
60952
|
+
.xl\:psui-from-transparent{
|
|
60953
|
+
--gradient-from-color: transparent;
|
|
60954
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
60955
|
+
}
|
|
60956
|
+
|
|
59843
60957
|
.xl\:psui-via-white{
|
|
59844
60958
|
--gradient-via-color: #ffffff !important;
|
|
59845
60959
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -60015,6 +61129,11 @@ html {
|
|
|
60015
61129
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
60016
61130
|
}
|
|
60017
61131
|
|
|
61132
|
+
.xl\:psui-via-transparent{
|
|
61133
|
+
--gradient-via-color: transparent;
|
|
61134
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
61135
|
+
}
|
|
61136
|
+
|
|
60018
61137
|
.xl\:psui-to-white{
|
|
60019
61138
|
--gradient-to-color: #ffffff !important;
|
|
60020
61139
|
}
|
|
@@ -60155,6 +61274,10 @@ html {
|
|
|
60155
61274
|
--gradient-to-color: #9278C9;
|
|
60156
61275
|
}
|
|
60157
61276
|
|
|
61277
|
+
.xl\:psui-to-transparent{
|
|
61278
|
+
--gradient-to-color: transparent;
|
|
61279
|
+
}
|
|
61280
|
+
|
|
60158
61281
|
.xl\:hover\:psui-from-white:hover{
|
|
60159
61282
|
--gradient-from-color: #ffffff !important;
|
|
60160
61283
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -60330,6 +61453,11 @@ html {
|
|
|
60330
61453
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
60331
61454
|
}
|
|
60332
61455
|
|
|
61456
|
+
.xl\:hover\:psui-from-transparent:hover{
|
|
61457
|
+
--gradient-from-color: transparent;
|
|
61458
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
61459
|
+
}
|
|
61460
|
+
|
|
60333
61461
|
.xl\:hover\:psui-via-white:hover{
|
|
60334
61462
|
--gradient-via-color: #ffffff !important;
|
|
60335
61463
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -60505,6 +61633,11 @@ html {
|
|
|
60505
61633
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
60506
61634
|
}
|
|
60507
61635
|
|
|
61636
|
+
.xl\:hover\:psui-via-transparent:hover{
|
|
61637
|
+
--gradient-via-color: transparent;
|
|
61638
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
61639
|
+
}
|
|
61640
|
+
|
|
60508
61641
|
.xl\:hover\:psui-to-white:hover{
|
|
60509
61642
|
--gradient-to-color: #ffffff !important;
|
|
60510
61643
|
}
|
|
@@ -60645,6 +61778,10 @@ html {
|
|
|
60645
61778
|
--gradient-to-color: #9278C9;
|
|
60646
61779
|
}
|
|
60647
61780
|
|
|
61781
|
+
.xl\:hover\:psui-to-transparent:hover{
|
|
61782
|
+
--gradient-to-color: transparent;
|
|
61783
|
+
}
|
|
61784
|
+
|
|
60648
61785
|
.xl\:focus\:psui-from-white:focus{
|
|
60649
61786
|
--gradient-from-color: #ffffff !important;
|
|
60650
61787
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -60820,6 +61957,11 @@ html {
|
|
|
60820
61957
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
60821
61958
|
}
|
|
60822
61959
|
|
|
61960
|
+
.xl\:focus\:psui-from-transparent:focus{
|
|
61961
|
+
--gradient-from-color: transparent;
|
|
61962
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
61963
|
+
}
|
|
61964
|
+
|
|
60823
61965
|
.xl\:focus\:psui-via-white:focus{
|
|
60824
61966
|
--gradient-via-color: #ffffff !important;
|
|
60825
61967
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
@@ -60995,6 +62137,11 @@ html {
|
|
|
60995
62137
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 120, 201, 0));
|
|
60996
62138
|
}
|
|
60997
62139
|
|
|
62140
|
+
.xl\:focus\:psui-via-transparent:focus{
|
|
62141
|
+
--gradient-via-color: transparent;
|
|
62142
|
+
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
|
|
62143
|
+
}
|
|
62144
|
+
|
|
60998
62145
|
.xl\:focus\:psui-to-white:focus{
|
|
60999
62146
|
--gradient-to-color: #ffffff !important;
|
|
61000
62147
|
}
|
|
@@ -61135,6 +62282,10 @@ html {
|
|
|
61135
62282
|
--gradient-to-color: #9278C9;
|
|
61136
62283
|
}
|
|
61137
62284
|
|
|
62285
|
+
.xl\:focus\:psui-to-transparent:focus{
|
|
62286
|
+
--gradient-to-color: transparent;
|
|
62287
|
+
}
|
|
62288
|
+
|
|
61138
62289
|
.xl\:psui-bg-opacity-0{
|
|
61139
62290
|
--bg-opacity: 0;
|
|
61140
62291
|
}
|
|
@@ -64934,6 +66085,18 @@ html {
|
|
|
64934
66085
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
64935
66086
|
}
|
|
64936
66087
|
|
|
66088
|
+
.xl\:psui-placeholder-transparent::-moz-placeholder{
|
|
66089
|
+
color: transparent;
|
|
66090
|
+
}
|
|
66091
|
+
|
|
66092
|
+
.xl\:psui-placeholder-transparent:-ms-input-placeholder{
|
|
66093
|
+
color: transparent;
|
|
66094
|
+
}
|
|
66095
|
+
|
|
66096
|
+
.xl\:psui-placeholder-transparent::placeholder{
|
|
66097
|
+
color: transparent;
|
|
66098
|
+
}
|
|
66099
|
+
|
|
64937
66100
|
.xl\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
64938
66101
|
color: #ffffff !important;
|
|
64939
66102
|
}
|
|
@@ -65558,6 +66721,18 @@ html {
|
|
|
65558
66721
|
color: rgba(146, 120, 201, var(--placeholder-opacity));
|
|
65559
66722
|
}
|
|
65560
66723
|
|
|
66724
|
+
.xl\:focus\:psui-placeholder-transparent:focus::-moz-placeholder{
|
|
66725
|
+
color: transparent;
|
|
66726
|
+
}
|
|
66727
|
+
|
|
66728
|
+
.xl\:focus\:psui-placeholder-transparent:focus:-ms-input-placeholder{
|
|
66729
|
+
color: transparent;
|
|
66730
|
+
}
|
|
66731
|
+
|
|
66732
|
+
.xl\:focus\:psui-placeholder-transparent:focus::placeholder{
|
|
66733
|
+
color: transparent;
|
|
66734
|
+
}
|
|
66735
|
+
|
|
65561
66736
|
.xl\:psui-placeholder-opacity-0::-moz-placeholder{
|
|
65562
66737
|
--placeholder-opacity: 0;
|
|
65563
66738
|
}
|
|
@@ -66041,6 +67216,10 @@ html {
|
|
|
66041
67216
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
66042
67217
|
}
|
|
66043
67218
|
|
|
67219
|
+
.xl\:psui-text-transparent{
|
|
67220
|
+
color: transparent;
|
|
67221
|
+
}
|
|
67222
|
+
|
|
66044
67223
|
.xl\:hover\:psui-text-white:hover{
|
|
66045
67224
|
color: #ffffff !important;
|
|
66046
67225
|
}
|
|
@@ -66249,6 +67428,10 @@ html {
|
|
|
66249
67428
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
66250
67429
|
}
|
|
66251
67430
|
|
|
67431
|
+
.xl\:hover\:psui-text-transparent:hover{
|
|
67432
|
+
color: transparent;
|
|
67433
|
+
}
|
|
67434
|
+
|
|
66252
67435
|
.xl\:active\:psui-text-white:active{
|
|
66253
67436
|
color: #ffffff !important;
|
|
66254
67437
|
}
|
|
@@ -66457,6 +67640,10 @@ html {
|
|
|
66457
67640
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
66458
67641
|
}
|
|
66459
67642
|
|
|
67643
|
+
.xl\:active\:psui-text-transparent:active{
|
|
67644
|
+
color: transparent;
|
|
67645
|
+
}
|
|
67646
|
+
|
|
66460
67647
|
.xl\:focus\:psui-text-white:focus{
|
|
66461
67648
|
color: #ffffff !important;
|
|
66462
67649
|
}
|
|
@@ -66665,6 +67852,10 @@ html {
|
|
|
66665
67852
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
66666
67853
|
}
|
|
66667
67854
|
|
|
67855
|
+
.xl\:focus\:psui-text-transparent:focus{
|
|
67856
|
+
color: transparent;
|
|
67857
|
+
}
|
|
67858
|
+
|
|
66668
67859
|
.psui-group:hover .xl\:group-hover\:psui-text-white{
|
|
66669
67860
|
color: #ffffff !important;
|
|
66670
67861
|
}
|
|
@@ -66873,6 +68064,10 @@ html {
|
|
|
66873
68064
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
66874
68065
|
}
|
|
66875
68066
|
|
|
68067
|
+
.psui-group:hover .xl\:group-hover\:psui-text-transparent{
|
|
68068
|
+
color: transparent;
|
|
68069
|
+
}
|
|
68070
|
+
|
|
66876
68071
|
.xl\:first\:psui-text-white:first-child{
|
|
66877
68072
|
color: #ffffff !important;
|
|
66878
68073
|
}
|
|
@@ -67081,6 +68276,10 @@ html {
|
|
|
67081
68276
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
67082
68277
|
}
|
|
67083
68278
|
|
|
68279
|
+
.xl\:first\:psui-text-transparent:first-child{
|
|
68280
|
+
color: transparent;
|
|
68281
|
+
}
|
|
68282
|
+
|
|
67084
68283
|
.xl\:disabled\:psui-text-white:disabled{
|
|
67085
68284
|
color: #ffffff !important;
|
|
67086
68285
|
}
|
|
@@ -67289,6 +68488,10 @@ html {
|
|
|
67289
68488
|
color: rgba(146, 120, 201, var(--text-opacity));
|
|
67290
68489
|
}
|
|
67291
68490
|
|
|
68491
|
+
.xl\:disabled\:psui-text-transparent:disabled{
|
|
68492
|
+
color: transparent;
|
|
68493
|
+
}
|
|
68494
|
+
|
|
67292
68495
|
.xl\:psui-text-opacity-0{
|
|
67293
68496
|
--text-opacity: 0;
|
|
67294
68497
|
}
|
|
@@ -70743,4 +71946,4 @@ html {
|
|
|
70743
71946
|
-webkit-animation: bounce 1s infinite;
|
|
70744
71947
|
animation: bounce 1s infinite;
|
|
70745
71948
|
}
|
|
70746
|
-
}
|
|
71949
|
+
}
|