@policystudio/policy-studio-ui-vue 1.0.58 → 1.0.62
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 +276 -263
- package/package.json +1 -1
- package/src/assets/scss/components/PsAccordion.scss +8 -3
- package/src/assets/scss/components/PsInputSelect.scss +53 -32
- package/src/assets/scss/components/PsMiniTag.scss +52 -53
- package/src/assets/scss/components/PsTabHeader.scss +1 -3
- package/src/components/accordion/PsAccordionItem.vue +15 -4
- package/src/components/badges-and-tags/PsMiniTag.vue +5 -1
- package/src/components/buttons/PsButton.vue +17 -3
- package/src/components/controls/PsCheckboxSimple.vue +40 -5
- package/src/components/controls/PsDraggable.vue +3 -4
- package/src/components/forms/PsDropdown.vue +9 -0
- package/src/components/forms/PsInputSelect.vue +4 -2
- package/src/stories/Button.stories.js +20 -15
- package/src/stories/CheckboxSimple.stories.js +6 -5
- package/tailwind.config.js +1 -1
- package/vetur/attributes.json +150 -42
- package/vetur/tags.json +56 -8
package/dist/css/psui_styles.css
CHANGED
|
@@ -1137,7 +1137,7 @@ video {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
.psui-divide-white > :not(template) ~ :not(template){
|
|
1140
|
-
border-color: #ffffff
|
|
1140
|
+
border-color: #ffffff ;
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
1143
|
.psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -1488,7 +1488,7 @@ video {
|
|
|
1488
1488
|
}
|
|
1489
1489
|
|
|
1490
1490
|
.psui-bg-white{
|
|
1491
|
-
background-color: #ffffff
|
|
1491
|
+
background-color: #ffffff ;
|
|
1492
1492
|
}
|
|
1493
1493
|
|
|
1494
1494
|
.psui-bg-gray-10{
|
|
@@ -1706,7 +1706,7 @@ video {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
1708
|
.hover\:psui-bg-white:hover{
|
|
1709
|
-
background-color: #ffffff
|
|
1709
|
+
background-color: #ffffff ;
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
1712
|
.hover\:psui-bg-gray-10:hover{
|
|
@@ -1924,7 +1924,7 @@ video {
|
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
1926
1926
|
.active\:psui-bg-white:active{
|
|
1927
|
-
background-color: #ffffff
|
|
1927
|
+
background-color: #ffffff ;
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
1930
|
.active\:psui-bg-gray-10:active{
|
|
@@ -2142,7 +2142,7 @@ video {
|
|
|
2142
2142
|
}
|
|
2143
2143
|
|
|
2144
2144
|
.focus\:psui-bg-white:focus{
|
|
2145
|
-
background-color: #ffffff
|
|
2145
|
+
background-color: #ffffff ;
|
|
2146
2146
|
}
|
|
2147
2147
|
|
|
2148
2148
|
.focus\:psui-bg-gray-10:focus{
|
|
@@ -2360,7 +2360,7 @@ video {
|
|
|
2360
2360
|
}
|
|
2361
2361
|
|
|
2362
2362
|
.psui-group:hover .group-hover\:psui-bg-white{
|
|
2363
|
-
background-color: #ffffff
|
|
2363
|
+
background-color: #ffffff ;
|
|
2364
2364
|
}
|
|
2365
2365
|
|
|
2366
2366
|
.psui-group:hover .group-hover\:psui-bg-gray-10{
|
|
@@ -2578,7 +2578,7 @@ video {
|
|
|
2578
2578
|
}
|
|
2579
2579
|
|
|
2580
2580
|
.even\:psui-bg-white:nth-child(even){
|
|
2581
|
-
background-color: #ffffff
|
|
2581
|
+
background-color: #ffffff ;
|
|
2582
2582
|
}
|
|
2583
2583
|
|
|
2584
2584
|
.even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -2796,7 +2796,7 @@ video {
|
|
|
2796
2796
|
}
|
|
2797
2797
|
|
|
2798
2798
|
.first\:psui-bg-white:first-child{
|
|
2799
|
-
background-color: #ffffff
|
|
2799
|
+
background-color: #ffffff ;
|
|
2800
2800
|
}
|
|
2801
2801
|
|
|
2802
2802
|
.first\:psui-bg-gray-10:first-child{
|
|
@@ -3014,7 +3014,7 @@ video {
|
|
|
3014
3014
|
}
|
|
3015
3015
|
|
|
3016
3016
|
.disabled\:psui-bg-white:disabled{
|
|
3017
|
-
background-color: #ffffff
|
|
3017
|
+
background-color: #ffffff ;
|
|
3018
3018
|
}
|
|
3019
3019
|
|
|
3020
3020
|
.disabled\:psui-bg-gray-10:disabled{
|
|
@@ -3232,7 +3232,7 @@ video {
|
|
|
3232
3232
|
}
|
|
3233
3233
|
|
|
3234
3234
|
.checked\:psui-bg-white:checked{
|
|
3235
|
-
background-color: #ffffff
|
|
3235
|
+
background-color: #ffffff ;
|
|
3236
3236
|
}
|
|
3237
3237
|
|
|
3238
3238
|
.checked\:psui-bg-gray-10:checked{
|
|
@@ -3486,7 +3486,7 @@ video {
|
|
|
3486
3486
|
}
|
|
3487
3487
|
|
|
3488
3488
|
.psui-from-white{
|
|
3489
|
-
--gradient-from-color: #ffffff
|
|
3489
|
+
--gradient-from-color: #ffffff ;
|
|
3490
3490
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
3491
3491
|
}
|
|
3492
3492
|
|
|
@@ -3671,7 +3671,7 @@ video {
|
|
|
3671
3671
|
}
|
|
3672
3672
|
|
|
3673
3673
|
.psui-via-white{
|
|
3674
|
-
--gradient-via-color: #ffffff
|
|
3674
|
+
--gradient-via-color: #ffffff ;
|
|
3675
3675
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
3676
3676
|
}
|
|
3677
3677
|
|
|
@@ -3856,7 +3856,7 @@ video {
|
|
|
3856
3856
|
}
|
|
3857
3857
|
|
|
3858
3858
|
.psui-to-white{
|
|
3859
|
-
--gradient-to-color: #ffffff
|
|
3859
|
+
--gradient-to-color: #ffffff ;
|
|
3860
3860
|
}
|
|
3861
3861
|
|
|
3862
3862
|
.psui-to-gray-10{
|
|
@@ -4004,7 +4004,7 @@ video {
|
|
|
4004
4004
|
}
|
|
4005
4005
|
|
|
4006
4006
|
.hover\:psui-from-white:hover{
|
|
4007
|
-
--gradient-from-color: #ffffff
|
|
4007
|
+
--gradient-from-color: #ffffff ;
|
|
4008
4008
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
4009
4009
|
}
|
|
4010
4010
|
|
|
@@ -4189,7 +4189,7 @@ video {
|
|
|
4189
4189
|
}
|
|
4190
4190
|
|
|
4191
4191
|
.hover\:psui-via-white:hover{
|
|
4192
|
-
--gradient-via-color: #ffffff
|
|
4192
|
+
--gradient-via-color: #ffffff ;
|
|
4193
4193
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
4194
4194
|
}
|
|
4195
4195
|
|
|
@@ -4374,7 +4374,7 @@ video {
|
|
|
4374
4374
|
}
|
|
4375
4375
|
|
|
4376
4376
|
.hover\:psui-to-white:hover{
|
|
4377
|
-
--gradient-to-color: #ffffff
|
|
4377
|
+
--gradient-to-color: #ffffff ;
|
|
4378
4378
|
}
|
|
4379
4379
|
|
|
4380
4380
|
.hover\:psui-to-gray-10:hover{
|
|
@@ -4522,7 +4522,7 @@ video {
|
|
|
4522
4522
|
}
|
|
4523
4523
|
|
|
4524
4524
|
.focus\:psui-from-white:focus{
|
|
4525
|
-
--gradient-from-color: #ffffff
|
|
4525
|
+
--gradient-from-color: #ffffff ;
|
|
4526
4526
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
4527
4527
|
}
|
|
4528
4528
|
|
|
@@ -4707,7 +4707,7 @@ video {
|
|
|
4707
4707
|
}
|
|
4708
4708
|
|
|
4709
4709
|
.focus\:psui-via-white:focus{
|
|
4710
|
-
--gradient-via-color: #ffffff
|
|
4710
|
+
--gradient-via-color: #ffffff ;
|
|
4711
4711
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
4712
4712
|
}
|
|
4713
4713
|
|
|
@@ -4892,7 +4892,7 @@ video {
|
|
|
4892
4892
|
}
|
|
4893
4893
|
|
|
4894
4894
|
.focus\:psui-to-white:focus{
|
|
4895
|
-
--gradient-to-color: #ffffff
|
|
4895
|
+
--gradient-to-color: #ffffff ;
|
|
4896
4896
|
}
|
|
4897
4897
|
|
|
4898
4898
|
.focus\:psui-to-gray-10:focus{
|
|
@@ -5180,7 +5180,7 @@ video {
|
|
|
5180
5180
|
}
|
|
5181
5181
|
|
|
5182
5182
|
.psui-border-white{
|
|
5183
|
-
border-color: #ffffff
|
|
5183
|
+
border-color: #ffffff ;
|
|
5184
5184
|
}
|
|
5185
5185
|
|
|
5186
5186
|
.psui-border-gray-10{
|
|
@@ -5404,7 +5404,7 @@ video {
|
|
|
5404
5404
|
}
|
|
5405
5405
|
|
|
5406
5406
|
.disabled\:psui-border-white:disabled{
|
|
5407
|
-
border-color: #ffffff
|
|
5407
|
+
border-color: #ffffff ;
|
|
5408
5408
|
}
|
|
5409
5409
|
|
|
5410
5410
|
.disabled\:psui-border-gray-10:disabled{
|
|
@@ -5628,7 +5628,7 @@ video {
|
|
|
5628
5628
|
}
|
|
5629
5629
|
|
|
5630
5630
|
.hover\:psui-border-white:hover{
|
|
5631
|
-
border-color: #ffffff
|
|
5631
|
+
border-color: #ffffff ;
|
|
5632
5632
|
}
|
|
5633
5633
|
|
|
5634
5634
|
.hover\:psui-border-gray-10:hover{
|
|
@@ -5852,7 +5852,7 @@ video {
|
|
|
5852
5852
|
}
|
|
5853
5853
|
|
|
5854
5854
|
.checked\:psui-border-white:checked{
|
|
5855
|
-
border-color: #ffffff
|
|
5855
|
+
border-color: #ffffff ;
|
|
5856
5856
|
}
|
|
5857
5857
|
|
|
5858
5858
|
.checked\:psui-border-gray-10:checked{
|
|
@@ -10203,15 +10203,15 @@ video {
|
|
|
10203
10203
|
}
|
|
10204
10204
|
|
|
10205
10205
|
.psui-placeholder-white::-moz-placeholder{
|
|
10206
|
-
color: #ffffff
|
|
10206
|
+
color: #ffffff ;
|
|
10207
10207
|
}
|
|
10208
10208
|
|
|
10209
10209
|
.psui-placeholder-white:-ms-input-placeholder{
|
|
10210
|
-
color: #ffffff
|
|
10210
|
+
color: #ffffff ;
|
|
10211
10211
|
}
|
|
10212
10212
|
|
|
10213
10213
|
.psui-placeholder-white::placeholder{
|
|
10214
|
-
color: #ffffff
|
|
10214
|
+
color: #ffffff ;
|
|
10215
10215
|
}
|
|
10216
10216
|
|
|
10217
10217
|
.psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -10857,15 +10857,15 @@ video {
|
|
|
10857
10857
|
}
|
|
10858
10858
|
|
|
10859
10859
|
.focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
10860
|
-
color: #ffffff
|
|
10860
|
+
color: #ffffff ;
|
|
10861
10861
|
}
|
|
10862
10862
|
|
|
10863
10863
|
.focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
10864
|
-
color: #ffffff
|
|
10864
|
+
color: #ffffff ;
|
|
10865
10865
|
}
|
|
10866
10866
|
|
|
10867
10867
|
.focus\:psui-placeholder-white:focus::placeholder{
|
|
10868
|
-
color: #ffffff
|
|
10868
|
+
color: #ffffff ;
|
|
10869
10869
|
}
|
|
10870
10870
|
|
|
10871
10871
|
.focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -11890,7 +11890,7 @@ video {
|
|
|
11890
11890
|
}
|
|
11891
11891
|
|
|
11892
11892
|
.psui-text-white{
|
|
11893
|
-
color: #ffffff
|
|
11893
|
+
color: #ffffff ;
|
|
11894
11894
|
}
|
|
11895
11895
|
|
|
11896
11896
|
.psui-text-gray-10{
|
|
@@ -12108,7 +12108,7 @@ video {
|
|
|
12108
12108
|
}
|
|
12109
12109
|
|
|
12110
12110
|
.hover\:psui-text-white:hover{
|
|
12111
|
-
color: #ffffff
|
|
12111
|
+
color: #ffffff ;
|
|
12112
12112
|
}
|
|
12113
12113
|
|
|
12114
12114
|
.hover\:psui-text-gray-10:hover{
|
|
@@ -12326,7 +12326,7 @@ video {
|
|
|
12326
12326
|
}
|
|
12327
12327
|
|
|
12328
12328
|
.active\:psui-text-white:active{
|
|
12329
|
-
color: #ffffff
|
|
12329
|
+
color: #ffffff ;
|
|
12330
12330
|
}
|
|
12331
12331
|
|
|
12332
12332
|
.active\:psui-text-gray-10:active{
|
|
@@ -12544,7 +12544,7 @@ video {
|
|
|
12544
12544
|
}
|
|
12545
12545
|
|
|
12546
12546
|
.focus\:psui-text-white:focus{
|
|
12547
|
-
color: #ffffff
|
|
12547
|
+
color: #ffffff ;
|
|
12548
12548
|
}
|
|
12549
12549
|
|
|
12550
12550
|
.focus\:psui-text-gray-10:focus{
|
|
@@ -12762,7 +12762,7 @@ video {
|
|
|
12762
12762
|
}
|
|
12763
12763
|
|
|
12764
12764
|
.psui-group:hover .group-hover\:psui-text-white{
|
|
12765
|
-
color: #ffffff
|
|
12765
|
+
color: #ffffff ;
|
|
12766
12766
|
}
|
|
12767
12767
|
|
|
12768
12768
|
.psui-group:hover .group-hover\:psui-text-gray-10{
|
|
@@ -12980,7 +12980,7 @@ video {
|
|
|
12980
12980
|
}
|
|
12981
12981
|
|
|
12982
12982
|
.first\:psui-text-white:first-child{
|
|
12983
|
-
color: #ffffff
|
|
12983
|
+
color: #ffffff ;
|
|
12984
12984
|
}
|
|
12985
12985
|
|
|
12986
12986
|
.first\:psui-text-gray-10:first-child{
|
|
@@ -13198,7 +13198,7 @@ video {
|
|
|
13198
13198
|
}
|
|
13199
13199
|
|
|
13200
13200
|
.disabled\:psui-text-white:disabled{
|
|
13201
|
-
color: #ffffff
|
|
13201
|
+
color: #ffffff ;
|
|
13202
13202
|
}
|
|
13203
13203
|
|
|
13204
13204
|
.disabled\:psui-text-gray-10:disabled{
|
|
@@ -13416,7 +13416,7 @@ video {
|
|
|
13416
13416
|
}
|
|
13417
13417
|
|
|
13418
13418
|
.checked\:psui-text-white:checked{
|
|
13419
|
-
color: #ffffff
|
|
13419
|
+
color: #ffffff ;
|
|
13420
13420
|
}
|
|
13421
13421
|
|
|
13422
13422
|
.checked\:psui-text-gray-10:checked{
|
|
@@ -17317,7 +17317,7 @@ html {
|
|
|
17317
17317
|
width: 100%;
|
|
17318
17318
|
display: flex;
|
|
17319
17319
|
border-radius: 0.125rem;
|
|
17320
|
-
background-color: #ffffff;
|
|
17320
|
+
background-color: #ffffff ;
|
|
17321
17321
|
align-items: center;
|
|
17322
17322
|
cursor: -webkit-grab;
|
|
17323
17323
|
cursor: grab;
|
|
@@ -17391,9 +17391,9 @@ html {
|
|
|
17391
17391
|
}
|
|
17392
17392
|
|
|
17393
17393
|
.psui-el-input-select {
|
|
17394
|
-
width: 100%;
|
|
17395
17394
|
display: flex;
|
|
17396
17395
|
flex-direction: column;
|
|
17396
|
+
width: 100%;
|
|
17397
17397
|
position: relative;
|
|
17398
17398
|
--text-opacity: 1;
|
|
17399
17399
|
color: #A2ACB7;
|
|
@@ -17421,15 +17421,15 @@ html {
|
|
|
17421
17421
|
border-color: rgba(230, 236, 242, var(--border-opacity)) !important;
|
|
17422
17422
|
--bg-opacity: 1 !important;
|
|
17423
17423
|
background-color: #E6ECF2 !important;
|
|
17424
|
-
background-color: rgba(230, 236, 242, var(--bg-opacity)) !important
|
|
17424
|
+
background-color: rgba(230, 236, 242, var(--bg-opacity)) !important;
|
|
17425
17425
|
}
|
|
17426
17426
|
|
|
17427
|
-
.psui-el-input-select.disabled::after {
|
|
17428
|
-
|
|
17429
|
-
|
|
17430
|
-
|
|
17431
|
-
|
|
17432
|
-
|
|
17427
|
+
.psui-el-input-select.disabled .psui-el-input-select-wrapper::after {
|
|
17428
|
+
--text-opacity: 1 !important;
|
|
17429
|
+
color: #798490 !important;
|
|
17430
|
+
color: rgba(121, 132, 144, var(--text-opacity)) !important;
|
|
17431
|
+
z-index: 100 !important;
|
|
17432
|
+
}
|
|
17433
17433
|
|
|
17434
17434
|
.psui-el-input-select.layout-default.selected select {
|
|
17435
17435
|
--border-opacity: 1;
|
|
@@ -17440,20 +17440,25 @@ html {
|
|
|
17440
17440
|
color: rgba(81, 94, 106, var(--text-opacity))
|
|
17441
17441
|
}
|
|
17442
17442
|
|
|
17443
|
-
.psui-el-input-select.layout-default
|
|
17444
|
-
position:
|
|
17445
|
-
|
|
17446
|
-
--text-opacity: 1;
|
|
17447
|
-
color: #798490;
|
|
17448
|
-
color: rgba(121, 132, 144, var(--text-opacity));
|
|
17449
|
-
content: 'arrow_drop_down';
|
|
17450
|
-
font-family: 'Material Icons Round';
|
|
17451
|
-
font-size: 24px;
|
|
17452
|
-
top: 38px;
|
|
17453
|
-
right: 15px;
|
|
17454
|
-
z-index: -20;
|
|
17443
|
+
.psui-el-input-select.layout-default .psui-el-input-select-wrapper {
|
|
17444
|
+
position: relative;
|
|
17445
|
+
width: auto;
|
|
17455
17446
|
}
|
|
17456
17447
|
|
|
17448
|
+
.psui-el-input-select.layout-default .psui-el-input-select-wrapper::after {
|
|
17449
|
+
position: absolute;
|
|
17450
|
+
display: inline-block;
|
|
17451
|
+
--text-opacity: 1;
|
|
17452
|
+
color: #798490;
|
|
17453
|
+
color: rgba(121, 132, 144, var(--text-opacity));
|
|
17454
|
+
content: 'arrow_drop_down';
|
|
17455
|
+
font-family: 'Material Icons Round';
|
|
17456
|
+
font-size: 24px;
|
|
17457
|
+
top: 13%;
|
|
17458
|
+
left: calc(100% - 26px);
|
|
17459
|
+
z-index: -20;
|
|
17460
|
+
}
|
|
17461
|
+
|
|
17457
17462
|
.psui-el-input-select.layout-default select {
|
|
17458
17463
|
-webkit-appearance: none;
|
|
17459
17464
|
-moz-appearance: none;
|
|
@@ -17461,7 +17466,6 @@ html {
|
|
|
17461
17466
|
background-color: transparent;
|
|
17462
17467
|
font-size: 16px;
|
|
17463
17468
|
line-height: 130%;
|
|
17464
|
-
width: 100%;
|
|
17465
17469
|
border-width: 1px;
|
|
17466
17470
|
--border-opacity: 1;
|
|
17467
17471
|
border-color: #D6DDE5;
|
|
@@ -17470,7 +17474,8 @@ html {
|
|
|
17470
17474
|
--text-opacity: 1;
|
|
17471
17475
|
color: #A2ACB7;
|
|
17472
17476
|
color: rgba(162, 172, 183, var(--text-opacity));
|
|
17473
|
-
padding: 11.5px 16px;
|
|
17477
|
+
padding: 11.5px 26px 11.5px 16px;
|
|
17478
|
+
min-width: 100%;
|
|
17474
17479
|
}
|
|
17475
17480
|
|
|
17476
17481
|
.psui-el-input-select.layout-default select:hover,
|
|
@@ -17513,14 +17518,33 @@ html {
|
|
|
17513
17518
|
line-height: 24px;
|
|
17514
17519
|
}
|
|
17515
17520
|
|
|
17521
|
+
.psui-el-input-select.layout-mini .psui-el-input-select-wrapper {
|
|
17522
|
+
position: relative;
|
|
17523
|
+
width: 100%;
|
|
17524
|
+
}
|
|
17525
|
+
|
|
17526
|
+
.psui-el-input-select.layout-mini .psui-el-input-select-wrapper::after {
|
|
17527
|
+
position: absolute;
|
|
17528
|
+
display: inline-block;
|
|
17529
|
+
--text-opacity: 1;
|
|
17530
|
+
color: #798490;
|
|
17531
|
+
color: rgba(121, 132, 144, var(--text-opacity));
|
|
17532
|
+
content: 'unfold_more';
|
|
17533
|
+
font-family: 'Material Icons Round';
|
|
17534
|
+
font-size: 18px;
|
|
17535
|
+
top: 13%;
|
|
17536
|
+
left: calc(100% - 26px);
|
|
17537
|
+
z-index: -20;
|
|
17538
|
+
}
|
|
17539
|
+
|
|
17516
17540
|
.psui-el-input-select.layout-mini select {
|
|
17517
17541
|
font-size: 14px;
|
|
17518
17542
|
line-height: 130%;
|
|
17543
|
+
width: 100%;
|
|
17519
17544
|
-webkit-appearance: none;
|
|
17520
17545
|
-moz-appearance: none;
|
|
17521
17546
|
appearance: none;
|
|
17522
17547
|
background-color: transparent;
|
|
17523
|
-
width: 100%;
|
|
17524
17548
|
border-width: 1px;
|
|
17525
17549
|
--border-opacity: 1;
|
|
17526
17550
|
border-color: #D6DDE5;
|
|
@@ -17548,27 +17572,16 @@ html {
|
|
|
17548
17572
|
color: rgba(121, 132, 144, var(--text-opacity))
|
|
17549
17573
|
}
|
|
17550
17574
|
|
|
17551
|
-
.psui-el-input-select.layout-mini
|
|
17552
|
-
|
|
17553
|
-
|
|
17554
|
-
|
|
17555
|
-
|
|
17556
|
-
color: rgba(121, 132, 144, var(--text-opacity));
|
|
17557
|
-
content: 'unfold_more';
|
|
17558
|
-
font-family: 'Material Icons Round';
|
|
17559
|
-
font-size: 18px;
|
|
17560
|
-
top: 4px;
|
|
17561
|
-
right: 4px;
|
|
17562
|
-
z-index: -20;
|
|
17563
|
-
}
|
|
17575
|
+
.psui-el-input-select.layout-mini.selected .psui-el-input-select-wrapper select {
|
|
17576
|
+
--border-opacity: 1 !important;
|
|
17577
|
+
border-color: #5DB883 !important;
|
|
17578
|
+
border-color: rgba(93, 184, 131, var(--border-opacity)) !important;
|
|
17579
|
+
}
|
|
17564
17580
|
|
|
17565
|
-
.psui-el-input-select.layout-mini.selected
|
|
17566
|
-
--border-opacity: 1;
|
|
17567
|
-
border-color: #5DB883;
|
|
17568
|
-
border-color: rgba(93, 184, 131, var(--border-opacity));
|
|
17581
|
+
.psui-el-input-select.layout-mini.selected:not(option) {
|
|
17569
17582
|
--text-opacity: 1;
|
|
17570
17583
|
color: #44A06A;
|
|
17571
|
-
color: rgba(68, 160, 106, var(--text-opacity))
|
|
17584
|
+
color: rgba(68, 160, 106, var(--text-opacity));
|
|
17572
17585
|
}
|
|
17573
17586
|
|
|
17574
17587
|
.psui-el-input-textarea {
|
|
@@ -17636,7 +17649,7 @@ html {
|
|
|
17636
17649
|
--border-opacity: 1;
|
|
17637
17650
|
border-color: #D6DDE5;
|
|
17638
17651
|
border-color: rgba(214, 221, 229, var(--border-opacity));
|
|
17639
|
-
background-color: #ffffff;
|
|
17652
|
+
background-color: #ffffff ;
|
|
17640
17653
|
--text-opacity: 1;
|
|
17641
17654
|
color: #515E6A;
|
|
17642
17655
|
color: rgba(81, 94, 106, var(--text-opacity));
|
|
@@ -17699,7 +17712,7 @@ html {
|
|
|
17699
17712
|
--bg-opacity: 1;
|
|
17700
17713
|
background-color: #798490;
|
|
17701
17714
|
background-color: rgba(121, 132, 144, var(--bg-opacity));
|
|
17702
|
-
color: #ffffff;
|
|
17715
|
+
color: #ffffff ;
|
|
17703
17716
|
padding: 5px 8px 4px 8px;
|
|
17704
17717
|
border-radius: 4px;
|
|
17705
17718
|
}
|
|
@@ -17736,7 +17749,7 @@ html {
|
|
|
17736
17749
|
--bg-opacity: 1;
|
|
17737
17750
|
background-color: #00465F;
|
|
17738
17751
|
background-color: rgba(0, 70, 95, var(--bg-opacity));
|
|
17739
|
-
color: #ffffff;
|
|
17752
|
+
color: #ffffff ;
|
|
17740
17753
|
box-shadow: none;
|
|
17741
17754
|
font-size: 12px;
|
|
17742
17755
|
line-height: 120%;
|
|
@@ -17767,7 +17780,7 @@ html {
|
|
|
17767
17780
|
}
|
|
17768
17781
|
|
|
17769
17782
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white {
|
|
17770
|
-
background-color: #ffffff;
|
|
17783
|
+
background-color: #ffffff ;
|
|
17771
17784
|
padding-top: 1rem;
|
|
17772
17785
|
padding-bottom: 1rem;
|
|
17773
17786
|
padding-left: 1.5rem;
|
|
@@ -17833,14 +17846,14 @@ html {
|
|
|
17833
17846
|
}
|
|
17834
17847
|
|
|
17835
17848
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark h2 {
|
|
17836
|
-
color: #ffffff;
|
|
17849
|
+
color: #ffffff ;
|
|
17837
17850
|
font-weight: 700;
|
|
17838
17851
|
font-size: 17px;
|
|
17839
17852
|
line-height: 120%;
|
|
17840
17853
|
}
|
|
17841
17854
|
|
|
17842
17855
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark .psui-el-tooltip-content-wrapper {
|
|
17843
|
-
color: #ffffff;
|
|
17856
|
+
color: #ffffff ;
|
|
17844
17857
|
font-weight: 400;
|
|
17845
17858
|
display: flex;
|
|
17846
17859
|
flex-direction: column;
|
|
@@ -17854,7 +17867,7 @@ html {
|
|
|
17854
17867
|
--bg-opacity: 1;
|
|
17855
17868
|
background-color: #318FAC;
|
|
17856
17869
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
17857
|
-
color: #ffffff;
|
|
17870
|
+
color: #ffffff ;
|
|
17858
17871
|
font-weight: 700;
|
|
17859
17872
|
padding: 7px 16px;
|
|
17860
17873
|
width: -webkit-fit-content;
|
|
@@ -17881,14 +17894,14 @@ html {
|
|
|
17881
17894
|
}
|
|
17882
17895
|
|
|
17883
17896
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color h2 {
|
|
17884
|
-
color: #ffffff;
|
|
17897
|
+
color: #ffffff ;
|
|
17885
17898
|
font-weight: 700;
|
|
17886
17899
|
font-size: 17px;
|
|
17887
17900
|
line-height: 120%;
|
|
17888
17901
|
}
|
|
17889
17902
|
|
|
17890
17903
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color .psui-el-tooltip-content-wrapper {
|
|
17891
|
-
color: #ffffff;
|
|
17904
|
+
color: #ffffff ;
|
|
17892
17905
|
font-weight: 400;
|
|
17893
17906
|
display: flex;
|
|
17894
17907
|
flex-direction: column;
|
|
@@ -17902,7 +17915,7 @@ html {
|
|
|
17902
17915
|
--bg-opacity: 1;
|
|
17903
17916
|
background-color: #318FAC;
|
|
17904
17917
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
17905
|
-
color: #ffffff;
|
|
17918
|
+
color: #ffffff ;
|
|
17906
17919
|
font-weight: 700;
|
|
17907
17920
|
padding: 7px 16px;
|
|
17908
17921
|
width: -webkit-fit-content;
|
|
@@ -18007,7 +18020,7 @@ html {
|
|
|
18007
18020
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper {
|
|
18008
18021
|
position: absolute;
|
|
18009
18022
|
left: 0;
|
|
18010
|
-
background-color: #ffffff;
|
|
18023
|
+
background-color: #ffffff ;
|
|
18011
18024
|
border-radius: 0.25rem;
|
|
18012
18025
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
|
|
18013
18026
|
z-index: 50;
|
|
@@ -18018,7 +18031,7 @@ html {
|
|
|
18018
18031
|
|
|
18019
18032
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown {
|
|
18020
18033
|
display: flex;
|
|
18021
|
-
background-color: #ffffff;
|
|
18034
|
+
background-color: #ffffff ;
|
|
18022
18035
|
}
|
|
18023
18036
|
|
|
18024
18037
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown .psui-el-inline-selector-error {
|
|
@@ -18042,7 +18055,7 @@ html {
|
|
|
18042
18055
|
|
|
18043
18056
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul {
|
|
18044
18057
|
width: 100%;
|
|
18045
|
-
background-color: #ffffff;
|
|
18058
|
+
background-color: #ffffff ;
|
|
18046
18059
|
}
|
|
18047
18060
|
|
|
18048
18061
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul li {
|
|
@@ -18091,7 +18104,7 @@ html {
|
|
|
18091
18104
|
|
|
18092
18105
|
.psui-el-mini-tag {
|
|
18093
18106
|
display: flex;
|
|
18094
|
-
border-radius:
|
|
18107
|
+
border-radius: 9999px;
|
|
18095
18108
|
align-items: center;
|
|
18096
18109
|
justify-content: center;
|
|
18097
18110
|
flex-direction: row;
|
|
@@ -18113,7 +18126,7 @@ html {
|
|
|
18113
18126
|
--bg-opacity: 1;
|
|
18114
18127
|
background-color: #64B5CE;
|
|
18115
18128
|
background-color: rgba(100, 181, 206, var(--bg-opacity));
|
|
18116
|
-
color: #ffffff
|
|
18129
|
+
color: #ffffff
|
|
18117
18130
|
}
|
|
18118
18131
|
|
|
18119
18132
|
.psui-el-mini-tag-layout-info {
|
|
@@ -18129,7 +18142,7 @@ html {
|
|
|
18129
18142
|
--bg-opacity: 1;
|
|
18130
18143
|
background-color: #5DB883;
|
|
18131
18144
|
background-color: rgba(93, 184, 131, var(--bg-opacity));
|
|
18132
|
-
color: #ffffff
|
|
18145
|
+
color: #ffffff
|
|
18133
18146
|
}
|
|
18134
18147
|
|
|
18135
18148
|
.psui-el-mini-tag-layout-success {
|
|
@@ -18145,7 +18158,7 @@ html {
|
|
|
18145
18158
|
--bg-opacity: 1;
|
|
18146
18159
|
background-color: #EDAB3E;
|
|
18147
18160
|
background-color: rgba(237, 171, 62, var(--bg-opacity));
|
|
18148
|
-
color: #ffffff
|
|
18161
|
+
color: #ffffff
|
|
18149
18162
|
}
|
|
18150
18163
|
|
|
18151
18164
|
.psui-el-mini-tag-layout-warning {
|
|
@@ -18161,7 +18174,7 @@ html {
|
|
|
18161
18174
|
--bg-opacity: 1;
|
|
18162
18175
|
background-color: #D65C5A;
|
|
18163
18176
|
background-color: rgba(214, 92, 90, var(--bg-opacity));
|
|
18164
|
-
color: #ffffff
|
|
18177
|
+
color: #ffffff
|
|
18165
18178
|
}
|
|
18166
18179
|
|
|
18167
18180
|
.psui-el-mini-tag-layout-error {
|
|
@@ -18177,7 +18190,7 @@ html {
|
|
|
18177
18190
|
--bg-opacity: 1;
|
|
18178
18191
|
background-color: #A2ACB7;
|
|
18179
18192
|
background-color: rgba(162, 172, 183, var(--bg-opacity));
|
|
18180
|
-
color: #ffffff
|
|
18193
|
+
color: #ffffff
|
|
18181
18194
|
}
|
|
18182
18195
|
|
|
18183
18196
|
.psui-el-mini-tag-layout-default {
|
|
@@ -18194,7 +18207,7 @@ html {
|
|
|
18194
18207
|
align-items: center;
|
|
18195
18208
|
font-size: 16px;
|
|
18196
18209
|
line-height: 130%;
|
|
18197
|
-
color: #ffffff;
|
|
18210
|
+
color: #ffffff ;
|
|
18198
18211
|
padding-top: 0.75rem;
|
|
18199
18212
|
padding-bottom: 0.75rem;
|
|
18200
18213
|
padding-left: 1rem;
|
|
@@ -18358,7 +18371,7 @@ html {
|
|
|
18358
18371
|
.psui-el-dropdown-menu-dialog-wrapper {
|
|
18359
18372
|
display: none;
|
|
18360
18373
|
transform-origin: top right;
|
|
18361
|
-
background-color: #ffffff;
|
|
18374
|
+
background-color: #ffffff ;
|
|
18362
18375
|
position: fixed;
|
|
18363
18376
|
width: auto;
|
|
18364
18377
|
border-radius: 0.375rem;
|
|
@@ -18437,7 +18450,7 @@ html {
|
|
|
18437
18450
|
position: absolute;
|
|
18438
18451
|
height: 0.75rem;
|
|
18439
18452
|
width: 0.75rem;
|
|
18440
|
-
background-color: #ffffff;
|
|
18453
|
+
background-color: #ffffff ;
|
|
18441
18454
|
border-radius: 9999px;
|
|
18442
18455
|
transition-property: all;
|
|
18443
18456
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -18459,7 +18472,7 @@ html {
|
|
|
18459
18472
|
position: absolute;
|
|
18460
18473
|
height: 0.75rem;
|
|
18461
18474
|
width: 0.75rem;
|
|
18462
|
-
background-color: #ffffff;
|
|
18475
|
+
background-color: #ffffff ;
|
|
18463
18476
|
border-radius: 9999px;
|
|
18464
18477
|
transition-property: all;
|
|
18465
18478
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -18503,7 +18516,7 @@ html {
|
|
|
18503
18516
|
position: absolute;
|
|
18504
18517
|
height: 1.25rem;
|
|
18505
18518
|
width: 1.25rem;
|
|
18506
|
-
background-color: #ffffff;
|
|
18519
|
+
background-color: #ffffff ;
|
|
18507
18520
|
border-radius: 9999px;
|
|
18508
18521
|
transition-property: all;
|
|
18509
18522
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -18524,7 +18537,7 @@ html {
|
|
|
18524
18537
|
position: absolute;
|
|
18525
18538
|
height: 1.25rem;
|
|
18526
18539
|
width: 1.25rem;
|
|
18527
|
-
background-color: #ffffff;
|
|
18540
|
+
background-color: #ffffff ;
|
|
18528
18541
|
border-radius: 9999px;
|
|
18529
18542
|
transition-property: all;
|
|
18530
18543
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -19370,21 +19383,21 @@ html {
|
|
|
19370
19383
|
--bg-opacity: 1;
|
|
19371
19384
|
background-color: #318FAC;
|
|
19372
19385
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
19373
|
-
color: #ffffff;
|
|
19386
|
+
color: #ffffff ;
|
|
19374
19387
|
}
|
|
19375
19388
|
|
|
19376
19389
|
.psui-el-button.layout-solid.hover {
|
|
19377
19390
|
--bg-opacity: 1;
|
|
19378
19391
|
background-color: #64B5CE;
|
|
19379
19392
|
background-color: rgba(100, 181, 206, var(--bg-opacity));
|
|
19380
|
-
color: #ffffff;
|
|
19393
|
+
color: #ffffff ;
|
|
19381
19394
|
}
|
|
19382
19395
|
|
|
19383
19396
|
.psui-el-button.layout-solid:active:not(.disabled) {
|
|
19384
19397
|
--bg-opacity: 1;
|
|
19385
19398
|
background-color: #64B5CE;
|
|
19386
19399
|
background-color: rgba(100, 181, 206, var(--bg-opacity));
|
|
19387
|
-
color: #ffffff;
|
|
19400
|
+
color: #ffffff ;
|
|
19388
19401
|
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
|
|
19389
19402
|
}
|
|
19390
19403
|
|
|
@@ -19457,7 +19470,7 @@ html {
|
|
|
19457
19470
|
}
|
|
19458
19471
|
|
|
19459
19472
|
.psui-el-button.layout-onlytext {
|
|
19460
|
-
background-color: #ffffff;
|
|
19473
|
+
background-color: #ffffff ;
|
|
19461
19474
|
--text-opacity: 1;
|
|
19462
19475
|
color: #318FAC;
|
|
19463
19476
|
color: rgba(49, 143, 172, var(--text-opacity));
|
|
@@ -19637,7 +19650,7 @@ html {
|
|
|
19637
19650
|
--text-opacity: 1;
|
|
19638
19651
|
color: #318FAC;
|
|
19639
19652
|
color: rgba(49, 143, 172, var(--text-opacity));
|
|
19640
|
-
background-color: #ffffff;
|
|
19653
|
+
background-color: #ffffff ;
|
|
19641
19654
|
}
|
|
19642
19655
|
|
|
19643
19656
|
.psui-el-chips.type-button label:focus,
|
|
@@ -19758,7 +19771,7 @@ html {
|
|
|
19758
19771
|
background-color: #D6DDE5;
|
|
19759
19772
|
background-color: rgba(214, 221, 229, var(--bg-opacity));
|
|
19760
19773
|
border-radius: 9999px;
|
|
19761
|
-
color: #ffffff;
|
|
19774
|
+
color: #ffffff ;
|
|
19762
19775
|
margin-right: 0.5rem;
|
|
19763
19776
|
width: 1.5rem;
|
|
19764
19777
|
height: 1.5rem;
|
|
@@ -19810,7 +19823,7 @@ html {
|
|
|
19810
19823
|
--bg-opacity: 1;
|
|
19811
19824
|
background-color: #318FAC;
|
|
19812
19825
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
19813
|
-
color: #ffffff;
|
|
19826
|
+
color: #ffffff ;
|
|
19814
19827
|
font-weight: 700;
|
|
19815
19828
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 2px 5px rgba(0, 0, 0, 0.08);
|
|
19816
19829
|
}
|
|
@@ -19895,7 +19908,7 @@ html {
|
|
|
19895
19908
|
}
|
|
19896
19909
|
|
|
19897
19910
|
.psui-el-tab-header.layout-standard button.status-active {
|
|
19898
|
-
color: #ffffff;
|
|
19911
|
+
color: #ffffff ;
|
|
19899
19912
|
--bg-opacity: 1;
|
|
19900
19913
|
background-color: #318FAC;
|
|
19901
19914
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
@@ -19910,13 +19923,6 @@ html {
|
|
|
19910
19923
|
|
|
19911
19924
|
/* ----------------------------------------- */
|
|
19912
19925
|
|
|
19913
|
-
.psui-el-tab-header.layout-underline {
|
|
19914
|
-
border-bottom-width: 1px;
|
|
19915
|
-
--border-opacity: 1;
|
|
19916
|
-
border-color: #E6ECF2;
|
|
19917
|
-
border-color: rgba(230, 236, 242, var(--border-opacity));
|
|
19918
|
-
}
|
|
19919
|
-
|
|
19920
19926
|
.psui-el-tab-header.layout-underline .psui-el-tooltip:not(:last-child) {
|
|
19921
19927
|
margin-right: 20px;
|
|
19922
19928
|
}
|
|
@@ -19994,7 +20000,7 @@ html {
|
|
|
19994
20000
|
color: #318FAC;
|
|
19995
20001
|
color: rgba(49, 143, 172, var(--text-opacity));
|
|
19996
20002
|
font-weight: 700;
|
|
19997
|
-
background-color: #ffffff;
|
|
20003
|
+
background-color: #ffffff ;
|
|
19998
20004
|
}
|
|
19999
20005
|
|
|
20000
20006
|
.psui-el-accordion-item {
|
|
@@ -20003,23 +20009,30 @@ html {
|
|
|
20003
20009
|
|
|
20004
20010
|
.psui-el-accordion-item-header {
|
|
20005
20011
|
display: flex;
|
|
20006
|
-
cursor: pointer;
|
|
20007
|
-
transition-property: all;
|
|
20008
20012
|
justify-content: space-between;
|
|
20009
|
-
|
|
20010
|
-
--text-opacity: 1;
|
|
20011
|
-
color: #28323B;
|
|
20012
|
-
color: rgba(40, 50, 59, var(--text-opacity));
|
|
20013
|
+
align-items: center;
|
|
20013
20014
|
padding-top: 16px;
|
|
20014
20015
|
padding-bottom: 16px;
|
|
20015
20016
|
}
|
|
20016
20017
|
|
|
20017
|
-
.psui-el-accordion-item-header
|
|
20018
|
+
.psui-el-accordion-item-header-wrapper {
|
|
20019
|
+
display: flex;
|
|
20020
|
+
width: 100%;
|
|
20021
|
+
cursor: pointer;
|
|
20022
|
+
transition-property: all;
|
|
20023
|
+
justify-content: space-between;
|
|
20024
|
+
transition: cubic-bezier(.17,.67,.83,.67) 250ms;
|
|
20018
20025
|
--text-opacity: 1;
|
|
20019
|
-
color: #
|
|
20020
|
-
color: rgba(
|
|
20026
|
+
color: #28323B;
|
|
20027
|
+
color: rgba(40, 50, 59, var(--text-opacity));
|
|
20021
20028
|
}
|
|
20022
20029
|
|
|
20030
|
+
.psui-el-accordion-item-header-wrapper:hover {
|
|
20031
|
+
--text-opacity: 1;
|
|
20032
|
+
color: #318FAC;
|
|
20033
|
+
color: rgba(49, 143, 172, var(--text-opacity));
|
|
20034
|
+
}
|
|
20035
|
+
|
|
20023
20036
|
.psui-el-accordion-item-icon {
|
|
20024
20037
|
font-family: 'Material Icons Round';
|
|
20025
20038
|
font-weight: normal;
|
|
@@ -20142,7 +20155,7 @@ html {
|
|
|
20142
20155
|
border-color: #D6DDE5;
|
|
20143
20156
|
border-color: rgba(214, 221, 229, var(--border-opacity));
|
|
20144
20157
|
border-radius: 0.375rem;
|
|
20145
|
-
background-color: #ffffff;
|
|
20158
|
+
background-color: #ffffff ;
|
|
20146
20159
|
display: flex;
|
|
20147
20160
|
transition: ease 130ms;
|
|
20148
20161
|
}
|
|
@@ -20156,7 +20169,7 @@ html {
|
|
|
20156
20169
|
}
|
|
20157
20170
|
|
|
20158
20171
|
.psui-el-input input {
|
|
20159
|
-
background-color: #ffffff;
|
|
20172
|
+
background-color: #ffffff ;
|
|
20160
20173
|
--text-opacity: 1;
|
|
20161
20174
|
color: #515E6A;
|
|
20162
20175
|
color: rgba(81, 94, 106, var(--text-opacity));
|
|
@@ -20802,7 +20815,7 @@ html {
|
|
|
20802
20815
|
}
|
|
20803
20816
|
|
|
20804
20817
|
.sm\:psui-divide-white > :not(template) ~ :not(template){
|
|
20805
|
-
border-color: #ffffff
|
|
20818
|
+
border-color: #ffffff ;
|
|
20806
20819
|
}
|
|
20807
20820
|
|
|
20808
20821
|
.sm\:psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -21153,7 +21166,7 @@ html {
|
|
|
21153
21166
|
}
|
|
21154
21167
|
|
|
21155
21168
|
.sm\:psui-bg-white{
|
|
21156
|
-
background-color: #ffffff
|
|
21169
|
+
background-color: #ffffff ;
|
|
21157
21170
|
}
|
|
21158
21171
|
|
|
21159
21172
|
.sm\:psui-bg-gray-10{
|
|
@@ -21371,7 +21384,7 @@ html {
|
|
|
21371
21384
|
}
|
|
21372
21385
|
|
|
21373
21386
|
.sm\:hover\:psui-bg-white:hover{
|
|
21374
|
-
background-color: #ffffff
|
|
21387
|
+
background-color: #ffffff ;
|
|
21375
21388
|
}
|
|
21376
21389
|
|
|
21377
21390
|
.sm\:hover\:psui-bg-gray-10:hover{
|
|
@@ -21589,7 +21602,7 @@ html {
|
|
|
21589
21602
|
}
|
|
21590
21603
|
|
|
21591
21604
|
.sm\:active\:psui-bg-white:active{
|
|
21592
|
-
background-color: #ffffff
|
|
21605
|
+
background-color: #ffffff ;
|
|
21593
21606
|
}
|
|
21594
21607
|
|
|
21595
21608
|
.sm\:active\:psui-bg-gray-10:active{
|
|
@@ -21807,7 +21820,7 @@ html {
|
|
|
21807
21820
|
}
|
|
21808
21821
|
|
|
21809
21822
|
.sm\:focus\:psui-bg-white:focus{
|
|
21810
|
-
background-color: #ffffff
|
|
21823
|
+
background-color: #ffffff ;
|
|
21811
21824
|
}
|
|
21812
21825
|
|
|
21813
21826
|
.sm\:focus\:psui-bg-gray-10:focus{
|
|
@@ -22025,7 +22038,7 @@ html {
|
|
|
22025
22038
|
}
|
|
22026
22039
|
|
|
22027
22040
|
.psui-group:hover .sm\:group-hover\:psui-bg-white{
|
|
22028
|
-
background-color: #ffffff
|
|
22041
|
+
background-color: #ffffff ;
|
|
22029
22042
|
}
|
|
22030
22043
|
|
|
22031
22044
|
.psui-group:hover .sm\:group-hover\:psui-bg-gray-10{
|
|
@@ -22243,7 +22256,7 @@ html {
|
|
|
22243
22256
|
}
|
|
22244
22257
|
|
|
22245
22258
|
.sm\:even\:psui-bg-white:nth-child(even){
|
|
22246
|
-
background-color: #ffffff
|
|
22259
|
+
background-color: #ffffff ;
|
|
22247
22260
|
}
|
|
22248
22261
|
|
|
22249
22262
|
.sm\:even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -22461,7 +22474,7 @@ html {
|
|
|
22461
22474
|
}
|
|
22462
22475
|
|
|
22463
22476
|
.sm\:first\:psui-bg-white:first-child{
|
|
22464
|
-
background-color: #ffffff
|
|
22477
|
+
background-color: #ffffff ;
|
|
22465
22478
|
}
|
|
22466
22479
|
|
|
22467
22480
|
.sm\:first\:psui-bg-gray-10:first-child{
|
|
@@ -22679,7 +22692,7 @@ html {
|
|
|
22679
22692
|
}
|
|
22680
22693
|
|
|
22681
22694
|
.sm\:disabled\:psui-bg-white:disabled{
|
|
22682
|
-
background-color: #ffffff
|
|
22695
|
+
background-color: #ffffff ;
|
|
22683
22696
|
}
|
|
22684
22697
|
|
|
22685
22698
|
.sm\:disabled\:psui-bg-gray-10:disabled{
|
|
@@ -22897,7 +22910,7 @@ html {
|
|
|
22897
22910
|
}
|
|
22898
22911
|
|
|
22899
22912
|
.sm\:checked\:psui-bg-white:checked{
|
|
22900
|
-
background-color: #ffffff
|
|
22913
|
+
background-color: #ffffff ;
|
|
22901
22914
|
}
|
|
22902
22915
|
|
|
22903
22916
|
.sm\:checked\:psui-bg-gray-10:checked{
|
|
@@ -23151,7 +23164,7 @@ html {
|
|
|
23151
23164
|
}
|
|
23152
23165
|
|
|
23153
23166
|
.sm\:psui-from-white{
|
|
23154
|
-
--gradient-from-color: #ffffff
|
|
23167
|
+
--gradient-from-color: #ffffff ;
|
|
23155
23168
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
23156
23169
|
}
|
|
23157
23170
|
|
|
@@ -23336,7 +23349,7 @@ html {
|
|
|
23336
23349
|
}
|
|
23337
23350
|
|
|
23338
23351
|
.sm\:psui-via-white{
|
|
23339
|
-
--gradient-via-color: #ffffff
|
|
23352
|
+
--gradient-via-color: #ffffff ;
|
|
23340
23353
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
23341
23354
|
}
|
|
23342
23355
|
|
|
@@ -23521,7 +23534,7 @@ html {
|
|
|
23521
23534
|
}
|
|
23522
23535
|
|
|
23523
23536
|
.sm\:psui-to-white{
|
|
23524
|
-
--gradient-to-color: #ffffff
|
|
23537
|
+
--gradient-to-color: #ffffff ;
|
|
23525
23538
|
}
|
|
23526
23539
|
|
|
23527
23540
|
.sm\:psui-to-gray-10{
|
|
@@ -23669,7 +23682,7 @@ html {
|
|
|
23669
23682
|
}
|
|
23670
23683
|
|
|
23671
23684
|
.sm\:hover\:psui-from-white:hover{
|
|
23672
|
-
--gradient-from-color: #ffffff
|
|
23685
|
+
--gradient-from-color: #ffffff ;
|
|
23673
23686
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
23674
23687
|
}
|
|
23675
23688
|
|
|
@@ -23854,7 +23867,7 @@ html {
|
|
|
23854
23867
|
}
|
|
23855
23868
|
|
|
23856
23869
|
.sm\:hover\:psui-via-white:hover{
|
|
23857
|
-
--gradient-via-color: #ffffff
|
|
23870
|
+
--gradient-via-color: #ffffff ;
|
|
23858
23871
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
23859
23872
|
}
|
|
23860
23873
|
|
|
@@ -24039,7 +24052,7 @@ html {
|
|
|
24039
24052
|
}
|
|
24040
24053
|
|
|
24041
24054
|
.sm\:hover\:psui-to-white:hover{
|
|
24042
|
-
--gradient-to-color: #ffffff
|
|
24055
|
+
--gradient-to-color: #ffffff ;
|
|
24043
24056
|
}
|
|
24044
24057
|
|
|
24045
24058
|
.sm\:hover\:psui-to-gray-10:hover{
|
|
@@ -24187,7 +24200,7 @@ html {
|
|
|
24187
24200
|
}
|
|
24188
24201
|
|
|
24189
24202
|
.sm\:focus\:psui-from-white:focus{
|
|
24190
|
-
--gradient-from-color: #ffffff
|
|
24203
|
+
--gradient-from-color: #ffffff ;
|
|
24191
24204
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
24192
24205
|
}
|
|
24193
24206
|
|
|
@@ -24372,7 +24385,7 @@ html {
|
|
|
24372
24385
|
}
|
|
24373
24386
|
|
|
24374
24387
|
.sm\:focus\:psui-via-white:focus{
|
|
24375
|
-
--gradient-via-color: #ffffff
|
|
24388
|
+
--gradient-via-color: #ffffff ;
|
|
24376
24389
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
24377
24390
|
}
|
|
24378
24391
|
|
|
@@ -24557,7 +24570,7 @@ html {
|
|
|
24557
24570
|
}
|
|
24558
24571
|
|
|
24559
24572
|
.sm\:focus\:psui-to-white:focus{
|
|
24560
|
-
--gradient-to-color: #ffffff
|
|
24573
|
+
--gradient-to-color: #ffffff ;
|
|
24561
24574
|
}
|
|
24562
24575
|
|
|
24563
24576
|
.sm\:focus\:psui-to-gray-10:focus{
|
|
@@ -27892,15 +27905,15 @@ html {
|
|
|
27892
27905
|
}
|
|
27893
27906
|
|
|
27894
27907
|
.sm\:psui-placeholder-white::-moz-placeholder{
|
|
27895
|
-
color: #ffffff
|
|
27908
|
+
color: #ffffff ;
|
|
27896
27909
|
}
|
|
27897
27910
|
|
|
27898
27911
|
.sm\:psui-placeholder-white:-ms-input-placeholder{
|
|
27899
|
-
color: #ffffff
|
|
27912
|
+
color: #ffffff ;
|
|
27900
27913
|
}
|
|
27901
27914
|
|
|
27902
27915
|
.sm\:psui-placeholder-white::placeholder{
|
|
27903
|
-
color: #ffffff
|
|
27916
|
+
color: #ffffff ;
|
|
27904
27917
|
}
|
|
27905
27918
|
|
|
27906
27919
|
.sm\:psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -28546,15 +28559,15 @@ html {
|
|
|
28546
28559
|
}
|
|
28547
28560
|
|
|
28548
28561
|
.sm\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
28549
|
-
color: #ffffff
|
|
28562
|
+
color: #ffffff ;
|
|
28550
28563
|
}
|
|
28551
28564
|
|
|
28552
28565
|
.sm\:focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
28553
|
-
color: #ffffff
|
|
28566
|
+
color: #ffffff ;
|
|
28554
28567
|
}
|
|
28555
28568
|
|
|
28556
28569
|
.sm\:focus\:psui-placeholder-white:focus::placeholder{
|
|
28557
|
-
color: #ffffff
|
|
28570
|
+
color: #ffffff ;
|
|
28558
28571
|
}
|
|
28559
28572
|
|
|
28560
28573
|
.sm\:focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -29475,7 +29488,7 @@ html {
|
|
|
29475
29488
|
}
|
|
29476
29489
|
|
|
29477
29490
|
.sm\:psui-text-white{
|
|
29478
|
-
color: #ffffff
|
|
29491
|
+
color: #ffffff ;
|
|
29479
29492
|
}
|
|
29480
29493
|
|
|
29481
29494
|
.sm\:psui-text-gray-10{
|
|
@@ -29693,7 +29706,7 @@ html {
|
|
|
29693
29706
|
}
|
|
29694
29707
|
|
|
29695
29708
|
.sm\:hover\:psui-text-white:hover{
|
|
29696
|
-
color: #ffffff
|
|
29709
|
+
color: #ffffff ;
|
|
29697
29710
|
}
|
|
29698
29711
|
|
|
29699
29712
|
.sm\:hover\:psui-text-gray-10:hover{
|
|
@@ -29911,7 +29924,7 @@ html {
|
|
|
29911
29924
|
}
|
|
29912
29925
|
|
|
29913
29926
|
.sm\:active\:psui-text-white:active{
|
|
29914
|
-
color: #ffffff
|
|
29927
|
+
color: #ffffff ;
|
|
29915
29928
|
}
|
|
29916
29929
|
|
|
29917
29930
|
.sm\:active\:psui-text-gray-10:active{
|
|
@@ -30129,7 +30142,7 @@ html {
|
|
|
30129
30142
|
}
|
|
30130
30143
|
|
|
30131
30144
|
.sm\:focus\:psui-text-white:focus{
|
|
30132
|
-
color: #ffffff
|
|
30145
|
+
color: #ffffff ;
|
|
30133
30146
|
}
|
|
30134
30147
|
|
|
30135
30148
|
.sm\:focus\:psui-text-gray-10:focus{
|
|
@@ -30347,7 +30360,7 @@ html {
|
|
|
30347
30360
|
}
|
|
30348
30361
|
|
|
30349
30362
|
.psui-group:hover .sm\:group-hover\:psui-text-white{
|
|
30350
|
-
color: #ffffff
|
|
30363
|
+
color: #ffffff ;
|
|
30351
30364
|
}
|
|
30352
30365
|
|
|
30353
30366
|
.psui-group:hover .sm\:group-hover\:psui-text-gray-10{
|
|
@@ -30565,7 +30578,7 @@ html {
|
|
|
30565
30578
|
}
|
|
30566
30579
|
|
|
30567
30580
|
.sm\:first\:psui-text-white:first-child{
|
|
30568
|
-
color: #ffffff
|
|
30581
|
+
color: #ffffff ;
|
|
30569
30582
|
}
|
|
30570
30583
|
|
|
30571
30584
|
.sm\:first\:psui-text-gray-10:first-child{
|
|
@@ -30783,7 +30796,7 @@ html {
|
|
|
30783
30796
|
}
|
|
30784
30797
|
|
|
30785
30798
|
.sm\:disabled\:psui-text-white:disabled{
|
|
30786
|
-
color: #ffffff
|
|
30799
|
+
color: #ffffff ;
|
|
30787
30800
|
}
|
|
30788
30801
|
|
|
30789
30802
|
.sm\:disabled\:psui-text-gray-10:disabled{
|
|
@@ -31001,7 +31014,7 @@ html {
|
|
|
31001
31014
|
}
|
|
31002
31015
|
|
|
31003
31016
|
.sm\:checked\:psui-text-white:checked{
|
|
31004
|
-
color: #ffffff
|
|
31017
|
+
color: #ffffff ;
|
|
31005
31018
|
}
|
|
31006
31019
|
|
|
31007
31020
|
.sm\:checked\:psui-text-gray-10:checked{
|
|
@@ -35224,7 +35237,7 @@ html {
|
|
|
35224
35237
|
}
|
|
35225
35238
|
|
|
35226
35239
|
.md\:psui-divide-white > :not(template) ~ :not(template){
|
|
35227
|
-
border-color: #ffffff
|
|
35240
|
+
border-color: #ffffff ;
|
|
35228
35241
|
}
|
|
35229
35242
|
|
|
35230
35243
|
.md\:psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -35575,7 +35588,7 @@ html {
|
|
|
35575
35588
|
}
|
|
35576
35589
|
|
|
35577
35590
|
.md\:psui-bg-white{
|
|
35578
|
-
background-color: #ffffff
|
|
35591
|
+
background-color: #ffffff ;
|
|
35579
35592
|
}
|
|
35580
35593
|
|
|
35581
35594
|
.md\:psui-bg-gray-10{
|
|
@@ -35793,7 +35806,7 @@ html {
|
|
|
35793
35806
|
}
|
|
35794
35807
|
|
|
35795
35808
|
.md\:hover\:psui-bg-white:hover{
|
|
35796
|
-
background-color: #ffffff
|
|
35809
|
+
background-color: #ffffff ;
|
|
35797
35810
|
}
|
|
35798
35811
|
|
|
35799
35812
|
.md\:hover\:psui-bg-gray-10:hover{
|
|
@@ -36011,7 +36024,7 @@ html {
|
|
|
36011
36024
|
}
|
|
36012
36025
|
|
|
36013
36026
|
.md\:active\:psui-bg-white:active{
|
|
36014
|
-
background-color: #ffffff
|
|
36027
|
+
background-color: #ffffff ;
|
|
36015
36028
|
}
|
|
36016
36029
|
|
|
36017
36030
|
.md\:active\:psui-bg-gray-10:active{
|
|
@@ -36229,7 +36242,7 @@ html {
|
|
|
36229
36242
|
}
|
|
36230
36243
|
|
|
36231
36244
|
.md\:focus\:psui-bg-white:focus{
|
|
36232
|
-
background-color: #ffffff
|
|
36245
|
+
background-color: #ffffff ;
|
|
36233
36246
|
}
|
|
36234
36247
|
|
|
36235
36248
|
.md\:focus\:psui-bg-gray-10:focus{
|
|
@@ -36447,7 +36460,7 @@ html {
|
|
|
36447
36460
|
}
|
|
36448
36461
|
|
|
36449
36462
|
.psui-group:hover .md\:group-hover\:psui-bg-white{
|
|
36450
|
-
background-color: #ffffff
|
|
36463
|
+
background-color: #ffffff ;
|
|
36451
36464
|
}
|
|
36452
36465
|
|
|
36453
36466
|
.psui-group:hover .md\:group-hover\:psui-bg-gray-10{
|
|
@@ -36665,7 +36678,7 @@ html {
|
|
|
36665
36678
|
}
|
|
36666
36679
|
|
|
36667
36680
|
.md\:even\:psui-bg-white:nth-child(even){
|
|
36668
|
-
background-color: #ffffff
|
|
36681
|
+
background-color: #ffffff ;
|
|
36669
36682
|
}
|
|
36670
36683
|
|
|
36671
36684
|
.md\:even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -36883,7 +36896,7 @@ html {
|
|
|
36883
36896
|
}
|
|
36884
36897
|
|
|
36885
36898
|
.md\:first\:psui-bg-white:first-child{
|
|
36886
|
-
background-color: #ffffff
|
|
36899
|
+
background-color: #ffffff ;
|
|
36887
36900
|
}
|
|
36888
36901
|
|
|
36889
36902
|
.md\:first\:psui-bg-gray-10:first-child{
|
|
@@ -37101,7 +37114,7 @@ html {
|
|
|
37101
37114
|
}
|
|
37102
37115
|
|
|
37103
37116
|
.md\:disabled\:psui-bg-white:disabled{
|
|
37104
|
-
background-color: #ffffff
|
|
37117
|
+
background-color: #ffffff ;
|
|
37105
37118
|
}
|
|
37106
37119
|
|
|
37107
37120
|
.md\:disabled\:psui-bg-gray-10:disabled{
|
|
@@ -37319,7 +37332,7 @@ html {
|
|
|
37319
37332
|
}
|
|
37320
37333
|
|
|
37321
37334
|
.md\:checked\:psui-bg-white:checked{
|
|
37322
|
-
background-color: #ffffff
|
|
37335
|
+
background-color: #ffffff ;
|
|
37323
37336
|
}
|
|
37324
37337
|
|
|
37325
37338
|
.md\:checked\:psui-bg-gray-10:checked{
|
|
@@ -37573,7 +37586,7 @@ html {
|
|
|
37573
37586
|
}
|
|
37574
37587
|
|
|
37575
37588
|
.md\:psui-from-white{
|
|
37576
|
-
--gradient-from-color: #ffffff
|
|
37589
|
+
--gradient-from-color: #ffffff ;
|
|
37577
37590
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
37578
37591
|
}
|
|
37579
37592
|
|
|
@@ -37758,7 +37771,7 @@ html {
|
|
|
37758
37771
|
}
|
|
37759
37772
|
|
|
37760
37773
|
.md\:psui-via-white{
|
|
37761
|
-
--gradient-via-color: #ffffff
|
|
37774
|
+
--gradient-via-color: #ffffff ;
|
|
37762
37775
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
37763
37776
|
}
|
|
37764
37777
|
|
|
@@ -37943,7 +37956,7 @@ html {
|
|
|
37943
37956
|
}
|
|
37944
37957
|
|
|
37945
37958
|
.md\:psui-to-white{
|
|
37946
|
-
--gradient-to-color: #ffffff
|
|
37959
|
+
--gradient-to-color: #ffffff ;
|
|
37947
37960
|
}
|
|
37948
37961
|
|
|
37949
37962
|
.md\:psui-to-gray-10{
|
|
@@ -38091,7 +38104,7 @@ html {
|
|
|
38091
38104
|
}
|
|
38092
38105
|
|
|
38093
38106
|
.md\:hover\:psui-from-white:hover{
|
|
38094
|
-
--gradient-from-color: #ffffff
|
|
38107
|
+
--gradient-from-color: #ffffff ;
|
|
38095
38108
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
38096
38109
|
}
|
|
38097
38110
|
|
|
@@ -38276,7 +38289,7 @@ html {
|
|
|
38276
38289
|
}
|
|
38277
38290
|
|
|
38278
38291
|
.md\:hover\:psui-via-white:hover{
|
|
38279
|
-
--gradient-via-color: #ffffff
|
|
38292
|
+
--gradient-via-color: #ffffff ;
|
|
38280
38293
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
38281
38294
|
}
|
|
38282
38295
|
|
|
@@ -38461,7 +38474,7 @@ html {
|
|
|
38461
38474
|
}
|
|
38462
38475
|
|
|
38463
38476
|
.md\:hover\:psui-to-white:hover{
|
|
38464
|
-
--gradient-to-color: #ffffff
|
|
38477
|
+
--gradient-to-color: #ffffff ;
|
|
38465
38478
|
}
|
|
38466
38479
|
|
|
38467
38480
|
.md\:hover\:psui-to-gray-10:hover{
|
|
@@ -38609,7 +38622,7 @@ html {
|
|
|
38609
38622
|
}
|
|
38610
38623
|
|
|
38611
38624
|
.md\:focus\:psui-from-white:focus{
|
|
38612
|
-
--gradient-from-color: #ffffff
|
|
38625
|
+
--gradient-from-color: #ffffff ;
|
|
38613
38626
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
38614
38627
|
}
|
|
38615
38628
|
|
|
@@ -38794,7 +38807,7 @@ html {
|
|
|
38794
38807
|
}
|
|
38795
38808
|
|
|
38796
38809
|
.md\:focus\:psui-via-white:focus{
|
|
38797
|
-
--gradient-via-color: #ffffff
|
|
38810
|
+
--gradient-via-color: #ffffff ;
|
|
38798
38811
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
38799
38812
|
}
|
|
38800
38813
|
|
|
@@ -38979,7 +38992,7 @@ html {
|
|
|
38979
38992
|
}
|
|
38980
38993
|
|
|
38981
38994
|
.md\:focus\:psui-to-white:focus{
|
|
38982
|
-
--gradient-to-color: #ffffff
|
|
38995
|
+
--gradient-to-color: #ffffff ;
|
|
38983
38996
|
}
|
|
38984
38997
|
|
|
38985
38998
|
.md\:focus\:psui-to-gray-10:focus{
|
|
@@ -42314,15 +42327,15 @@ html {
|
|
|
42314
42327
|
}
|
|
42315
42328
|
|
|
42316
42329
|
.md\:psui-placeholder-white::-moz-placeholder{
|
|
42317
|
-
color: #ffffff
|
|
42330
|
+
color: #ffffff ;
|
|
42318
42331
|
}
|
|
42319
42332
|
|
|
42320
42333
|
.md\:psui-placeholder-white:-ms-input-placeholder{
|
|
42321
|
-
color: #ffffff
|
|
42334
|
+
color: #ffffff ;
|
|
42322
42335
|
}
|
|
42323
42336
|
|
|
42324
42337
|
.md\:psui-placeholder-white::placeholder{
|
|
42325
|
-
color: #ffffff
|
|
42338
|
+
color: #ffffff ;
|
|
42326
42339
|
}
|
|
42327
42340
|
|
|
42328
42341
|
.md\:psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -42968,15 +42981,15 @@ html {
|
|
|
42968
42981
|
}
|
|
42969
42982
|
|
|
42970
42983
|
.md\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
42971
|
-
color: #ffffff
|
|
42984
|
+
color: #ffffff ;
|
|
42972
42985
|
}
|
|
42973
42986
|
|
|
42974
42987
|
.md\:focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
42975
|
-
color: #ffffff
|
|
42988
|
+
color: #ffffff ;
|
|
42976
42989
|
}
|
|
42977
42990
|
|
|
42978
42991
|
.md\:focus\:psui-placeholder-white:focus::placeholder{
|
|
42979
|
-
color: #ffffff
|
|
42992
|
+
color: #ffffff ;
|
|
42980
42993
|
}
|
|
42981
42994
|
|
|
42982
42995
|
.md\:focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -43897,7 +43910,7 @@ html {
|
|
|
43897
43910
|
}
|
|
43898
43911
|
|
|
43899
43912
|
.md\:psui-text-white{
|
|
43900
|
-
color: #ffffff
|
|
43913
|
+
color: #ffffff ;
|
|
43901
43914
|
}
|
|
43902
43915
|
|
|
43903
43916
|
.md\:psui-text-gray-10{
|
|
@@ -44115,7 +44128,7 @@ html {
|
|
|
44115
44128
|
}
|
|
44116
44129
|
|
|
44117
44130
|
.md\:hover\:psui-text-white:hover{
|
|
44118
|
-
color: #ffffff
|
|
44131
|
+
color: #ffffff ;
|
|
44119
44132
|
}
|
|
44120
44133
|
|
|
44121
44134
|
.md\:hover\:psui-text-gray-10:hover{
|
|
@@ -44333,7 +44346,7 @@ html {
|
|
|
44333
44346
|
}
|
|
44334
44347
|
|
|
44335
44348
|
.md\:active\:psui-text-white:active{
|
|
44336
|
-
color: #ffffff
|
|
44349
|
+
color: #ffffff ;
|
|
44337
44350
|
}
|
|
44338
44351
|
|
|
44339
44352
|
.md\:active\:psui-text-gray-10:active{
|
|
@@ -44551,7 +44564,7 @@ html {
|
|
|
44551
44564
|
}
|
|
44552
44565
|
|
|
44553
44566
|
.md\:focus\:psui-text-white:focus{
|
|
44554
|
-
color: #ffffff
|
|
44567
|
+
color: #ffffff ;
|
|
44555
44568
|
}
|
|
44556
44569
|
|
|
44557
44570
|
.md\:focus\:psui-text-gray-10:focus{
|
|
@@ -44769,7 +44782,7 @@ html {
|
|
|
44769
44782
|
}
|
|
44770
44783
|
|
|
44771
44784
|
.psui-group:hover .md\:group-hover\:psui-text-white{
|
|
44772
|
-
color: #ffffff
|
|
44785
|
+
color: #ffffff ;
|
|
44773
44786
|
}
|
|
44774
44787
|
|
|
44775
44788
|
.psui-group:hover .md\:group-hover\:psui-text-gray-10{
|
|
@@ -44987,7 +45000,7 @@ html {
|
|
|
44987
45000
|
}
|
|
44988
45001
|
|
|
44989
45002
|
.md\:first\:psui-text-white:first-child{
|
|
44990
|
-
color: #ffffff
|
|
45003
|
+
color: #ffffff ;
|
|
44991
45004
|
}
|
|
44992
45005
|
|
|
44993
45006
|
.md\:first\:psui-text-gray-10:first-child{
|
|
@@ -45205,7 +45218,7 @@ html {
|
|
|
45205
45218
|
}
|
|
45206
45219
|
|
|
45207
45220
|
.md\:disabled\:psui-text-white:disabled{
|
|
45208
|
-
color: #ffffff
|
|
45221
|
+
color: #ffffff ;
|
|
45209
45222
|
}
|
|
45210
45223
|
|
|
45211
45224
|
.md\:disabled\:psui-text-gray-10:disabled{
|
|
@@ -45423,7 +45436,7 @@ html {
|
|
|
45423
45436
|
}
|
|
45424
45437
|
|
|
45425
45438
|
.md\:checked\:psui-text-white:checked{
|
|
45426
|
-
color: #ffffff
|
|
45439
|
+
color: #ffffff ;
|
|
45427
45440
|
}
|
|
45428
45441
|
|
|
45429
45442
|
.md\:checked\:psui-text-gray-10:checked{
|
|
@@ -49646,7 +49659,7 @@ html {
|
|
|
49646
49659
|
}
|
|
49647
49660
|
|
|
49648
49661
|
.lg\:psui-divide-white > :not(template) ~ :not(template){
|
|
49649
|
-
border-color: #ffffff
|
|
49662
|
+
border-color: #ffffff ;
|
|
49650
49663
|
}
|
|
49651
49664
|
|
|
49652
49665
|
.lg\:psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -49997,7 +50010,7 @@ html {
|
|
|
49997
50010
|
}
|
|
49998
50011
|
|
|
49999
50012
|
.lg\:psui-bg-white{
|
|
50000
|
-
background-color: #ffffff
|
|
50013
|
+
background-color: #ffffff ;
|
|
50001
50014
|
}
|
|
50002
50015
|
|
|
50003
50016
|
.lg\:psui-bg-gray-10{
|
|
@@ -50215,7 +50228,7 @@ html {
|
|
|
50215
50228
|
}
|
|
50216
50229
|
|
|
50217
50230
|
.lg\:hover\:psui-bg-white:hover{
|
|
50218
|
-
background-color: #ffffff
|
|
50231
|
+
background-color: #ffffff ;
|
|
50219
50232
|
}
|
|
50220
50233
|
|
|
50221
50234
|
.lg\:hover\:psui-bg-gray-10:hover{
|
|
@@ -50433,7 +50446,7 @@ html {
|
|
|
50433
50446
|
}
|
|
50434
50447
|
|
|
50435
50448
|
.lg\:active\:psui-bg-white:active{
|
|
50436
|
-
background-color: #ffffff
|
|
50449
|
+
background-color: #ffffff ;
|
|
50437
50450
|
}
|
|
50438
50451
|
|
|
50439
50452
|
.lg\:active\:psui-bg-gray-10:active{
|
|
@@ -50651,7 +50664,7 @@ html {
|
|
|
50651
50664
|
}
|
|
50652
50665
|
|
|
50653
50666
|
.lg\:focus\:psui-bg-white:focus{
|
|
50654
|
-
background-color: #ffffff
|
|
50667
|
+
background-color: #ffffff ;
|
|
50655
50668
|
}
|
|
50656
50669
|
|
|
50657
50670
|
.lg\:focus\:psui-bg-gray-10:focus{
|
|
@@ -50869,7 +50882,7 @@ html {
|
|
|
50869
50882
|
}
|
|
50870
50883
|
|
|
50871
50884
|
.psui-group:hover .lg\:group-hover\:psui-bg-white{
|
|
50872
|
-
background-color: #ffffff
|
|
50885
|
+
background-color: #ffffff ;
|
|
50873
50886
|
}
|
|
50874
50887
|
|
|
50875
50888
|
.psui-group:hover .lg\:group-hover\:psui-bg-gray-10{
|
|
@@ -51087,7 +51100,7 @@ html {
|
|
|
51087
51100
|
}
|
|
51088
51101
|
|
|
51089
51102
|
.lg\:even\:psui-bg-white:nth-child(even){
|
|
51090
|
-
background-color: #ffffff
|
|
51103
|
+
background-color: #ffffff ;
|
|
51091
51104
|
}
|
|
51092
51105
|
|
|
51093
51106
|
.lg\:even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -51305,7 +51318,7 @@ html {
|
|
|
51305
51318
|
}
|
|
51306
51319
|
|
|
51307
51320
|
.lg\:first\:psui-bg-white:first-child{
|
|
51308
|
-
background-color: #ffffff
|
|
51321
|
+
background-color: #ffffff ;
|
|
51309
51322
|
}
|
|
51310
51323
|
|
|
51311
51324
|
.lg\:first\:psui-bg-gray-10:first-child{
|
|
@@ -51523,7 +51536,7 @@ html {
|
|
|
51523
51536
|
}
|
|
51524
51537
|
|
|
51525
51538
|
.lg\:disabled\:psui-bg-white:disabled{
|
|
51526
|
-
background-color: #ffffff
|
|
51539
|
+
background-color: #ffffff ;
|
|
51527
51540
|
}
|
|
51528
51541
|
|
|
51529
51542
|
.lg\:disabled\:psui-bg-gray-10:disabled{
|
|
@@ -51741,7 +51754,7 @@ html {
|
|
|
51741
51754
|
}
|
|
51742
51755
|
|
|
51743
51756
|
.lg\:checked\:psui-bg-white:checked{
|
|
51744
|
-
background-color: #ffffff
|
|
51757
|
+
background-color: #ffffff ;
|
|
51745
51758
|
}
|
|
51746
51759
|
|
|
51747
51760
|
.lg\:checked\:psui-bg-gray-10:checked{
|
|
@@ -51995,7 +52008,7 @@ html {
|
|
|
51995
52008
|
}
|
|
51996
52009
|
|
|
51997
52010
|
.lg\:psui-from-white{
|
|
51998
|
-
--gradient-from-color: #ffffff
|
|
52011
|
+
--gradient-from-color: #ffffff ;
|
|
51999
52012
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
52000
52013
|
}
|
|
52001
52014
|
|
|
@@ -52180,7 +52193,7 @@ html {
|
|
|
52180
52193
|
}
|
|
52181
52194
|
|
|
52182
52195
|
.lg\:psui-via-white{
|
|
52183
|
-
--gradient-via-color: #ffffff
|
|
52196
|
+
--gradient-via-color: #ffffff ;
|
|
52184
52197
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
52185
52198
|
}
|
|
52186
52199
|
|
|
@@ -52365,7 +52378,7 @@ html {
|
|
|
52365
52378
|
}
|
|
52366
52379
|
|
|
52367
52380
|
.lg\:psui-to-white{
|
|
52368
|
-
--gradient-to-color: #ffffff
|
|
52381
|
+
--gradient-to-color: #ffffff ;
|
|
52369
52382
|
}
|
|
52370
52383
|
|
|
52371
52384
|
.lg\:psui-to-gray-10{
|
|
@@ -52513,7 +52526,7 @@ html {
|
|
|
52513
52526
|
}
|
|
52514
52527
|
|
|
52515
52528
|
.lg\:hover\:psui-from-white:hover{
|
|
52516
|
-
--gradient-from-color: #ffffff
|
|
52529
|
+
--gradient-from-color: #ffffff ;
|
|
52517
52530
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
52518
52531
|
}
|
|
52519
52532
|
|
|
@@ -52698,7 +52711,7 @@ html {
|
|
|
52698
52711
|
}
|
|
52699
52712
|
|
|
52700
52713
|
.lg\:hover\:psui-via-white:hover{
|
|
52701
|
-
--gradient-via-color: #ffffff
|
|
52714
|
+
--gradient-via-color: #ffffff ;
|
|
52702
52715
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
52703
52716
|
}
|
|
52704
52717
|
|
|
@@ -52883,7 +52896,7 @@ html {
|
|
|
52883
52896
|
}
|
|
52884
52897
|
|
|
52885
52898
|
.lg\:hover\:psui-to-white:hover{
|
|
52886
|
-
--gradient-to-color: #ffffff
|
|
52899
|
+
--gradient-to-color: #ffffff ;
|
|
52887
52900
|
}
|
|
52888
52901
|
|
|
52889
52902
|
.lg\:hover\:psui-to-gray-10:hover{
|
|
@@ -53031,7 +53044,7 @@ html {
|
|
|
53031
53044
|
}
|
|
53032
53045
|
|
|
53033
53046
|
.lg\:focus\:psui-from-white:focus{
|
|
53034
|
-
--gradient-from-color: #ffffff
|
|
53047
|
+
--gradient-from-color: #ffffff ;
|
|
53035
53048
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
53036
53049
|
}
|
|
53037
53050
|
|
|
@@ -53216,7 +53229,7 @@ html {
|
|
|
53216
53229
|
}
|
|
53217
53230
|
|
|
53218
53231
|
.lg\:focus\:psui-via-white:focus{
|
|
53219
|
-
--gradient-via-color: #ffffff
|
|
53232
|
+
--gradient-via-color: #ffffff ;
|
|
53220
53233
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
53221
53234
|
}
|
|
53222
53235
|
|
|
@@ -53401,7 +53414,7 @@ html {
|
|
|
53401
53414
|
}
|
|
53402
53415
|
|
|
53403
53416
|
.lg\:focus\:psui-to-white:focus{
|
|
53404
|
-
--gradient-to-color: #ffffff
|
|
53417
|
+
--gradient-to-color: #ffffff ;
|
|
53405
53418
|
}
|
|
53406
53419
|
|
|
53407
53420
|
.lg\:focus\:psui-to-gray-10:focus{
|
|
@@ -56736,15 +56749,15 @@ html {
|
|
|
56736
56749
|
}
|
|
56737
56750
|
|
|
56738
56751
|
.lg\:psui-placeholder-white::-moz-placeholder{
|
|
56739
|
-
color: #ffffff
|
|
56752
|
+
color: #ffffff ;
|
|
56740
56753
|
}
|
|
56741
56754
|
|
|
56742
56755
|
.lg\:psui-placeholder-white:-ms-input-placeholder{
|
|
56743
|
-
color: #ffffff
|
|
56756
|
+
color: #ffffff ;
|
|
56744
56757
|
}
|
|
56745
56758
|
|
|
56746
56759
|
.lg\:psui-placeholder-white::placeholder{
|
|
56747
|
-
color: #ffffff
|
|
56760
|
+
color: #ffffff ;
|
|
56748
56761
|
}
|
|
56749
56762
|
|
|
56750
56763
|
.lg\:psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -57390,15 +57403,15 @@ html {
|
|
|
57390
57403
|
}
|
|
57391
57404
|
|
|
57392
57405
|
.lg\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
57393
|
-
color: #ffffff
|
|
57406
|
+
color: #ffffff ;
|
|
57394
57407
|
}
|
|
57395
57408
|
|
|
57396
57409
|
.lg\:focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
57397
|
-
color: #ffffff
|
|
57410
|
+
color: #ffffff ;
|
|
57398
57411
|
}
|
|
57399
57412
|
|
|
57400
57413
|
.lg\:focus\:psui-placeholder-white:focus::placeholder{
|
|
57401
|
-
color: #ffffff
|
|
57414
|
+
color: #ffffff ;
|
|
57402
57415
|
}
|
|
57403
57416
|
|
|
57404
57417
|
.lg\:focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -58319,7 +58332,7 @@ html {
|
|
|
58319
58332
|
}
|
|
58320
58333
|
|
|
58321
58334
|
.lg\:psui-text-white{
|
|
58322
|
-
color: #ffffff
|
|
58335
|
+
color: #ffffff ;
|
|
58323
58336
|
}
|
|
58324
58337
|
|
|
58325
58338
|
.lg\:psui-text-gray-10{
|
|
@@ -58537,7 +58550,7 @@ html {
|
|
|
58537
58550
|
}
|
|
58538
58551
|
|
|
58539
58552
|
.lg\:hover\:psui-text-white:hover{
|
|
58540
|
-
color: #ffffff
|
|
58553
|
+
color: #ffffff ;
|
|
58541
58554
|
}
|
|
58542
58555
|
|
|
58543
58556
|
.lg\:hover\:psui-text-gray-10:hover{
|
|
@@ -58755,7 +58768,7 @@ html {
|
|
|
58755
58768
|
}
|
|
58756
58769
|
|
|
58757
58770
|
.lg\:active\:psui-text-white:active{
|
|
58758
|
-
color: #ffffff
|
|
58771
|
+
color: #ffffff ;
|
|
58759
58772
|
}
|
|
58760
58773
|
|
|
58761
58774
|
.lg\:active\:psui-text-gray-10:active{
|
|
@@ -58973,7 +58986,7 @@ html {
|
|
|
58973
58986
|
}
|
|
58974
58987
|
|
|
58975
58988
|
.lg\:focus\:psui-text-white:focus{
|
|
58976
|
-
color: #ffffff
|
|
58989
|
+
color: #ffffff ;
|
|
58977
58990
|
}
|
|
58978
58991
|
|
|
58979
58992
|
.lg\:focus\:psui-text-gray-10:focus{
|
|
@@ -59191,7 +59204,7 @@ html {
|
|
|
59191
59204
|
}
|
|
59192
59205
|
|
|
59193
59206
|
.psui-group:hover .lg\:group-hover\:psui-text-white{
|
|
59194
|
-
color: #ffffff
|
|
59207
|
+
color: #ffffff ;
|
|
59195
59208
|
}
|
|
59196
59209
|
|
|
59197
59210
|
.psui-group:hover .lg\:group-hover\:psui-text-gray-10{
|
|
@@ -59409,7 +59422,7 @@ html {
|
|
|
59409
59422
|
}
|
|
59410
59423
|
|
|
59411
59424
|
.lg\:first\:psui-text-white:first-child{
|
|
59412
|
-
color: #ffffff
|
|
59425
|
+
color: #ffffff ;
|
|
59413
59426
|
}
|
|
59414
59427
|
|
|
59415
59428
|
.lg\:first\:psui-text-gray-10:first-child{
|
|
@@ -59627,7 +59640,7 @@ html {
|
|
|
59627
59640
|
}
|
|
59628
59641
|
|
|
59629
59642
|
.lg\:disabled\:psui-text-white:disabled{
|
|
59630
|
-
color: #ffffff
|
|
59643
|
+
color: #ffffff ;
|
|
59631
59644
|
}
|
|
59632
59645
|
|
|
59633
59646
|
.lg\:disabled\:psui-text-gray-10:disabled{
|
|
@@ -59845,7 +59858,7 @@ html {
|
|
|
59845
59858
|
}
|
|
59846
59859
|
|
|
59847
59860
|
.lg\:checked\:psui-text-white:checked{
|
|
59848
|
-
color: #ffffff
|
|
59861
|
+
color: #ffffff ;
|
|
59849
59862
|
}
|
|
59850
59863
|
|
|
59851
59864
|
.lg\:checked\:psui-text-gray-10:checked{
|
|
@@ -64068,7 +64081,7 @@ html {
|
|
|
64068
64081
|
}
|
|
64069
64082
|
|
|
64070
64083
|
.xl\:psui-divide-white > :not(template) ~ :not(template){
|
|
64071
|
-
border-color: #ffffff
|
|
64084
|
+
border-color: #ffffff ;
|
|
64072
64085
|
}
|
|
64073
64086
|
|
|
64074
64087
|
.xl\:psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -64419,7 +64432,7 @@ html {
|
|
|
64419
64432
|
}
|
|
64420
64433
|
|
|
64421
64434
|
.xl\:psui-bg-white{
|
|
64422
|
-
background-color: #ffffff
|
|
64435
|
+
background-color: #ffffff ;
|
|
64423
64436
|
}
|
|
64424
64437
|
|
|
64425
64438
|
.xl\:psui-bg-gray-10{
|
|
@@ -64637,7 +64650,7 @@ html {
|
|
|
64637
64650
|
}
|
|
64638
64651
|
|
|
64639
64652
|
.xl\:hover\:psui-bg-white:hover{
|
|
64640
|
-
background-color: #ffffff
|
|
64653
|
+
background-color: #ffffff ;
|
|
64641
64654
|
}
|
|
64642
64655
|
|
|
64643
64656
|
.xl\:hover\:psui-bg-gray-10:hover{
|
|
@@ -64855,7 +64868,7 @@ html {
|
|
|
64855
64868
|
}
|
|
64856
64869
|
|
|
64857
64870
|
.xl\:active\:psui-bg-white:active{
|
|
64858
|
-
background-color: #ffffff
|
|
64871
|
+
background-color: #ffffff ;
|
|
64859
64872
|
}
|
|
64860
64873
|
|
|
64861
64874
|
.xl\:active\:psui-bg-gray-10:active{
|
|
@@ -65073,7 +65086,7 @@ html {
|
|
|
65073
65086
|
}
|
|
65074
65087
|
|
|
65075
65088
|
.xl\:focus\:psui-bg-white:focus{
|
|
65076
|
-
background-color: #ffffff
|
|
65089
|
+
background-color: #ffffff ;
|
|
65077
65090
|
}
|
|
65078
65091
|
|
|
65079
65092
|
.xl\:focus\:psui-bg-gray-10:focus{
|
|
@@ -65291,7 +65304,7 @@ html {
|
|
|
65291
65304
|
}
|
|
65292
65305
|
|
|
65293
65306
|
.psui-group:hover .xl\:group-hover\:psui-bg-white{
|
|
65294
|
-
background-color: #ffffff
|
|
65307
|
+
background-color: #ffffff ;
|
|
65295
65308
|
}
|
|
65296
65309
|
|
|
65297
65310
|
.psui-group:hover .xl\:group-hover\:psui-bg-gray-10{
|
|
@@ -65509,7 +65522,7 @@ html {
|
|
|
65509
65522
|
}
|
|
65510
65523
|
|
|
65511
65524
|
.xl\:even\:psui-bg-white:nth-child(even){
|
|
65512
|
-
background-color: #ffffff
|
|
65525
|
+
background-color: #ffffff ;
|
|
65513
65526
|
}
|
|
65514
65527
|
|
|
65515
65528
|
.xl\:even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -65727,7 +65740,7 @@ html {
|
|
|
65727
65740
|
}
|
|
65728
65741
|
|
|
65729
65742
|
.xl\:first\:psui-bg-white:first-child{
|
|
65730
|
-
background-color: #ffffff
|
|
65743
|
+
background-color: #ffffff ;
|
|
65731
65744
|
}
|
|
65732
65745
|
|
|
65733
65746
|
.xl\:first\:psui-bg-gray-10:first-child{
|
|
@@ -65945,7 +65958,7 @@ html {
|
|
|
65945
65958
|
}
|
|
65946
65959
|
|
|
65947
65960
|
.xl\:disabled\:psui-bg-white:disabled{
|
|
65948
|
-
background-color: #ffffff
|
|
65961
|
+
background-color: #ffffff ;
|
|
65949
65962
|
}
|
|
65950
65963
|
|
|
65951
65964
|
.xl\:disabled\:psui-bg-gray-10:disabled{
|
|
@@ -66163,7 +66176,7 @@ html {
|
|
|
66163
66176
|
}
|
|
66164
66177
|
|
|
66165
66178
|
.xl\:checked\:psui-bg-white:checked{
|
|
66166
|
-
background-color: #ffffff
|
|
66179
|
+
background-color: #ffffff ;
|
|
66167
66180
|
}
|
|
66168
66181
|
|
|
66169
66182
|
.xl\:checked\:psui-bg-gray-10:checked{
|
|
@@ -66417,7 +66430,7 @@ html {
|
|
|
66417
66430
|
}
|
|
66418
66431
|
|
|
66419
66432
|
.xl\:psui-from-white{
|
|
66420
|
-
--gradient-from-color: #ffffff
|
|
66433
|
+
--gradient-from-color: #ffffff ;
|
|
66421
66434
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
66422
66435
|
}
|
|
66423
66436
|
|
|
@@ -66602,7 +66615,7 @@ html {
|
|
|
66602
66615
|
}
|
|
66603
66616
|
|
|
66604
66617
|
.xl\:psui-via-white{
|
|
66605
|
-
--gradient-via-color: #ffffff
|
|
66618
|
+
--gradient-via-color: #ffffff ;
|
|
66606
66619
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
66607
66620
|
}
|
|
66608
66621
|
|
|
@@ -66787,7 +66800,7 @@ html {
|
|
|
66787
66800
|
}
|
|
66788
66801
|
|
|
66789
66802
|
.xl\:psui-to-white{
|
|
66790
|
-
--gradient-to-color: #ffffff
|
|
66803
|
+
--gradient-to-color: #ffffff ;
|
|
66791
66804
|
}
|
|
66792
66805
|
|
|
66793
66806
|
.xl\:psui-to-gray-10{
|
|
@@ -66935,7 +66948,7 @@ html {
|
|
|
66935
66948
|
}
|
|
66936
66949
|
|
|
66937
66950
|
.xl\:hover\:psui-from-white:hover{
|
|
66938
|
-
--gradient-from-color: #ffffff
|
|
66951
|
+
--gradient-from-color: #ffffff ;
|
|
66939
66952
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
66940
66953
|
}
|
|
66941
66954
|
|
|
@@ -67120,7 +67133,7 @@ html {
|
|
|
67120
67133
|
}
|
|
67121
67134
|
|
|
67122
67135
|
.xl\:hover\:psui-via-white:hover{
|
|
67123
|
-
--gradient-via-color: #ffffff
|
|
67136
|
+
--gradient-via-color: #ffffff ;
|
|
67124
67137
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
67125
67138
|
}
|
|
67126
67139
|
|
|
@@ -67305,7 +67318,7 @@ html {
|
|
|
67305
67318
|
}
|
|
67306
67319
|
|
|
67307
67320
|
.xl\:hover\:psui-to-white:hover{
|
|
67308
|
-
--gradient-to-color: #ffffff
|
|
67321
|
+
--gradient-to-color: #ffffff ;
|
|
67309
67322
|
}
|
|
67310
67323
|
|
|
67311
67324
|
.xl\:hover\:psui-to-gray-10:hover{
|
|
@@ -67453,7 +67466,7 @@ html {
|
|
|
67453
67466
|
}
|
|
67454
67467
|
|
|
67455
67468
|
.xl\:focus\:psui-from-white:focus{
|
|
67456
|
-
--gradient-from-color: #ffffff
|
|
67469
|
+
--gradient-from-color: #ffffff ;
|
|
67457
67470
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
67458
67471
|
}
|
|
67459
67472
|
|
|
@@ -67638,7 +67651,7 @@ html {
|
|
|
67638
67651
|
}
|
|
67639
67652
|
|
|
67640
67653
|
.xl\:focus\:psui-via-white:focus{
|
|
67641
|
-
--gradient-via-color: #ffffff
|
|
67654
|
+
--gradient-via-color: #ffffff ;
|
|
67642
67655
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
67643
67656
|
}
|
|
67644
67657
|
|
|
@@ -67823,7 +67836,7 @@ html {
|
|
|
67823
67836
|
}
|
|
67824
67837
|
|
|
67825
67838
|
.xl\:focus\:psui-to-white:focus{
|
|
67826
|
-
--gradient-to-color: #ffffff
|
|
67839
|
+
--gradient-to-color: #ffffff ;
|
|
67827
67840
|
}
|
|
67828
67841
|
|
|
67829
67842
|
.xl\:focus\:psui-to-gray-10:focus{
|
|
@@ -71158,15 +71171,15 @@ html {
|
|
|
71158
71171
|
}
|
|
71159
71172
|
|
|
71160
71173
|
.xl\:psui-placeholder-white::-moz-placeholder{
|
|
71161
|
-
color: #ffffff
|
|
71174
|
+
color: #ffffff ;
|
|
71162
71175
|
}
|
|
71163
71176
|
|
|
71164
71177
|
.xl\:psui-placeholder-white:-ms-input-placeholder{
|
|
71165
|
-
color: #ffffff
|
|
71178
|
+
color: #ffffff ;
|
|
71166
71179
|
}
|
|
71167
71180
|
|
|
71168
71181
|
.xl\:psui-placeholder-white::placeholder{
|
|
71169
|
-
color: #ffffff
|
|
71182
|
+
color: #ffffff ;
|
|
71170
71183
|
}
|
|
71171
71184
|
|
|
71172
71185
|
.xl\:psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -71812,15 +71825,15 @@ html {
|
|
|
71812
71825
|
}
|
|
71813
71826
|
|
|
71814
71827
|
.xl\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
71815
|
-
color: #ffffff
|
|
71828
|
+
color: #ffffff ;
|
|
71816
71829
|
}
|
|
71817
71830
|
|
|
71818
71831
|
.xl\:focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
71819
|
-
color: #ffffff
|
|
71832
|
+
color: #ffffff ;
|
|
71820
71833
|
}
|
|
71821
71834
|
|
|
71822
71835
|
.xl\:focus\:psui-placeholder-white:focus::placeholder{
|
|
71823
|
-
color: #ffffff
|
|
71836
|
+
color: #ffffff ;
|
|
71824
71837
|
}
|
|
71825
71838
|
|
|
71826
71839
|
.xl\:focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -72741,7 +72754,7 @@ html {
|
|
|
72741
72754
|
}
|
|
72742
72755
|
|
|
72743
72756
|
.xl\:psui-text-white{
|
|
72744
|
-
color: #ffffff
|
|
72757
|
+
color: #ffffff ;
|
|
72745
72758
|
}
|
|
72746
72759
|
|
|
72747
72760
|
.xl\:psui-text-gray-10{
|
|
@@ -72959,7 +72972,7 @@ html {
|
|
|
72959
72972
|
}
|
|
72960
72973
|
|
|
72961
72974
|
.xl\:hover\:psui-text-white:hover{
|
|
72962
|
-
color: #ffffff
|
|
72975
|
+
color: #ffffff ;
|
|
72963
72976
|
}
|
|
72964
72977
|
|
|
72965
72978
|
.xl\:hover\:psui-text-gray-10:hover{
|
|
@@ -73177,7 +73190,7 @@ html {
|
|
|
73177
73190
|
}
|
|
73178
73191
|
|
|
73179
73192
|
.xl\:active\:psui-text-white:active{
|
|
73180
|
-
color: #ffffff
|
|
73193
|
+
color: #ffffff ;
|
|
73181
73194
|
}
|
|
73182
73195
|
|
|
73183
73196
|
.xl\:active\:psui-text-gray-10:active{
|
|
@@ -73395,7 +73408,7 @@ html {
|
|
|
73395
73408
|
}
|
|
73396
73409
|
|
|
73397
73410
|
.xl\:focus\:psui-text-white:focus{
|
|
73398
|
-
color: #ffffff
|
|
73411
|
+
color: #ffffff ;
|
|
73399
73412
|
}
|
|
73400
73413
|
|
|
73401
73414
|
.xl\:focus\:psui-text-gray-10:focus{
|
|
@@ -73613,7 +73626,7 @@ html {
|
|
|
73613
73626
|
}
|
|
73614
73627
|
|
|
73615
73628
|
.psui-group:hover .xl\:group-hover\:psui-text-white{
|
|
73616
|
-
color: #ffffff
|
|
73629
|
+
color: #ffffff ;
|
|
73617
73630
|
}
|
|
73618
73631
|
|
|
73619
73632
|
.psui-group:hover .xl\:group-hover\:psui-text-gray-10{
|
|
@@ -73831,7 +73844,7 @@ html {
|
|
|
73831
73844
|
}
|
|
73832
73845
|
|
|
73833
73846
|
.xl\:first\:psui-text-white:first-child{
|
|
73834
|
-
color: #ffffff
|
|
73847
|
+
color: #ffffff ;
|
|
73835
73848
|
}
|
|
73836
73849
|
|
|
73837
73850
|
.xl\:first\:psui-text-gray-10:first-child{
|
|
@@ -74049,7 +74062,7 @@ html {
|
|
|
74049
74062
|
}
|
|
74050
74063
|
|
|
74051
74064
|
.xl\:disabled\:psui-text-white:disabled{
|
|
74052
|
-
color: #ffffff
|
|
74065
|
+
color: #ffffff ;
|
|
74053
74066
|
}
|
|
74054
74067
|
|
|
74055
74068
|
.xl\:disabled\:psui-text-gray-10:disabled{
|
|
@@ -74267,7 +74280,7 @@ html {
|
|
|
74267
74280
|
}
|
|
74268
74281
|
|
|
74269
74282
|
.xl\:checked\:psui-text-white:checked{
|
|
74270
|
-
color: #ffffff
|
|
74283
|
+
color: #ffffff ;
|
|
74271
74284
|
}
|
|
74272
74285
|
|
|
74273
74286
|
.xl\:checked\:psui-text-gray-10:checked{
|