@policystudio/policy-studio-ui-vue 1.0.60 → 1.0.61
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 +206 -213
- package/package.json +1 -1
- package/src/assets/scss/components/PsMiniTag.scss +52 -53
- package/src/assets/scss/components/PsTabHeader.scss +1 -3
- package/src/components/badges-and-tags/PsMiniTag.vue +5 -1
- package/src/components/controls/PsCheckboxSimple.vue +2 -2
- package/src/components/controls/PsDraggable.vue +3 -4
- package/src/components/forms/PsDropdown.vue +9 -0
- package/src/stories/CheckboxSimple.stories.js +2 -2
- package/tailwind.config.js +1 -1
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;
|
|
@@ -17649,7 +17649,7 @@ html {
|
|
|
17649
17649
|
--border-opacity: 1;
|
|
17650
17650
|
border-color: #D6DDE5;
|
|
17651
17651
|
border-color: rgba(214, 221, 229, var(--border-opacity));
|
|
17652
|
-
background-color: #ffffff;
|
|
17652
|
+
background-color: #ffffff ;
|
|
17653
17653
|
--text-opacity: 1;
|
|
17654
17654
|
color: #515E6A;
|
|
17655
17655
|
color: rgba(81, 94, 106, var(--text-opacity));
|
|
@@ -17712,7 +17712,7 @@ html {
|
|
|
17712
17712
|
--bg-opacity: 1;
|
|
17713
17713
|
background-color: #798490;
|
|
17714
17714
|
background-color: rgba(121, 132, 144, var(--bg-opacity));
|
|
17715
|
-
color: #ffffff;
|
|
17715
|
+
color: #ffffff ;
|
|
17716
17716
|
padding: 5px 8px 4px 8px;
|
|
17717
17717
|
border-radius: 4px;
|
|
17718
17718
|
}
|
|
@@ -17749,7 +17749,7 @@ html {
|
|
|
17749
17749
|
--bg-opacity: 1;
|
|
17750
17750
|
background-color: #00465F;
|
|
17751
17751
|
background-color: rgba(0, 70, 95, var(--bg-opacity));
|
|
17752
|
-
color: #ffffff;
|
|
17752
|
+
color: #ffffff ;
|
|
17753
17753
|
box-shadow: none;
|
|
17754
17754
|
font-size: 12px;
|
|
17755
17755
|
line-height: 120%;
|
|
@@ -17780,7 +17780,7 @@ html {
|
|
|
17780
17780
|
}
|
|
17781
17781
|
|
|
17782
17782
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white {
|
|
17783
|
-
background-color: #ffffff;
|
|
17783
|
+
background-color: #ffffff ;
|
|
17784
17784
|
padding-top: 1rem;
|
|
17785
17785
|
padding-bottom: 1rem;
|
|
17786
17786
|
padding-left: 1.5rem;
|
|
@@ -17846,14 +17846,14 @@ html {
|
|
|
17846
17846
|
}
|
|
17847
17847
|
|
|
17848
17848
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark h2 {
|
|
17849
|
-
color: #ffffff;
|
|
17849
|
+
color: #ffffff ;
|
|
17850
17850
|
font-weight: 700;
|
|
17851
17851
|
font-size: 17px;
|
|
17852
17852
|
line-height: 120%;
|
|
17853
17853
|
}
|
|
17854
17854
|
|
|
17855
17855
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark .psui-el-tooltip-content-wrapper {
|
|
17856
|
-
color: #ffffff;
|
|
17856
|
+
color: #ffffff ;
|
|
17857
17857
|
font-weight: 400;
|
|
17858
17858
|
display: flex;
|
|
17859
17859
|
flex-direction: column;
|
|
@@ -17867,7 +17867,7 @@ html {
|
|
|
17867
17867
|
--bg-opacity: 1;
|
|
17868
17868
|
background-color: #318FAC;
|
|
17869
17869
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
17870
|
-
color: #ffffff;
|
|
17870
|
+
color: #ffffff ;
|
|
17871
17871
|
font-weight: 700;
|
|
17872
17872
|
padding: 7px 16px;
|
|
17873
17873
|
width: -webkit-fit-content;
|
|
@@ -17894,14 +17894,14 @@ html {
|
|
|
17894
17894
|
}
|
|
17895
17895
|
|
|
17896
17896
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color h2 {
|
|
17897
|
-
color: #ffffff;
|
|
17897
|
+
color: #ffffff ;
|
|
17898
17898
|
font-weight: 700;
|
|
17899
17899
|
font-size: 17px;
|
|
17900
17900
|
line-height: 120%;
|
|
17901
17901
|
}
|
|
17902
17902
|
|
|
17903
17903
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color .psui-el-tooltip-content-wrapper {
|
|
17904
|
-
color: #ffffff;
|
|
17904
|
+
color: #ffffff ;
|
|
17905
17905
|
font-weight: 400;
|
|
17906
17906
|
display: flex;
|
|
17907
17907
|
flex-direction: column;
|
|
@@ -17915,7 +17915,7 @@ html {
|
|
|
17915
17915
|
--bg-opacity: 1;
|
|
17916
17916
|
background-color: #318FAC;
|
|
17917
17917
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
17918
|
-
color: #ffffff;
|
|
17918
|
+
color: #ffffff ;
|
|
17919
17919
|
font-weight: 700;
|
|
17920
17920
|
padding: 7px 16px;
|
|
17921
17921
|
width: -webkit-fit-content;
|
|
@@ -18020,7 +18020,7 @@ html {
|
|
|
18020
18020
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper {
|
|
18021
18021
|
position: absolute;
|
|
18022
18022
|
left: 0;
|
|
18023
|
-
background-color: #ffffff;
|
|
18023
|
+
background-color: #ffffff ;
|
|
18024
18024
|
border-radius: 0.25rem;
|
|
18025
18025
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
|
|
18026
18026
|
z-index: 50;
|
|
@@ -18031,7 +18031,7 @@ html {
|
|
|
18031
18031
|
|
|
18032
18032
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown {
|
|
18033
18033
|
display: flex;
|
|
18034
|
-
background-color: #ffffff;
|
|
18034
|
+
background-color: #ffffff ;
|
|
18035
18035
|
}
|
|
18036
18036
|
|
|
18037
18037
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown .psui-el-inline-selector-error {
|
|
@@ -18055,7 +18055,7 @@ html {
|
|
|
18055
18055
|
|
|
18056
18056
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul {
|
|
18057
18057
|
width: 100%;
|
|
18058
|
-
background-color: #ffffff;
|
|
18058
|
+
background-color: #ffffff ;
|
|
18059
18059
|
}
|
|
18060
18060
|
|
|
18061
18061
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul li {
|
|
@@ -18104,7 +18104,7 @@ html {
|
|
|
18104
18104
|
|
|
18105
18105
|
.psui-el-mini-tag {
|
|
18106
18106
|
display: flex;
|
|
18107
|
-
border-radius:
|
|
18107
|
+
border-radius: 9999px;
|
|
18108
18108
|
align-items: center;
|
|
18109
18109
|
justify-content: center;
|
|
18110
18110
|
flex-direction: row;
|
|
@@ -18126,7 +18126,7 @@ html {
|
|
|
18126
18126
|
--bg-opacity: 1;
|
|
18127
18127
|
background-color: #64B5CE;
|
|
18128
18128
|
background-color: rgba(100, 181, 206, var(--bg-opacity));
|
|
18129
|
-
color: #ffffff
|
|
18129
|
+
color: #ffffff
|
|
18130
18130
|
}
|
|
18131
18131
|
|
|
18132
18132
|
.psui-el-mini-tag-layout-info {
|
|
@@ -18142,7 +18142,7 @@ html {
|
|
|
18142
18142
|
--bg-opacity: 1;
|
|
18143
18143
|
background-color: #5DB883;
|
|
18144
18144
|
background-color: rgba(93, 184, 131, var(--bg-opacity));
|
|
18145
|
-
color: #ffffff
|
|
18145
|
+
color: #ffffff
|
|
18146
18146
|
}
|
|
18147
18147
|
|
|
18148
18148
|
.psui-el-mini-tag-layout-success {
|
|
@@ -18158,7 +18158,7 @@ html {
|
|
|
18158
18158
|
--bg-opacity: 1;
|
|
18159
18159
|
background-color: #EDAB3E;
|
|
18160
18160
|
background-color: rgba(237, 171, 62, var(--bg-opacity));
|
|
18161
|
-
color: #ffffff
|
|
18161
|
+
color: #ffffff
|
|
18162
18162
|
}
|
|
18163
18163
|
|
|
18164
18164
|
.psui-el-mini-tag-layout-warning {
|
|
@@ -18174,7 +18174,7 @@ html {
|
|
|
18174
18174
|
--bg-opacity: 1;
|
|
18175
18175
|
background-color: #D65C5A;
|
|
18176
18176
|
background-color: rgba(214, 92, 90, var(--bg-opacity));
|
|
18177
|
-
color: #ffffff
|
|
18177
|
+
color: #ffffff
|
|
18178
18178
|
}
|
|
18179
18179
|
|
|
18180
18180
|
.psui-el-mini-tag-layout-error {
|
|
@@ -18190,7 +18190,7 @@ html {
|
|
|
18190
18190
|
--bg-opacity: 1;
|
|
18191
18191
|
background-color: #A2ACB7;
|
|
18192
18192
|
background-color: rgba(162, 172, 183, var(--bg-opacity));
|
|
18193
|
-
color: #ffffff
|
|
18193
|
+
color: #ffffff
|
|
18194
18194
|
}
|
|
18195
18195
|
|
|
18196
18196
|
.psui-el-mini-tag-layout-default {
|
|
@@ -18207,7 +18207,7 @@ html {
|
|
|
18207
18207
|
align-items: center;
|
|
18208
18208
|
font-size: 16px;
|
|
18209
18209
|
line-height: 130%;
|
|
18210
|
-
color: #ffffff;
|
|
18210
|
+
color: #ffffff ;
|
|
18211
18211
|
padding-top: 0.75rem;
|
|
18212
18212
|
padding-bottom: 0.75rem;
|
|
18213
18213
|
padding-left: 1rem;
|
|
@@ -18371,7 +18371,7 @@ html {
|
|
|
18371
18371
|
.psui-el-dropdown-menu-dialog-wrapper {
|
|
18372
18372
|
display: none;
|
|
18373
18373
|
transform-origin: top right;
|
|
18374
|
-
background-color: #ffffff;
|
|
18374
|
+
background-color: #ffffff ;
|
|
18375
18375
|
position: fixed;
|
|
18376
18376
|
width: auto;
|
|
18377
18377
|
border-radius: 0.375rem;
|
|
@@ -18450,7 +18450,7 @@ html {
|
|
|
18450
18450
|
position: absolute;
|
|
18451
18451
|
height: 0.75rem;
|
|
18452
18452
|
width: 0.75rem;
|
|
18453
|
-
background-color: #ffffff;
|
|
18453
|
+
background-color: #ffffff ;
|
|
18454
18454
|
border-radius: 9999px;
|
|
18455
18455
|
transition-property: all;
|
|
18456
18456
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -18472,7 +18472,7 @@ html {
|
|
|
18472
18472
|
position: absolute;
|
|
18473
18473
|
height: 0.75rem;
|
|
18474
18474
|
width: 0.75rem;
|
|
18475
|
-
background-color: #ffffff;
|
|
18475
|
+
background-color: #ffffff ;
|
|
18476
18476
|
border-radius: 9999px;
|
|
18477
18477
|
transition-property: all;
|
|
18478
18478
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -18516,7 +18516,7 @@ html {
|
|
|
18516
18516
|
position: absolute;
|
|
18517
18517
|
height: 1.25rem;
|
|
18518
18518
|
width: 1.25rem;
|
|
18519
|
-
background-color: #ffffff;
|
|
18519
|
+
background-color: #ffffff ;
|
|
18520
18520
|
border-radius: 9999px;
|
|
18521
18521
|
transition-property: all;
|
|
18522
18522
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -18537,7 +18537,7 @@ html {
|
|
|
18537
18537
|
position: absolute;
|
|
18538
18538
|
height: 1.25rem;
|
|
18539
18539
|
width: 1.25rem;
|
|
18540
|
-
background-color: #ffffff;
|
|
18540
|
+
background-color: #ffffff ;
|
|
18541
18541
|
border-radius: 9999px;
|
|
18542
18542
|
transition-property: all;
|
|
18543
18543
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -19383,21 +19383,21 @@ html {
|
|
|
19383
19383
|
--bg-opacity: 1;
|
|
19384
19384
|
background-color: #318FAC;
|
|
19385
19385
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
19386
|
-
color: #ffffff;
|
|
19386
|
+
color: #ffffff ;
|
|
19387
19387
|
}
|
|
19388
19388
|
|
|
19389
19389
|
.psui-el-button.layout-solid.hover {
|
|
19390
19390
|
--bg-opacity: 1;
|
|
19391
19391
|
background-color: #64B5CE;
|
|
19392
19392
|
background-color: rgba(100, 181, 206, var(--bg-opacity));
|
|
19393
|
-
color: #ffffff;
|
|
19393
|
+
color: #ffffff ;
|
|
19394
19394
|
}
|
|
19395
19395
|
|
|
19396
19396
|
.psui-el-button.layout-solid:active:not(.disabled) {
|
|
19397
19397
|
--bg-opacity: 1;
|
|
19398
19398
|
background-color: #64B5CE;
|
|
19399
19399
|
background-color: rgba(100, 181, 206, var(--bg-opacity));
|
|
19400
|
-
color: #ffffff;
|
|
19400
|
+
color: #ffffff ;
|
|
19401
19401
|
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
|
|
19402
19402
|
}
|
|
19403
19403
|
|
|
@@ -19470,7 +19470,7 @@ html {
|
|
|
19470
19470
|
}
|
|
19471
19471
|
|
|
19472
19472
|
.psui-el-button.layout-onlytext {
|
|
19473
|
-
background-color: #ffffff;
|
|
19473
|
+
background-color: #ffffff ;
|
|
19474
19474
|
--text-opacity: 1;
|
|
19475
19475
|
color: #318FAC;
|
|
19476
19476
|
color: rgba(49, 143, 172, var(--text-opacity));
|
|
@@ -19650,7 +19650,7 @@ html {
|
|
|
19650
19650
|
--text-opacity: 1;
|
|
19651
19651
|
color: #318FAC;
|
|
19652
19652
|
color: rgba(49, 143, 172, var(--text-opacity));
|
|
19653
|
-
background-color: #ffffff;
|
|
19653
|
+
background-color: #ffffff ;
|
|
19654
19654
|
}
|
|
19655
19655
|
|
|
19656
19656
|
.psui-el-chips.type-button label:focus,
|
|
@@ -19771,7 +19771,7 @@ html {
|
|
|
19771
19771
|
background-color: #D6DDE5;
|
|
19772
19772
|
background-color: rgba(214, 221, 229, var(--bg-opacity));
|
|
19773
19773
|
border-radius: 9999px;
|
|
19774
|
-
color: #ffffff;
|
|
19774
|
+
color: #ffffff ;
|
|
19775
19775
|
margin-right: 0.5rem;
|
|
19776
19776
|
width: 1.5rem;
|
|
19777
19777
|
height: 1.5rem;
|
|
@@ -19823,7 +19823,7 @@ html {
|
|
|
19823
19823
|
--bg-opacity: 1;
|
|
19824
19824
|
background-color: #318FAC;
|
|
19825
19825
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
19826
|
-
color: #ffffff;
|
|
19826
|
+
color: #ffffff ;
|
|
19827
19827
|
font-weight: 700;
|
|
19828
19828
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 2px 5px rgba(0, 0, 0, 0.08);
|
|
19829
19829
|
}
|
|
@@ -19908,7 +19908,7 @@ html {
|
|
|
19908
19908
|
}
|
|
19909
19909
|
|
|
19910
19910
|
.psui-el-tab-header.layout-standard button.status-active {
|
|
19911
|
-
color: #ffffff;
|
|
19911
|
+
color: #ffffff ;
|
|
19912
19912
|
--bg-opacity: 1;
|
|
19913
19913
|
background-color: #318FAC;
|
|
19914
19914
|
background-color: rgba(49, 143, 172, var(--bg-opacity));
|
|
@@ -19923,13 +19923,6 @@ html {
|
|
|
19923
19923
|
|
|
19924
19924
|
/* ----------------------------------------- */
|
|
19925
19925
|
|
|
19926
|
-
.psui-el-tab-header.layout-underline {
|
|
19927
|
-
border-bottom-width: 1px;
|
|
19928
|
-
--border-opacity: 1;
|
|
19929
|
-
border-color: #E6ECF2;
|
|
19930
|
-
border-color: rgba(230, 236, 242, var(--border-opacity));
|
|
19931
|
-
}
|
|
19932
|
-
|
|
19933
19926
|
.psui-el-tab-header.layout-underline .psui-el-tooltip:not(:last-child) {
|
|
19934
19927
|
margin-right: 20px;
|
|
19935
19928
|
}
|
|
@@ -20007,7 +20000,7 @@ html {
|
|
|
20007
20000
|
color: #318FAC;
|
|
20008
20001
|
color: rgba(49, 143, 172, var(--text-opacity));
|
|
20009
20002
|
font-weight: 700;
|
|
20010
|
-
background-color: #ffffff;
|
|
20003
|
+
background-color: #ffffff ;
|
|
20011
20004
|
}
|
|
20012
20005
|
|
|
20013
20006
|
.psui-el-accordion-item {
|
|
@@ -20162,7 +20155,7 @@ html {
|
|
|
20162
20155
|
border-color: #D6DDE5;
|
|
20163
20156
|
border-color: rgba(214, 221, 229, var(--border-opacity));
|
|
20164
20157
|
border-radius: 0.375rem;
|
|
20165
|
-
background-color: #ffffff;
|
|
20158
|
+
background-color: #ffffff ;
|
|
20166
20159
|
display: flex;
|
|
20167
20160
|
transition: ease 130ms;
|
|
20168
20161
|
}
|
|
@@ -20176,7 +20169,7 @@ html {
|
|
|
20176
20169
|
}
|
|
20177
20170
|
|
|
20178
20171
|
.psui-el-input input {
|
|
20179
|
-
background-color: #ffffff;
|
|
20172
|
+
background-color: #ffffff ;
|
|
20180
20173
|
--text-opacity: 1;
|
|
20181
20174
|
color: #515E6A;
|
|
20182
20175
|
color: rgba(81, 94, 106, var(--text-opacity));
|
|
@@ -20822,7 +20815,7 @@ html {
|
|
|
20822
20815
|
}
|
|
20823
20816
|
|
|
20824
20817
|
.sm\:psui-divide-white > :not(template) ~ :not(template){
|
|
20825
|
-
border-color: #ffffff
|
|
20818
|
+
border-color: #ffffff ;
|
|
20826
20819
|
}
|
|
20827
20820
|
|
|
20828
20821
|
.sm\:psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -21173,7 +21166,7 @@ html {
|
|
|
21173
21166
|
}
|
|
21174
21167
|
|
|
21175
21168
|
.sm\:psui-bg-white{
|
|
21176
|
-
background-color: #ffffff
|
|
21169
|
+
background-color: #ffffff ;
|
|
21177
21170
|
}
|
|
21178
21171
|
|
|
21179
21172
|
.sm\:psui-bg-gray-10{
|
|
@@ -21391,7 +21384,7 @@ html {
|
|
|
21391
21384
|
}
|
|
21392
21385
|
|
|
21393
21386
|
.sm\:hover\:psui-bg-white:hover{
|
|
21394
|
-
background-color: #ffffff
|
|
21387
|
+
background-color: #ffffff ;
|
|
21395
21388
|
}
|
|
21396
21389
|
|
|
21397
21390
|
.sm\:hover\:psui-bg-gray-10:hover{
|
|
@@ -21609,7 +21602,7 @@ html {
|
|
|
21609
21602
|
}
|
|
21610
21603
|
|
|
21611
21604
|
.sm\:active\:psui-bg-white:active{
|
|
21612
|
-
background-color: #ffffff
|
|
21605
|
+
background-color: #ffffff ;
|
|
21613
21606
|
}
|
|
21614
21607
|
|
|
21615
21608
|
.sm\:active\:psui-bg-gray-10:active{
|
|
@@ -21827,7 +21820,7 @@ html {
|
|
|
21827
21820
|
}
|
|
21828
21821
|
|
|
21829
21822
|
.sm\:focus\:psui-bg-white:focus{
|
|
21830
|
-
background-color: #ffffff
|
|
21823
|
+
background-color: #ffffff ;
|
|
21831
21824
|
}
|
|
21832
21825
|
|
|
21833
21826
|
.sm\:focus\:psui-bg-gray-10:focus{
|
|
@@ -22045,7 +22038,7 @@ html {
|
|
|
22045
22038
|
}
|
|
22046
22039
|
|
|
22047
22040
|
.psui-group:hover .sm\:group-hover\:psui-bg-white{
|
|
22048
|
-
background-color: #ffffff
|
|
22041
|
+
background-color: #ffffff ;
|
|
22049
22042
|
}
|
|
22050
22043
|
|
|
22051
22044
|
.psui-group:hover .sm\:group-hover\:psui-bg-gray-10{
|
|
@@ -22263,7 +22256,7 @@ html {
|
|
|
22263
22256
|
}
|
|
22264
22257
|
|
|
22265
22258
|
.sm\:even\:psui-bg-white:nth-child(even){
|
|
22266
|
-
background-color: #ffffff
|
|
22259
|
+
background-color: #ffffff ;
|
|
22267
22260
|
}
|
|
22268
22261
|
|
|
22269
22262
|
.sm\:even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -22481,7 +22474,7 @@ html {
|
|
|
22481
22474
|
}
|
|
22482
22475
|
|
|
22483
22476
|
.sm\:first\:psui-bg-white:first-child{
|
|
22484
|
-
background-color: #ffffff
|
|
22477
|
+
background-color: #ffffff ;
|
|
22485
22478
|
}
|
|
22486
22479
|
|
|
22487
22480
|
.sm\:first\:psui-bg-gray-10:first-child{
|
|
@@ -22699,7 +22692,7 @@ html {
|
|
|
22699
22692
|
}
|
|
22700
22693
|
|
|
22701
22694
|
.sm\:disabled\:psui-bg-white:disabled{
|
|
22702
|
-
background-color: #ffffff
|
|
22695
|
+
background-color: #ffffff ;
|
|
22703
22696
|
}
|
|
22704
22697
|
|
|
22705
22698
|
.sm\:disabled\:psui-bg-gray-10:disabled{
|
|
@@ -22917,7 +22910,7 @@ html {
|
|
|
22917
22910
|
}
|
|
22918
22911
|
|
|
22919
22912
|
.sm\:checked\:psui-bg-white:checked{
|
|
22920
|
-
background-color: #ffffff
|
|
22913
|
+
background-color: #ffffff ;
|
|
22921
22914
|
}
|
|
22922
22915
|
|
|
22923
22916
|
.sm\:checked\:psui-bg-gray-10:checked{
|
|
@@ -23171,7 +23164,7 @@ html {
|
|
|
23171
23164
|
}
|
|
23172
23165
|
|
|
23173
23166
|
.sm\:psui-from-white{
|
|
23174
|
-
--gradient-from-color: #ffffff
|
|
23167
|
+
--gradient-from-color: #ffffff ;
|
|
23175
23168
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
23176
23169
|
}
|
|
23177
23170
|
|
|
@@ -23356,7 +23349,7 @@ html {
|
|
|
23356
23349
|
}
|
|
23357
23350
|
|
|
23358
23351
|
.sm\:psui-via-white{
|
|
23359
|
-
--gradient-via-color: #ffffff
|
|
23352
|
+
--gradient-via-color: #ffffff ;
|
|
23360
23353
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
23361
23354
|
}
|
|
23362
23355
|
|
|
@@ -23541,7 +23534,7 @@ html {
|
|
|
23541
23534
|
}
|
|
23542
23535
|
|
|
23543
23536
|
.sm\:psui-to-white{
|
|
23544
|
-
--gradient-to-color: #ffffff
|
|
23537
|
+
--gradient-to-color: #ffffff ;
|
|
23545
23538
|
}
|
|
23546
23539
|
|
|
23547
23540
|
.sm\:psui-to-gray-10{
|
|
@@ -23689,7 +23682,7 @@ html {
|
|
|
23689
23682
|
}
|
|
23690
23683
|
|
|
23691
23684
|
.sm\:hover\:psui-from-white:hover{
|
|
23692
|
-
--gradient-from-color: #ffffff
|
|
23685
|
+
--gradient-from-color: #ffffff ;
|
|
23693
23686
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
23694
23687
|
}
|
|
23695
23688
|
|
|
@@ -23874,7 +23867,7 @@ html {
|
|
|
23874
23867
|
}
|
|
23875
23868
|
|
|
23876
23869
|
.sm\:hover\:psui-via-white:hover{
|
|
23877
|
-
--gradient-via-color: #ffffff
|
|
23870
|
+
--gradient-via-color: #ffffff ;
|
|
23878
23871
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
23879
23872
|
}
|
|
23880
23873
|
|
|
@@ -24059,7 +24052,7 @@ html {
|
|
|
24059
24052
|
}
|
|
24060
24053
|
|
|
24061
24054
|
.sm\:hover\:psui-to-white:hover{
|
|
24062
|
-
--gradient-to-color: #ffffff
|
|
24055
|
+
--gradient-to-color: #ffffff ;
|
|
24063
24056
|
}
|
|
24064
24057
|
|
|
24065
24058
|
.sm\:hover\:psui-to-gray-10:hover{
|
|
@@ -24207,7 +24200,7 @@ html {
|
|
|
24207
24200
|
}
|
|
24208
24201
|
|
|
24209
24202
|
.sm\:focus\:psui-from-white:focus{
|
|
24210
|
-
--gradient-from-color: #ffffff
|
|
24203
|
+
--gradient-from-color: #ffffff ;
|
|
24211
24204
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
24212
24205
|
}
|
|
24213
24206
|
|
|
@@ -24392,7 +24385,7 @@ html {
|
|
|
24392
24385
|
}
|
|
24393
24386
|
|
|
24394
24387
|
.sm\:focus\:psui-via-white:focus{
|
|
24395
|
-
--gradient-via-color: #ffffff
|
|
24388
|
+
--gradient-via-color: #ffffff ;
|
|
24396
24389
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
24397
24390
|
}
|
|
24398
24391
|
|
|
@@ -24577,7 +24570,7 @@ html {
|
|
|
24577
24570
|
}
|
|
24578
24571
|
|
|
24579
24572
|
.sm\:focus\:psui-to-white:focus{
|
|
24580
|
-
--gradient-to-color: #ffffff
|
|
24573
|
+
--gradient-to-color: #ffffff ;
|
|
24581
24574
|
}
|
|
24582
24575
|
|
|
24583
24576
|
.sm\:focus\:psui-to-gray-10:focus{
|
|
@@ -27912,15 +27905,15 @@ html {
|
|
|
27912
27905
|
}
|
|
27913
27906
|
|
|
27914
27907
|
.sm\:psui-placeholder-white::-moz-placeholder{
|
|
27915
|
-
color: #ffffff
|
|
27908
|
+
color: #ffffff ;
|
|
27916
27909
|
}
|
|
27917
27910
|
|
|
27918
27911
|
.sm\:psui-placeholder-white:-ms-input-placeholder{
|
|
27919
|
-
color: #ffffff
|
|
27912
|
+
color: #ffffff ;
|
|
27920
27913
|
}
|
|
27921
27914
|
|
|
27922
27915
|
.sm\:psui-placeholder-white::placeholder{
|
|
27923
|
-
color: #ffffff
|
|
27916
|
+
color: #ffffff ;
|
|
27924
27917
|
}
|
|
27925
27918
|
|
|
27926
27919
|
.sm\:psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -28566,15 +28559,15 @@ html {
|
|
|
28566
28559
|
}
|
|
28567
28560
|
|
|
28568
28561
|
.sm\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
28569
|
-
color: #ffffff
|
|
28562
|
+
color: #ffffff ;
|
|
28570
28563
|
}
|
|
28571
28564
|
|
|
28572
28565
|
.sm\:focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
28573
|
-
color: #ffffff
|
|
28566
|
+
color: #ffffff ;
|
|
28574
28567
|
}
|
|
28575
28568
|
|
|
28576
28569
|
.sm\:focus\:psui-placeholder-white:focus::placeholder{
|
|
28577
|
-
color: #ffffff
|
|
28570
|
+
color: #ffffff ;
|
|
28578
28571
|
}
|
|
28579
28572
|
|
|
28580
28573
|
.sm\:focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -29495,7 +29488,7 @@ html {
|
|
|
29495
29488
|
}
|
|
29496
29489
|
|
|
29497
29490
|
.sm\:psui-text-white{
|
|
29498
|
-
color: #ffffff
|
|
29491
|
+
color: #ffffff ;
|
|
29499
29492
|
}
|
|
29500
29493
|
|
|
29501
29494
|
.sm\:psui-text-gray-10{
|
|
@@ -29713,7 +29706,7 @@ html {
|
|
|
29713
29706
|
}
|
|
29714
29707
|
|
|
29715
29708
|
.sm\:hover\:psui-text-white:hover{
|
|
29716
|
-
color: #ffffff
|
|
29709
|
+
color: #ffffff ;
|
|
29717
29710
|
}
|
|
29718
29711
|
|
|
29719
29712
|
.sm\:hover\:psui-text-gray-10:hover{
|
|
@@ -29931,7 +29924,7 @@ html {
|
|
|
29931
29924
|
}
|
|
29932
29925
|
|
|
29933
29926
|
.sm\:active\:psui-text-white:active{
|
|
29934
|
-
color: #ffffff
|
|
29927
|
+
color: #ffffff ;
|
|
29935
29928
|
}
|
|
29936
29929
|
|
|
29937
29930
|
.sm\:active\:psui-text-gray-10:active{
|
|
@@ -30149,7 +30142,7 @@ html {
|
|
|
30149
30142
|
}
|
|
30150
30143
|
|
|
30151
30144
|
.sm\:focus\:psui-text-white:focus{
|
|
30152
|
-
color: #ffffff
|
|
30145
|
+
color: #ffffff ;
|
|
30153
30146
|
}
|
|
30154
30147
|
|
|
30155
30148
|
.sm\:focus\:psui-text-gray-10:focus{
|
|
@@ -30367,7 +30360,7 @@ html {
|
|
|
30367
30360
|
}
|
|
30368
30361
|
|
|
30369
30362
|
.psui-group:hover .sm\:group-hover\:psui-text-white{
|
|
30370
|
-
color: #ffffff
|
|
30363
|
+
color: #ffffff ;
|
|
30371
30364
|
}
|
|
30372
30365
|
|
|
30373
30366
|
.psui-group:hover .sm\:group-hover\:psui-text-gray-10{
|
|
@@ -30585,7 +30578,7 @@ html {
|
|
|
30585
30578
|
}
|
|
30586
30579
|
|
|
30587
30580
|
.sm\:first\:psui-text-white:first-child{
|
|
30588
|
-
color: #ffffff
|
|
30581
|
+
color: #ffffff ;
|
|
30589
30582
|
}
|
|
30590
30583
|
|
|
30591
30584
|
.sm\:first\:psui-text-gray-10:first-child{
|
|
@@ -30803,7 +30796,7 @@ html {
|
|
|
30803
30796
|
}
|
|
30804
30797
|
|
|
30805
30798
|
.sm\:disabled\:psui-text-white:disabled{
|
|
30806
|
-
color: #ffffff
|
|
30799
|
+
color: #ffffff ;
|
|
30807
30800
|
}
|
|
30808
30801
|
|
|
30809
30802
|
.sm\:disabled\:psui-text-gray-10:disabled{
|
|
@@ -31021,7 +31014,7 @@ html {
|
|
|
31021
31014
|
}
|
|
31022
31015
|
|
|
31023
31016
|
.sm\:checked\:psui-text-white:checked{
|
|
31024
|
-
color: #ffffff
|
|
31017
|
+
color: #ffffff ;
|
|
31025
31018
|
}
|
|
31026
31019
|
|
|
31027
31020
|
.sm\:checked\:psui-text-gray-10:checked{
|
|
@@ -35244,7 +35237,7 @@ html {
|
|
|
35244
35237
|
}
|
|
35245
35238
|
|
|
35246
35239
|
.md\:psui-divide-white > :not(template) ~ :not(template){
|
|
35247
|
-
border-color: #ffffff
|
|
35240
|
+
border-color: #ffffff ;
|
|
35248
35241
|
}
|
|
35249
35242
|
|
|
35250
35243
|
.md\:psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -35595,7 +35588,7 @@ html {
|
|
|
35595
35588
|
}
|
|
35596
35589
|
|
|
35597
35590
|
.md\:psui-bg-white{
|
|
35598
|
-
background-color: #ffffff
|
|
35591
|
+
background-color: #ffffff ;
|
|
35599
35592
|
}
|
|
35600
35593
|
|
|
35601
35594
|
.md\:psui-bg-gray-10{
|
|
@@ -35813,7 +35806,7 @@ html {
|
|
|
35813
35806
|
}
|
|
35814
35807
|
|
|
35815
35808
|
.md\:hover\:psui-bg-white:hover{
|
|
35816
|
-
background-color: #ffffff
|
|
35809
|
+
background-color: #ffffff ;
|
|
35817
35810
|
}
|
|
35818
35811
|
|
|
35819
35812
|
.md\:hover\:psui-bg-gray-10:hover{
|
|
@@ -36031,7 +36024,7 @@ html {
|
|
|
36031
36024
|
}
|
|
36032
36025
|
|
|
36033
36026
|
.md\:active\:psui-bg-white:active{
|
|
36034
|
-
background-color: #ffffff
|
|
36027
|
+
background-color: #ffffff ;
|
|
36035
36028
|
}
|
|
36036
36029
|
|
|
36037
36030
|
.md\:active\:psui-bg-gray-10:active{
|
|
@@ -36249,7 +36242,7 @@ html {
|
|
|
36249
36242
|
}
|
|
36250
36243
|
|
|
36251
36244
|
.md\:focus\:psui-bg-white:focus{
|
|
36252
|
-
background-color: #ffffff
|
|
36245
|
+
background-color: #ffffff ;
|
|
36253
36246
|
}
|
|
36254
36247
|
|
|
36255
36248
|
.md\:focus\:psui-bg-gray-10:focus{
|
|
@@ -36467,7 +36460,7 @@ html {
|
|
|
36467
36460
|
}
|
|
36468
36461
|
|
|
36469
36462
|
.psui-group:hover .md\:group-hover\:psui-bg-white{
|
|
36470
|
-
background-color: #ffffff
|
|
36463
|
+
background-color: #ffffff ;
|
|
36471
36464
|
}
|
|
36472
36465
|
|
|
36473
36466
|
.psui-group:hover .md\:group-hover\:psui-bg-gray-10{
|
|
@@ -36685,7 +36678,7 @@ html {
|
|
|
36685
36678
|
}
|
|
36686
36679
|
|
|
36687
36680
|
.md\:even\:psui-bg-white:nth-child(even){
|
|
36688
|
-
background-color: #ffffff
|
|
36681
|
+
background-color: #ffffff ;
|
|
36689
36682
|
}
|
|
36690
36683
|
|
|
36691
36684
|
.md\:even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -36903,7 +36896,7 @@ html {
|
|
|
36903
36896
|
}
|
|
36904
36897
|
|
|
36905
36898
|
.md\:first\:psui-bg-white:first-child{
|
|
36906
|
-
background-color: #ffffff
|
|
36899
|
+
background-color: #ffffff ;
|
|
36907
36900
|
}
|
|
36908
36901
|
|
|
36909
36902
|
.md\:first\:psui-bg-gray-10:first-child{
|
|
@@ -37121,7 +37114,7 @@ html {
|
|
|
37121
37114
|
}
|
|
37122
37115
|
|
|
37123
37116
|
.md\:disabled\:psui-bg-white:disabled{
|
|
37124
|
-
background-color: #ffffff
|
|
37117
|
+
background-color: #ffffff ;
|
|
37125
37118
|
}
|
|
37126
37119
|
|
|
37127
37120
|
.md\:disabled\:psui-bg-gray-10:disabled{
|
|
@@ -37339,7 +37332,7 @@ html {
|
|
|
37339
37332
|
}
|
|
37340
37333
|
|
|
37341
37334
|
.md\:checked\:psui-bg-white:checked{
|
|
37342
|
-
background-color: #ffffff
|
|
37335
|
+
background-color: #ffffff ;
|
|
37343
37336
|
}
|
|
37344
37337
|
|
|
37345
37338
|
.md\:checked\:psui-bg-gray-10:checked{
|
|
@@ -37593,7 +37586,7 @@ html {
|
|
|
37593
37586
|
}
|
|
37594
37587
|
|
|
37595
37588
|
.md\:psui-from-white{
|
|
37596
|
-
--gradient-from-color: #ffffff
|
|
37589
|
+
--gradient-from-color: #ffffff ;
|
|
37597
37590
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
37598
37591
|
}
|
|
37599
37592
|
|
|
@@ -37778,7 +37771,7 @@ html {
|
|
|
37778
37771
|
}
|
|
37779
37772
|
|
|
37780
37773
|
.md\:psui-via-white{
|
|
37781
|
-
--gradient-via-color: #ffffff
|
|
37774
|
+
--gradient-via-color: #ffffff ;
|
|
37782
37775
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
37783
37776
|
}
|
|
37784
37777
|
|
|
@@ -37963,7 +37956,7 @@ html {
|
|
|
37963
37956
|
}
|
|
37964
37957
|
|
|
37965
37958
|
.md\:psui-to-white{
|
|
37966
|
-
--gradient-to-color: #ffffff
|
|
37959
|
+
--gradient-to-color: #ffffff ;
|
|
37967
37960
|
}
|
|
37968
37961
|
|
|
37969
37962
|
.md\:psui-to-gray-10{
|
|
@@ -38111,7 +38104,7 @@ html {
|
|
|
38111
38104
|
}
|
|
38112
38105
|
|
|
38113
38106
|
.md\:hover\:psui-from-white:hover{
|
|
38114
|
-
--gradient-from-color: #ffffff
|
|
38107
|
+
--gradient-from-color: #ffffff ;
|
|
38115
38108
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
38116
38109
|
}
|
|
38117
38110
|
|
|
@@ -38296,7 +38289,7 @@ html {
|
|
|
38296
38289
|
}
|
|
38297
38290
|
|
|
38298
38291
|
.md\:hover\:psui-via-white:hover{
|
|
38299
|
-
--gradient-via-color: #ffffff
|
|
38292
|
+
--gradient-via-color: #ffffff ;
|
|
38300
38293
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
38301
38294
|
}
|
|
38302
38295
|
|
|
@@ -38481,7 +38474,7 @@ html {
|
|
|
38481
38474
|
}
|
|
38482
38475
|
|
|
38483
38476
|
.md\:hover\:psui-to-white:hover{
|
|
38484
|
-
--gradient-to-color: #ffffff
|
|
38477
|
+
--gradient-to-color: #ffffff ;
|
|
38485
38478
|
}
|
|
38486
38479
|
|
|
38487
38480
|
.md\:hover\:psui-to-gray-10:hover{
|
|
@@ -38629,7 +38622,7 @@ html {
|
|
|
38629
38622
|
}
|
|
38630
38623
|
|
|
38631
38624
|
.md\:focus\:psui-from-white:focus{
|
|
38632
|
-
--gradient-from-color: #ffffff
|
|
38625
|
+
--gradient-from-color: #ffffff ;
|
|
38633
38626
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
38634
38627
|
}
|
|
38635
38628
|
|
|
@@ -38814,7 +38807,7 @@ html {
|
|
|
38814
38807
|
}
|
|
38815
38808
|
|
|
38816
38809
|
.md\:focus\:psui-via-white:focus{
|
|
38817
|
-
--gradient-via-color: #ffffff
|
|
38810
|
+
--gradient-via-color: #ffffff ;
|
|
38818
38811
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
38819
38812
|
}
|
|
38820
38813
|
|
|
@@ -38999,7 +38992,7 @@ html {
|
|
|
38999
38992
|
}
|
|
39000
38993
|
|
|
39001
38994
|
.md\:focus\:psui-to-white:focus{
|
|
39002
|
-
--gradient-to-color: #ffffff
|
|
38995
|
+
--gradient-to-color: #ffffff ;
|
|
39003
38996
|
}
|
|
39004
38997
|
|
|
39005
38998
|
.md\:focus\:psui-to-gray-10:focus{
|
|
@@ -42334,15 +42327,15 @@ html {
|
|
|
42334
42327
|
}
|
|
42335
42328
|
|
|
42336
42329
|
.md\:psui-placeholder-white::-moz-placeholder{
|
|
42337
|
-
color: #ffffff
|
|
42330
|
+
color: #ffffff ;
|
|
42338
42331
|
}
|
|
42339
42332
|
|
|
42340
42333
|
.md\:psui-placeholder-white:-ms-input-placeholder{
|
|
42341
|
-
color: #ffffff
|
|
42334
|
+
color: #ffffff ;
|
|
42342
42335
|
}
|
|
42343
42336
|
|
|
42344
42337
|
.md\:psui-placeholder-white::placeholder{
|
|
42345
|
-
color: #ffffff
|
|
42338
|
+
color: #ffffff ;
|
|
42346
42339
|
}
|
|
42347
42340
|
|
|
42348
42341
|
.md\:psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -42988,15 +42981,15 @@ html {
|
|
|
42988
42981
|
}
|
|
42989
42982
|
|
|
42990
42983
|
.md\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
42991
|
-
color: #ffffff
|
|
42984
|
+
color: #ffffff ;
|
|
42992
42985
|
}
|
|
42993
42986
|
|
|
42994
42987
|
.md\:focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
42995
|
-
color: #ffffff
|
|
42988
|
+
color: #ffffff ;
|
|
42996
42989
|
}
|
|
42997
42990
|
|
|
42998
42991
|
.md\:focus\:psui-placeholder-white:focus::placeholder{
|
|
42999
|
-
color: #ffffff
|
|
42992
|
+
color: #ffffff ;
|
|
43000
42993
|
}
|
|
43001
42994
|
|
|
43002
42995
|
.md\:focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -43917,7 +43910,7 @@ html {
|
|
|
43917
43910
|
}
|
|
43918
43911
|
|
|
43919
43912
|
.md\:psui-text-white{
|
|
43920
|
-
color: #ffffff
|
|
43913
|
+
color: #ffffff ;
|
|
43921
43914
|
}
|
|
43922
43915
|
|
|
43923
43916
|
.md\:psui-text-gray-10{
|
|
@@ -44135,7 +44128,7 @@ html {
|
|
|
44135
44128
|
}
|
|
44136
44129
|
|
|
44137
44130
|
.md\:hover\:psui-text-white:hover{
|
|
44138
|
-
color: #ffffff
|
|
44131
|
+
color: #ffffff ;
|
|
44139
44132
|
}
|
|
44140
44133
|
|
|
44141
44134
|
.md\:hover\:psui-text-gray-10:hover{
|
|
@@ -44353,7 +44346,7 @@ html {
|
|
|
44353
44346
|
}
|
|
44354
44347
|
|
|
44355
44348
|
.md\:active\:psui-text-white:active{
|
|
44356
|
-
color: #ffffff
|
|
44349
|
+
color: #ffffff ;
|
|
44357
44350
|
}
|
|
44358
44351
|
|
|
44359
44352
|
.md\:active\:psui-text-gray-10:active{
|
|
@@ -44571,7 +44564,7 @@ html {
|
|
|
44571
44564
|
}
|
|
44572
44565
|
|
|
44573
44566
|
.md\:focus\:psui-text-white:focus{
|
|
44574
|
-
color: #ffffff
|
|
44567
|
+
color: #ffffff ;
|
|
44575
44568
|
}
|
|
44576
44569
|
|
|
44577
44570
|
.md\:focus\:psui-text-gray-10:focus{
|
|
@@ -44789,7 +44782,7 @@ html {
|
|
|
44789
44782
|
}
|
|
44790
44783
|
|
|
44791
44784
|
.psui-group:hover .md\:group-hover\:psui-text-white{
|
|
44792
|
-
color: #ffffff
|
|
44785
|
+
color: #ffffff ;
|
|
44793
44786
|
}
|
|
44794
44787
|
|
|
44795
44788
|
.psui-group:hover .md\:group-hover\:psui-text-gray-10{
|
|
@@ -45007,7 +45000,7 @@ html {
|
|
|
45007
45000
|
}
|
|
45008
45001
|
|
|
45009
45002
|
.md\:first\:psui-text-white:first-child{
|
|
45010
|
-
color: #ffffff
|
|
45003
|
+
color: #ffffff ;
|
|
45011
45004
|
}
|
|
45012
45005
|
|
|
45013
45006
|
.md\:first\:psui-text-gray-10:first-child{
|
|
@@ -45225,7 +45218,7 @@ html {
|
|
|
45225
45218
|
}
|
|
45226
45219
|
|
|
45227
45220
|
.md\:disabled\:psui-text-white:disabled{
|
|
45228
|
-
color: #ffffff
|
|
45221
|
+
color: #ffffff ;
|
|
45229
45222
|
}
|
|
45230
45223
|
|
|
45231
45224
|
.md\:disabled\:psui-text-gray-10:disabled{
|
|
@@ -45443,7 +45436,7 @@ html {
|
|
|
45443
45436
|
}
|
|
45444
45437
|
|
|
45445
45438
|
.md\:checked\:psui-text-white:checked{
|
|
45446
|
-
color: #ffffff
|
|
45439
|
+
color: #ffffff ;
|
|
45447
45440
|
}
|
|
45448
45441
|
|
|
45449
45442
|
.md\:checked\:psui-text-gray-10:checked{
|
|
@@ -49666,7 +49659,7 @@ html {
|
|
|
49666
49659
|
}
|
|
49667
49660
|
|
|
49668
49661
|
.lg\:psui-divide-white > :not(template) ~ :not(template){
|
|
49669
|
-
border-color: #ffffff
|
|
49662
|
+
border-color: #ffffff ;
|
|
49670
49663
|
}
|
|
49671
49664
|
|
|
49672
49665
|
.lg\:psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -50017,7 +50010,7 @@ html {
|
|
|
50017
50010
|
}
|
|
50018
50011
|
|
|
50019
50012
|
.lg\:psui-bg-white{
|
|
50020
|
-
background-color: #ffffff
|
|
50013
|
+
background-color: #ffffff ;
|
|
50021
50014
|
}
|
|
50022
50015
|
|
|
50023
50016
|
.lg\:psui-bg-gray-10{
|
|
@@ -50235,7 +50228,7 @@ html {
|
|
|
50235
50228
|
}
|
|
50236
50229
|
|
|
50237
50230
|
.lg\:hover\:psui-bg-white:hover{
|
|
50238
|
-
background-color: #ffffff
|
|
50231
|
+
background-color: #ffffff ;
|
|
50239
50232
|
}
|
|
50240
50233
|
|
|
50241
50234
|
.lg\:hover\:psui-bg-gray-10:hover{
|
|
@@ -50453,7 +50446,7 @@ html {
|
|
|
50453
50446
|
}
|
|
50454
50447
|
|
|
50455
50448
|
.lg\:active\:psui-bg-white:active{
|
|
50456
|
-
background-color: #ffffff
|
|
50449
|
+
background-color: #ffffff ;
|
|
50457
50450
|
}
|
|
50458
50451
|
|
|
50459
50452
|
.lg\:active\:psui-bg-gray-10:active{
|
|
@@ -50671,7 +50664,7 @@ html {
|
|
|
50671
50664
|
}
|
|
50672
50665
|
|
|
50673
50666
|
.lg\:focus\:psui-bg-white:focus{
|
|
50674
|
-
background-color: #ffffff
|
|
50667
|
+
background-color: #ffffff ;
|
|
50675
50668
|
}
|
|
50676
50669
|
|
|
50677
50670
|
.lg\:focus\:psui-bg-gray-10:focus{
|
|
@@ -50889,7 +50882,7 @@ html {
|
|
|
50889
50882
|
}
|
|
50890
50883
|
|
|
50891
50884
|
.psui-group:hover .lg\:group-hover\:psui-bg-white{
|
|
50892
|
-
background-color: #ffffff
|
|
50885
|
+
background-color: #ffffff ;
|
|
50893
50886
|
}
|
|
50894
50887
|
|
|
50895
50888
|
.psui-group:hover .lg\:group-hover\:psui-bg-gray-10{
|
|
@@ -51107,7 +51100,7 @@ html {
|
|
|
51107
51100
|
}
|
|
51108
51101
|
|
|
51109
51102
|
.lg\:even\:psui-bg-white:nth-child(even){
|
|
51110
|
-
background-color: #ffffff
|
|
51103
|
+
background-color: #ffffff ;
|
|
51111
51104
|
}
|
|
51112
51105
|
|
|
51113
51106
|
.lg\:even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -51325,7 +51318,7 @@ html {
|
|
|
51325
51318
|
}
|
|
51326
51319
|
|
|
51327
51320
|
.lg\:first\:psui-bg-white:first-child{
|
|
51328
|
-
background-color: #ffffff
|
|
51321
|
+
background-color: #ffffff ;
|
|
51329
51322
|
}
|
|
51330
51323
|
|
|
51331
51324
|
.lg\:first\:psui-bg-gray-10:first-child{
|
|
@@ -51543,7 +51536,7 @@ html {
|
|
|
51543
51536
|
}
|
|
51544
51537
|
|
|
51545
51538
|
.lg\:disabled\:psui-bg-white:disabled{
|
|
51546
|
-
background-color: #ffffff
|
|
51539
|
+
background-color: #ffffff ;
|
|
51547
51540
|
}
|
|
51548
51541
|
|
|
51549
51542
|
.lg\:disabled\:psui-bg-gray-10:disabled{
|
|
@@ -51761,7 +51754,7 @@ html {
|
|
|
51761
51754
|
}
|
|
51762
51755
|
|
|
51763
51756
|
.lg\:checked\:psui-bg-white:checked{
|
|
51764
|
-
background-color: #ffffff
|
|
51757
|
+
background-color: #ffffff ;
|
|
51765
51758
|
}
|
|
51766
51759
|
|
|
51767
51760
|
.lg\:checked\:psui-bg-gray-10:checked{
|
|
@@ -52015,7 +52008,7 @@ html {
|
|
|
52015
52008
|
}
|
|
52016
52009
|
|
|
52017
52010
|
.lg\:psui-from-white{
|
|
52018
|
-
--gradient-from-color: #ffffff
|
|
52011
|
+
--gradient-from-color: #ffffff ;
|
|
52019
52012
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
52020
52013
|
}
|
|
52021
52014
|
|
|
@@ -52200,7 +52193,7 @@ html {
|
|
|
52200
52193
|
}
|
|
52201
52194
|
|
|
52202
52195
|
.lg\:psui-via-white{
|
|
52203
|
-
--gradient-via-color: #ffffff
|
|
52196
|
+
--gradient-via-color: #ffffff ;
|
|
52204
52197
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
52205
52198
|
}
|
|
52206
52199
|
|
|
@@ -52385,7 +52378,7 @@ html {
|
|
|
52385
52378
|
}
|
|
52386
52379
|
|
|
52387
52380
|
.lg\:psui-to-white{
|
|
52388
|
-
--gradient-to-color: #ffffff
|
|
52381
|
+
--gradient-to-color: #ffffff ;
|
|
52389
52382
|
}
|
|
52390
52383
|
|
|
52391
52384
|
.lg\:psui-to-gray-10{
|
|
@@ -52533,7 +52526,7 @@ html {
|
|
|
52533
52526
|
}
|
|
52534
52527
|
|
|
52535
52528
|
.lg\:hover\:psui-from-white:hover{
|
|
52536
|
-
--gradient-from-color: #ffffff
|
|
52529
|
+
--gradient-from-color: #ffffff ;
|
|
52537
52530
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
52538
52531
|
}
|
|
52539
52532
|
|
|
@@ -52718,7 +52711,7 @@ html {
|
|
|
52718
52711
|
}
|
|
52719
52712
|
|
|
52720
52713
|
.lg\:hover\:psui-via-white:hover{
|
|
52721
|
-
--gradient-via-color: #ffffff
|
|
52714
|
+
--gradient-via-color: #ffffff ;
|
|
52722
52715
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
52723
52716
|
}
|
|
52724
52717
|
|
|
@@ -52903,7 +52896,7 @@ html {
|
|
|
52903
52896
|
}
|
|
52904
52897
|
|
|
52905
52898
|
.lg\:hover\:psui-to-white:hover{
|
|
52906
|
-
--gradient-to-color: #ffffff
|
|
52899
|
+
--gradient-to-color: #ffffff ;
|
|
52907
52900
|
}
|
|
52908
52901
|
|
|
52909
52902
|
.lg\:hover\:psui-to-gray-10:hover{
|
|
@@ -53051,7 +53044,7 @@ html {
|
|
|
53051
53044
|
}
|
|
53052
53045
|
|
|
53053
53046
|
.lg\:focus\:psui-from-white:focus{
|
|
53054
|
-
--gradient-from-color: #ffffff
|
|
53047
|
+
--gradient-from-color: #ffffff ;
|
|
53055
53048
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
53056
53049
|
}
|
|
53057
53050
|
|
|
@@ -53236,7 +53229,7 @@ html {
|
|
|
53236
53229
|
}
|
|
53237
53230
|
|
|
53238
53231
|
.lg\:focus\:psui-via-white:focus{
|
|
53239
|
-
--gradient-via-color: #ffffff
|
|
53232
|
+
--gradient-via-color: #ffffff ;
|
|
53240
53233
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
53241
53234
|
}
|
|
53242
53235
|
|
|
@@ -53421,7 +53414,7 @@ html {
|
|
|
53421
53414
|
}
|
|
53422
53415
|
|
|
53423
53416
|
.lg\:focus\:psui-to-white:focus{
|
|
53424
|
-
--gradient-to-color: #ffffff
|
|
53417
|
+
--gradient-to-color: #ffffff ;
|
|
53425
53418
|
}
|
|
53426
53419
|
|
|
53427
53420
|
.lg\:focus\:psui-to-gray-10:focus{
|
|
@@ -56756,15 +56749,15 @@ html {
|
|
|
56756
56749
|
}
|
|
56757
56750
|
|
|
56758
56751
|
.lg\:psui-placeholder-white::-moz-placeholder{
|
|
56759
|
-
color: #ffffff
|
|
56752
|
+
color: #ffffff ;
|
|
56760
56753
|
}
|
|
56761
56754
|
|
|
56762
56755
|
.lg\:psui-placeholder-white:-ms-input-placeholder{
|
|
56763
|
-
color: #ffffff
|
|
56756
|
+
color: #ffffff ;
|
|
56764
56757
|
}
|
|
56765
56758
|
|
|
56766
56759
|
.lg\:psui-placeholder-white::placeholder{
|
|
56767
|
-
color: #ffffff
|
|
56760
|
+
color: #ffffff ;
|
|
56768
56761
|
}
|
|
56769
56762
|
|
|
56770
56763
|
.lg\:psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -57410,15 +57403,15 @@ html {
|
|
|
57410
57403
|
}
|
|
57411
57404
|
|
|
57412
57405
|
.lg\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
57413
|
-
color: #ffffff
|
|
57406
|
+
color: #ffffff ;
|
|
57414
57407
|
}
|
|
57415
57408
|
|
|
57416
57409
|
.lg\:focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
57417
|
-
color: #ffffff
|
|
57410
|
+
color: #ffffff ;
|
|
57418
57411
|
}
|
|
57419
57412
|
|
|
57420
57413
|
.lg\:focus\:psui-placeholder-white:focus::placeholder{
|
|
57421
|
-
color: #ffffff
|
|
57414
|
+
color: #ffffff ;
|
|
57422
57415
|
}
|
|
57423
57416
|
|
|
57424
57417
|
.lg\:focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -58339,7 +58332,7 @@ html {
|
|
|
58339
58332
|
}
|
|
58340
58333
|
|
|
58341
58334
|
.lg\:psui-text-white{
|
|
58342
|
-
color: #ffffff
|
|
58335
|
+
color: #ffffff ;
|
|
58343
58336
|
}
|
|
58344
58337
|
|
|
58345
58338
|
.lg\:psui-text-gray-10{
|
|
@@ -58557,7 +58550,7 @@ html {
|
|
|
58557
58550
|
}
|
|
58558
58551
|
|
|
58559
58552
|
.lg\:hover\:psui-text-white:hover{
|
|
58560
|
-
color: #ffffff
|
|
58553
|
+
color: #ffffff ;
|
|
58561
58554
|
}
|
|
58562
58555
|
|
|
58563
58556
|
.lg\:hover\:psui-text-gray-10:hover{
|
|
@@ -58775,7 +58768,7 @@ html {
|
|
|
58775
58768
|
}
|
|
58776
58769
|
|
|
58777
58770
|
.lg\:active\:psui-text-white:active{
|
|
58778
|
-
color: #ffffff
|
|
58771
|
+
color: #ffffff ;
|
|
58779
58772
|
}
|
|
58780
58773
|
|
|
58781
58774
|
.lg\:active\:psui-text-gray-10:active{
|
|
@@ -58993,7 +58986,7 @@ html {
|
|
|
58993
58986
|
}
|
|
58994
58987
|
|
|
58995
58988
|
.lg\:focus\:psui-text-white:focus{
|
|
58996
|
-
color: #ffffff
|
|
58989
|
+
color: #ffffff ;
|
|
58997
58990
|
}
|
|
58998
58991
|
|
|
58999
58992
|
.lg\:focus\:psui-text-gray-10:focus{
|
|
@@ -59211,7 +59204,7 @@ html {
|
|
|
59211
59204
|
}
|
|
59212
59205
|
|
|
59213
59206
|
.psui-group:hover .lg\:group-hover\:psui-text-white{
|
|
59214
|
-
color: #ffffff
|
|
59207
|
+
color: #ffffff ;
|
|
59215
59208
|
}
|
|
59216
59209
|
|
|
59217
59210
|
.psui-group:hover .lg\:group-hover\:psui-text-gray-10{
|
|
@@ -59429,7 +59422,7 @@ html {
|
|
|
59429
59422
|
}
|
|
59430
59423
|
|
|
59431
59424
|
.lg\:first\:psui-text-white:first-child{
|
|
59432
|
-
color: #ffffff
|
|
59425
|
+
color: #ffffff ;
|
|
59433
59426
|
}
|
|
59434
59427
|
|
|
59435
59428
|
.lg\:first\:psui-text-gray-10:first-child{
|
|
@@ -59647,7 +59640,7 @@ html {
|
|
|
59647
59640
|
}
|
|
59648
59641
|
|
|
59649
59642
|
.lg\:disabled\:psui-text-white:disabled{
|
|
59650
|
-
color: #ffffff
|
|
59643
|
+
color: #ffffff ;
|
|
59651
59644
|
}
|
|
59652
59645
|
|
|
59653
59646
|
.lg\:disabled\:psui-text-gray-10:disabled{
|
|
@@ -59865,7 +59858,7 @@ html {
|
|
|
59865
59858
|
}
|
|
59866
59859
|
|
|
59867
59860
|
.lg\:checked\:psui-text-white:checked{
|
|
59868
|
-
color: #ffffff
|
|
59861
|
+
color: #ffffff ;
|
|
59869
59862
|
}
|
|
59870
59863
|
|
|
59871
59864
|
.lg\:checked\:psui-text-gray-10:checked{
|
|
@@ -64088,7 +64081,7 @@ html {
|
|
|
64088
64081
|
}
|
|
64089
64082
|
|
|
64090
64083
|
.xl\:psui-divide-white > :not(template) ~ :not(template){
|
|
64091
|
-
border-color: #ffffff
|
|
64084
|
+
border-color: #ffffff ;
|
|
64092
64085
|
}
|
|
64093
64086
|
|
|
64094
64087
|
.xl\:psui-divide-gray-10 > :not(template) ~ :not(template){
|
|
@@ -64439,7 +64432,7 @@ html {
|
|
|
64439
64432
|
}
|
|
64440
64433
|
|
|
64441
64434
|
.xl\:psui-bg-white{
|
|
64442
|
-
background-color: #ffffff
|
|
64435
|
+
background-color: #ffffff ;
|
|
64443
64436
|
}
|
|
64444
64437
|
|
|
64445
64438
|
.xl\:psui-bg-gray-10{
|
|
@@ -64657,7 +64650,7 @@ html {
|
|
|
64657
64650
|
}
|
|
64658
64651
|
|
|
64659
64652
|
.xl\:hover\:psui-bg-white:hover{
|
|
64660
|
-
background-color: #ffffff
|
|
64653
|
+
background-color: #ffffff ;
|
|
64661
64654
|
}
|
|
64662
64655
|
|
|
64663
64656
|
.xl\:hover\:psui-bg-gray-10:hover{
|
|
@@ -64875,7 +64868,7 @@ html {
|
|
|
64875
64868
|
}
|
|
64876
64869
|
|
|
64877
64870
|
.xl\:active\:psui-bg-white:active{
|
|
64878
|
-
background-color: #ffffff
|
|
64871
|
+
background-color: #ffffff ;
|
|
64879
64872
|
}
|
|
64880
64873
|
|
|
64881
64874
|
.xl\:active\:psui-bg-gray-10:active{
|
|
@@ -65093,7 +65086,7 @@ html {
|
|
|
65093
65086
|
}
|
|
65094
65087
|
|
|
65095
65088
|
.xl\:focus\:psui-bg-white:focus{
|
|
65096
|
-
background-color: #ffffff
|
|
65089
|
+
background-color: #ffffff ;
|
|
65097
65090
|
}
|
|
65098
65091
|
|
|
65099
65092
|
.xl\:focus\:psui-bg-gray-10:focus{
|
|
@@ -65311,7 +65304,7 @@ html {
|
|
|
65311
65304
|
}
|
|
65312
65305
|
|
|
65313
65306
|
.psui-group:hover .xl\:group-hover\:psui-bg-white{
|
|
65314
|
-
background-color: #ffffff
|
|
65307
|
+
background-color: #ffffff ;
|
|
65315
65308
|
}
|
|
65316
65309
|
|
|
65317
65310
|
.psui-group:hover .xl\:group-hover\:psui-bg-gray-10{
|
|
@@ -65529,7 +65522,7 @@ html {
|
|
|
65529
65522
|
}
|
|
65530
65523
|
|
|
65531
65524
|
.xl\:even\:psui-bg-white:nth-child(even){
|
|
65532
|
-
background-color: #ffffff
|
|
65525
|
+
background-color: #ffffff ;
|
|
65533
65526
|
}
|
|
65534
65527
|
|
|
65535
65528
|
.xl\:even\:psui-bg-gray-10:nth-child(even){
|
|
@@ -65747,7 +65740,7 @@ html {
|
|
|
65747
65740
|
}
|
|
65748
65741
|
|
|
65749
65742
|
.xl\:first\:psui-bg-white:first-child{
|
|
65750
|
-
background-color: #ffffff
|
|
65743
|
+
background-color: #ffffff ;
|
|
65751
65744
|
}
|
|
65752
65745
|
|
|
65753
65746
|
.xl\:first\:psui-bg-gray-10:first-child{
|
|
@@ -65965,7 +65958,7 @@ html {
|
|
|
65965
65958
|
}
|
|
65966
65959
|
|
|
65967
65960
|
.xl\:disabled\:psui-bg-white:disabled{
|
|
65968
|
-
background-color: #ffffff
|
|
65961
|
+
background-color: #ffffff ;
|
|
65969
65962
|
}
|
|
65970
65963
|
|
|
65971
65964
|
.xl\:disabled\:psui-bg-gray-10:disabled{
|
|
@@ -66183,7 +66176,7 @@ html {
|
|
|
66183
66176
|
}
|
|
66184
66177
|
|
|
66185
66178
|
.xl\:checked\:psui-bg-white:checked{
|
|
66186
|
-
background-color: #ffffff
|
|
66179
|
+
background-color: #ffffff ;
|
|
66187
66180
|
}
|
|
66188
66181
|
|
|
66189
66182
|
.xl\:checked\:psui-bg-gray-10:checked{
|
|
@@ -66437,7 +66430,7 @@ html {
|
|
|
66437
66430
|
}
|
|
66438
66431
|
|
|
66439
66432
|
.xl\:psui-from-white{
|
|
66440
|
-
--gradient-from-color: #ffffff
|
|
66433
|
+
--gradient-from-color: #ffffff ;
|
|
66441
66434
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
66442
66435
|
}
|
|
66443
66436
|
|
|
@@ -66622,7 +66615,7 @@ html {
|
|
|
66622
66615
|
}
|
|
66623
66616
|
|
|
66624
66617
|
.xl\:psui-via-white{
|
|
66625
|
-
--gradient-via-color: #ffffff
|
|
66618
|
+
--gradient-via-color: #ffffff ;
|
|
66626
66619
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
66627
66620
|
}
|
|
66628
66621
|
|
|
@@ -66807,7 +66800,7 @@ html {
|
|
|
66807
66800
|
}
|
|
66808
66801
|
|
|
66809
66802
|
.xl\:psui-to-white{
|
|
66810
|
-
--gradient-to-color: #ffffff
|
|
66803
|
+
--gradient-to-color: #ffffff ;
|
|
66811
66804
|
}
|
|
66812
66805
|
|
|
66813
66806
|
.xl\:psui-to-gray-10{
|
|
@@ -66955,7 +66948,7 @@ html {
|
|
|
66955
66948
|
}
|
|
66956
66949
|
|
|
66957
66950
|
.xl\:hover\:psui-from-white:hover{
|
|
66958
|
-
--gradient-from-color: #ffffff
|
|
66951
|
+
--gradient-from-color: #ffffff ;
|
|
66959
66952
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
66960
66953
|
}
|
|
66961
66954
|
|
|
@@ -67140,7 +67133,7 @@ html {
|
|
|
67140
67133
|
}
|
|
67141
67134
|
|
|
67142
67135
|
.xl\:hover\:psui-via-white:hover{
|
|
67143
|
-
--gradient-via-color: #ffffff
|
|
67136
|
+
--gradient-via-color: #ffffff ;
|
|
67144
67137
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
67145
67138
|
}
|
|
67146
67139
|
|
|
@@ -67325,7 +67318,7 @@ html {
|
|
|
67325
67318
|
}
|
|
67326
67319
|
|
|
67327
67320
|
.xl\:hover\:psui-to-white:hover{
|
|
67328
|
-
--gradient-to-color: #ffffff
|
|
67321
|
+
--gradient-to-color: #ffffff ;
|
|
67329
67322
|
}
|
|
67330
67323
|
|
|
67331
67324
|
.xl\:hover\:psui-to-gray-10:hover{
|
|
@@ -67473,7 +67466,7 @@ html {
|
|
|
67473
67466
|
}
|
|
67474
67467
|
|
|
67475
67468
|
.xl\:focus\:psui-from-white:focus{
|
|
67476
|
-
--gradient-from-color: #ffffff
|
|
67469
|
+
--gradient-from-color: #ffffff ;
|
|
67477
67470
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
67478
67471
|
}
|
|
67479
67472
|
|
|
@@ -67658,7 +67651,7 @@ html {
|
|
|
67658
67651
|
}
|
|
67659
67652
|
|
|
67660
67653
|
.xl\:focus\:psui-via-white:focus{
|
|
67661
|
-
--gradient-via-color: #ffffff
|
|
67654
|
+
--gradient-via-color: #ffffff ;
|
|
67662
67655
|
--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
|
|
67663
67656
|
}
|
|
67664
67657
|
|
|
@@ -67843,7 +67836,7 @@ html {
|
|
|
67843
67836
|
}
|
|
67844
67837
|
|
|
67845
67838
|
.xl\:focus\:psui-to-white:focus{
|
|
67846
|
-
--gradient-to-color: #ffffff
|
|
67839
|
+
--gradient-to-color: #ffffff ;
|
|
67847
67840
|
}
|
|
67848
67841
|
|
|
67849
67842
|
.xl\:focus\:psui-to-gray-10:focus{
|
|
@@ -71178,15 +71171,15 @@ html {
|
|
|
71178
71171
|
}
|
|
71179
71172
|
|
|
71180
71173
|
.xl\:psui-placeholder-white::-moz-placeholder{
|
|
71181
|
-
color: #ffffff
|
|
71174
|
+
color: #ffffff ;
|
|
71182
71175
|
}
|
|
71183
71176
|
|
|
71184
71177
|
.xl\:psui-placeholder-white:-ms-input-placeholder{
|
|
71185
|
-
color: #ffffff
|
|
71178
|
+
color: #ffffff ;
|
|
71186
71179
|
}
|
|
71187
71180
|
|
|
71188
71181
|
.xl\:psui-placeholder-white::placeholder{
|
|
71189
|
-
color: #ffffff
|
|
71182
|
+
color: #ffffff ;
|
|
71190
71183
|
}
|
|
71191
71184
|
|
|
71192
71185
|
.xl\:psui-placeholder-gray-10::-moz-placeholder{
|
|
@@ -71832,15 +71825,15 @@ html {
|
|
|
71832
71825
|
}
|
|
71833
71826
|
|
|
71834
71827
|
.xl\:focus\:psui-placeholder-white:focus::-moz-placeholder{
|
|
71835
|
-
color: #ffffff
|
|
71828
|
+
color: #ffffff ;
|
|
71836
71829
|
}
|
|
71837
71830
|
|
|
71838
71831
|
.xl\:focus\:psui-placeholder-white:focus:-ms-input-placeholder{
|
|
71839
|
-
color: #ffffff
|
|
71832
|
+
color: #ffffff ;
|
|
71840
71833
|
}
|
|
71841
71834
|
|
|
71842
71835
|
.xl\:focus\:psui-placeholder-white:focus::placeholder{
|
|
71843
|
-
color: #ffffff
|
|
71836
|
+
color: #ffffff ;
|
|
71844
71837
|
}
|
|
71845
71838
|
|
|
71846
71839
|
.xl\:focus\:psui-placeholder-gray-10:focus::-moz-placeholder{
|
|
@@ -72761,7 +72754,7 @@ html {
|
|
|
72761
72754
|
}
|
|
72762
72755
|
|
|
72763
72756
|
.xl\:psui-text-white{
|
|
72764
|
-
color: #ffffff
|
|
72757
|
+
color: #ffffff ;
|
|
72765
72758
|
}
|
|
72766
72759
|
|
|
72767
72760
|
.xl\:psui-text-gray-10{
|
|
@@ -72979,7 +72972,7 @@ html {
|
|
|
72979
72972
|
}
|
|
72980
72973
|
|
|
72981
72974
|
.xl\:hover\:psui-text-white:hover{
|
|
72982
|
-
color: #ffffff
|
|
72975
|
+
color: #ffffff ;
|
|
72983
72976
|
}
|
|
72984
72977
|
|
|
72985
72978
|
.xl\:hover\:psui-text-gray-10:hover{
|
|
@@ -73197,7 +73190,7 @@ html {
|
|
|
73197
73190
|
}
|
|
73198
73191
|
|
|
73199
73192
|
.xl\:active\:psui-text-white:active{
|
|
73200
|
-
color: #ffffff
|
|
73193
|
+
color: #ffffff ;
|
|
73201
73194
|
}
|
|
73202
73195
|
|
|
73203
73196
|
.xl\:active\:psui-text-gray-10:active{
|
|
@@ -73415,7 +73408,7 @@ html {
|
|
|
73415
73408
|
}
|
|
73416
73409
|
|
|
73417
73410
|
.xl\:focus\:psui-text-white:focus{
|
|
73418
|
-
color: #ffffff
|
|
73411
|
+
color: #ffffff ;
|
|
73419
73412
|
}
|
|
73420
73413
|
|
|
73421
73414
|
.xl\:focus\:psui-text-gray-10:focus{
|
|
@@ -73633,7 +73626,7 @@ html {
|
|
|
73633
73626
|
}
|
|
73634
73627
|
|
|
73635
73628
|
.psui-group:hover .xl\:group-hover\:psui-text-white{
|
|
73636
|
-
color: #ffffff
|
|
73629
|
+
color: #ffffff ;
|
|
73637
73630
|
}
|
|
73638
73631
|
|
|
73639
73632
|
.psui-group:hover .xl\:group-hover\:psui-text-gray-10{
|
|
@@ -73851,7 +73844,7 @@ html {
|
|
|
73851
73844
|
}
|
|
73852
73845
|
|
|
73853
73846
|
.xl\:first\:psui-text-white:first-child{
|
|
73854
|
-
color: #ffffff
|
|
73847
|
+
color: #ffffff ;
|
|
73855
73848
|
}
|
|
73856
73849
|
|
|
73857
73850
|
.xl\:first\:psui-text-gray-10:first-child{
|
|
@@ -74069,7 +74062,7 @@ html {
|
|
|
74069
74062
|
}
|
|
74070
74063
|
|
|
74071
74064
|
.xl\:disabled\:psui-text-white:disabled{
|
|
74072
|
-
color: #ffffff
|
|
74065
|
+
color: #ffffff ;
|
|
74073
74066
|
}
|
|
74074
74067
|
|
|
74075
74068
|
.xl\:disabled\:psui-text-gray-10:disabled{
|
|
@@ -74287,7 +74280,7 @@ html {
|
|
|
74287
74280
|
}
|
|
74288
74281
|
|
|
74289
74282
|
.xl\:checked\:psui-text-white:checked{
|
|
74290
|
-
color: #ffffff
|
|
74283
|
+
color: #ffffff ;
|
|
74291
74284
|
}
|
|
74292
74285
|
|
|
74293
74286
|
.xl\:checked\:psui-text-gray-10:checked{
|