@policystudio/policy-studio-ui-vue 1.2.0-access.0 → 1.2.0-access.10
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_output.css +275 -206
- package/doc/src/stories/Button.stories.ts +95 -73
- package/doc/src/stories/DropdownList.stories.ts +2 -2
- package/doc/src/stories/Typography.mdx +14 -14
- package/package.json +1 -1
- package/src/assets/scss/components/PsAccordion.scss +2 -2
- package/src/assets/scss/components/PsButton.scss +118 -71
- package/src/assets/scss/components/PsCardInfos.scss +1 -1
- package/src/assets/scss/components/PsChartLegend.scss +2 -2
- package/src/assets/scss/components/PsCheckbox.scss +2 -2
- package/src/assets/scss/components/PsChips.scss +1 -1
- package/src/assets/scss/components/PsCollapse.scss +1 -1
- package/src/assets/scss/components/PsDataTable.scss +1 -1
- package/src/assets/scss/components/PsDateCardInfo.scss +7 -4
- package/src/assets/scss/components/PsDialog.scss +2 -2
- package/src/assets/scss/components/PsDraggable.scss +1 -1
- package/src/assets/scss/components/PsDropdownList.scss +2 -2
- package/src/assets/scss/components/PsInlineSelector.scss +3 -3
- package/src/assets/scss/components/PsInput.scss +2 -2
- package/src/assets/scss/components/PsInputSelect.scss +2 -2
- package/src/assets/scss/components/PsInputTextArea.scss +3 -3
- package/src/assets/scss/components/PsMiniTag.scss +15 -14
- package/src/assets/scss/components/PsRadioButton.scss +2 -2
- package/src/assets/scss/components/PsSlider.scss +1 -1
- package/src/assets/scss/components/PsTabHeader.scss +1 -1
- package/src/assets/scss/components/PsTableResults.scss +12 -12
- package/src/assets/scss/components/PsTestimonialCard.scss +3 -3
- package/src/assets/scss/components/PsToast.scss +1 -1
- package/src/assets/scss/components/PsToggle.scss +1 -1
- package/src/assets/scss/components/_PsTableResults.scss +3 -3
- package/src/components/badges-and-tags/PsDateCardInfo.vue +16 -5
- package/src/components/buttons/PsButton.vue +74 -17
- package/src/components/chips/PsChips.vue +10 -2
- package/src/components/navigations/PsBreadcrumb.vue +1 -1
- package/src/components/table-results/PsTableResults.vue +2 -2
- package/tailwind.config.js +66 -86
|
@@ -618,7 +618,6 @@ video {
|
|
|
618
618
|
}
|
|
619
619
|
.psui-el-chips .psui-el-chips-wrapper {
|
|
620
620
|
font-size: 14px;
|
|
621
|
-
line-height: 130%;
|
|
622
621
|
}
|
|
623
622
|
.psui-el-chips .psui-el-chips-wrapper {
|
|
624
623
|
--tw-text-opacity: 1;
|
|
@@ -638,7 +637,7 @@ video {
|
|
|
638
637
|
}
|
|
639
638
|
.psui-el-chips .psui-el-chips-wrapper:focus, .psui-el-chips .psui-el-chips-wrapper:active {
|
|
640
639
|
--tw-border-opacity: 1;
|
|
641
|
-
border-color: rgb(
|
|
640
|
+
border-color: rgb(18, 121, 153, var(--tw-border-opacity, 1));
|
|
642
641
|
}
|
|
643
642
|
.psui-el-chips .psui-el-chips-wrapper:focus, .psui-el-chips .psui-el-chips-wrapper:active {
|
|
644
643
|
--tw-bg-opacity: 1;
|
|
@@ -653,7 +652,7 @@ video {
|
|
|
653
652
|
}
|
|
654
653
|
.psui-el-chips .psui-el-chips-wrapper.checked {
|
|
655
654
|
--tw-border-opacity: 1;
|
|
656
|
-
border-color: rgb(
|
|
655
|
+
border-color: rgb(18, 121, 153, var(--tw-border-opacity, 1));
|
|
657
656
|
}
|
|
658
657
|
.psui-el-chips .psui-el-chips-wrapper.checked {
|
|
659
658
|
--tw-bg-opacity: 1;
|
|
@@ -731,7 +730,7 @@ video {
|
|
|
731
730
|
}
|
|
732
731
|
.psui-el-chips.type-checkbox input:checked + .psui-el-chips-wrapper:before, .psui-el-chips.type-radio input:checked + .psui-el-chips-wrapper:before {
|
|
733
732
|
--tw-text-opacity: 1;
|
|
734
|
-
color: rgb(
|
|
733
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
735
734
|
}
|
|
736
735
|
.psui-el-chips.type-checkbox input:checked + .psui-el-chips-wrapper:hover, .psui-el-chips.type-radio input:checked + .psui-el-chips-wrapper:hover {
|
|
737
736
|
--tw-text-opacity: 1;
|
|
@@ -801,7 +800,7 @@ video {
|
|
|
801
800
|
}
|
|
802
801
|
.psui-el-chips.type-button.layout-with-icon .psui-el-chips-wrapper:hover {
|
|
803
802
|
--tw-text-opacity: 1;
|
|
804
|
-
color: rgb(
|
|
803
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
805
804
|
}
|
|
806
805
|
.psui-el-chips.type-button.layout-with-icon .psui-el-chips-icon {
|
|
807
806
|
margin-right: 0.5rem;
|
|
@@ -869,11 +868,11 @@ video {
|
|
|
869
868
|
.psui-el-chips.type-button.layout-rich .psui-el-chips-wrapper:focus .psui-el-chips-close, .psui-el-chips.type-button.layout-rich .psui-el-chips-wrapper:active,
|
|
870
869
|
.psui-el-chips.type-button.layout-rich .psui-el-chips-wrapper:active .psui-el-chips-close {
|
|
871
870
|
--tw-text-opacity: 1;
|
|
872
|
-
color: rgb(
|
|
871
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
873
872
|
}
|
|
874
873
|
.psui-el-chips.type-button.layout-rich .psui-el-chips-wrapper:focus .psui-el-chips-icon-prepend, .psui-el-chips.type-button.layout-rich .psui-el-chips-wrapper:active .psui-el-chips-icon-prepend {
|
|
875
874
|
--tw-bg-opacity: 1;
|
|
876
|
-
background-color: rgb(
|
|
875
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
877
876
|
}
|
|
878
877
|
.psui-el-chips.type-button.layout-rich .psui-el-chips-icon {
|
|
879
878
|
font-size: 16px;
|
|
@@ -939,11 +938,10 @@ video {
|
|
|
939
938
|
}
|
|
940
939
|
.psui-el-toggle button {
|
|
941
940
|
font-size: 14px;
|
|
942
|
-
line-height: 130%;
|
|
943
941
|
}
|
|
944
942
|
.psui-el-toggle button {
|
|
945
943
|
--tw-text-opacity: 1;
|
|
946
|
-
color: rgb(
|
|
944
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
947
945
|
}
|
|
948
946
|
.psui-el-toggle button {
|
|
949
947
|
outline: 2px solid transparent;
|
|
@@ -958,7 +956,7 @@ video {
|
|
|
958
956
|
}
|
|
959
957
|
.psui-el-toggle button.status-active {
|
|
960
958
|
--tw-bg-opacity: 1;
|
|
961
|
-
background-color: rgb(
|
|
959
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
962
960
|
}
|
|
963
961
|
.psui-el-toggle button.status-active {
|
|
964
962
|
font-weight: 700;
|
|
@@ -992,7 +990,6 @@ video {
|
|
|
992
990
|
}
|
|
993
991
|
.psui-el-tab-header button {
|
|
994
992
|
font-size: 14px;
|
|
995
|
-
line-height: 130%;
|
|
996
993
|
}
|
|
997
994
|
.psui-el-tab-header button {
|
|
998
995
|
transition: cubic-bezier(0.17, 0.67, 0.83, 0.67) 250ms;
|
|
@@ -1055,7 +1052,7 @@ video {
|
|
|
1055
1052
|
}
|
|
1056
1053
|
.psui-el-tab-header.layout-policy-design button:after {
|
|
1057
1054
|
--tw-bg-opacity: 1;
|
|
1058
|
-
background-color: rgb(
|
|
1055
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
1059
1056
|
}
|
|
1060
1057
|
.psui-el-tab-header.layout-policy-design button:after {
|
|
1061
1058
|
opacity: 0;
|
|
@@ -1071,14 +1068,14 @@ video {
|
|
|
1071
1068
|
}
|
|
1072
1069
|
.psui-el-tab-header.layout-policy-design button.status-active {
|
|
1073
1070
|
--tw-border-opacity: 1;
|
|
1074
|
-
border-color: rgb(
|
|
1071
|
+
border-color: rgb(18, 121, 153, var(--tw-border-opacity, 1));
|
|
1075
1072
|
}
|
|
1076
1073
|
.psui-el-tab-header.layout-policy-design button.status-active:after {
|
|
1077
1074
|
opacity: 1;
|
|
1078
1075
|
}
|
|
1079
1076
|
.psui-el-tab-header.layout-policy-design button.status-active > div {
|
|
1080
1077
|
--tw-text-opacity: 1;
|
|
1081
|
-
color: rgb(
|
|
1078
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1082
1079
|
}
|
|
1083
1080
|
.psui-el-tab-header.layout-policy-design button.status-active > span {
|
|
1084
1081
|
font-weight: 700;
|
|
@@ -1136,14 +1133,14 @@ video {
|
|
|
1136
1133
|
}
|
|
1137
1134
|
.psui-el-tab-header.layout-standard button:hover {
|
|
1138
1135
|
--tw-text-opacity: 1;
|
|
1139
|
-
color: rgb(
|
|
1136
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1140
1137
|
}
|
|
1141
1138
|
.psui-el-tab-header.layout-standard button:hover {
|
|
1142
1139
|
box-shadow: inset 0px 0px 8px rgba(40, 50, 59, 0.05);
|
|
1143
1140
|
}
|
|
1144
1141
|
.psui-el-tab-header.layout-standard button.status-active {
|
|
1145
1142
|
--tw-bg-opacity: 1;
|
|
1146
|
-
background-color: rgb(
|
|
1143
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
1147
1144
|
}
|
|
1148
1145
|
.psui-el-tab-header.layout-standard button.status-active {
|
|
1149
1146
|
font-weight: 700;
|
|
@@ -1172,22 +1169,22 @@ video {
|
|
|
1172
1169
|
}
|
|
1173
1170
|
.psui-el-tab-header.layout-underline button:hover {
|
|
1174
1171
|
--tw-text-opacity: 1;
|
|
1175
|
-
color: rgb(
|
|
1172
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1176
1173
|
}
|
|
1177
1174
|
.psui-el-tab-header.layout-underline button:not(:last-child) {
|
|
1178
1175
|
margin-right: 20px;
|
|
1179
1176
|
}
|
|
1180
1177
|
.psui-el-tab-header.layout-underline button.status-enable:hover {
|
|
1181
1178
|
--tw-text-opacity: 1;
|
|
1182
|
-
color: rgb(
|
|
1179
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1183
1180
|
}
|
|
1184
1181
|
.psui-el-tab-header.layout-underline button.status-active {
|
|
1185
1182
|
--tw-border-opacity: 1;
|
|
1186
|
-
border-color: rgb(
|
|
1183
|
+
border-color: rgb(45, 165, 204, var(--tw-border-opacity, 1));
|
|
1187
1184
|
}
|
|
1188
1185
|
.psui-el-tab-header.layout-underline button.status-active {
|
|
1189
1186
|
--tw-text-opacity: 1;
|
|
1190
|
-
color: rgb(
|
|
1187
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1191
1188
|
}
|
|
1192
1189
|
.psui-el-tab-header.layout-folder .psui-el-tooltip:not(:last-child) {
|
|
1193
1190
|
margin-right: 20px;
|
|
@@ -1209,7 +1206,7 @@ video {
|
|
|
1209
1206
|
}
|
|
1210
1207
|
.psui-el-tab-header.layout-folder button:hover {
|
|
1211
1208
|
--tw-text-opacity: 1;
|
|
1212
|
-
color: rgb(
|
|
1209
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1213
1210
|
}
|
|
1214
1211
|
.psui-el-tab-header.layout-folder button:not(:last-child) {
|
|
1215
1212
|
margin-right: 4px;
|
|
@@ -1227,7 +1224,7 @@ video {
|
|
|
1227
1224
|
}
|
|
1228
1225
|
.psui-el-tab-header.layout-folder button.status-active {
|
|
1229
1226
|
--tw-text-opacity: 1;
|
|
1230
|
-
color: rgb(
|
|
1227
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1231
1228
|
}
|
|
1232
1229
|
|
|
1233
1230
|
.psui-el-accordion-item {
|
|
@@ -1290,11 +1287,11 @@ video {
|
|
|
1290
1287
|
}
|
|
1291
1288
|
.psui-el-accordion-item-header-wrapper:hover .psui-el-accordion-item-icon {
|
|
1292
1289
|
--tw-text-opacity: 1 !important;
|
|
1293
|
-
color: rgb(
|
|
1290
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1)) !important;
|
|
1294
1291
|
}
|
|
1295
1292
|
.psui-el-accordion-item-header-wrapper:hover .psui-el-accordion-item-title {
|
|
1296
1293
|
--tw-text-opacity: 1;
|
|
1297
|
-
color: rgb(
|
|
1294
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1298
1295
|
}
|
|
1299
1296
|
.psui-el-accordion-item-title {
|
|
1300
1297
|
margin-right: auto;
|
|
@@ -1327,7 +1324,6 @@ video {
|
|
|
1327
1324
|
}
|
|
1328
1325
|
.psui-el-accordion.layout-big .psui-el-accordion-item-title {
|
|
1329
1326
|
font-size: 18px;
|
|
1330
|
-
line-height: 120%;
|
|
1331
1327
|
}
|
|
1332
1328
|
.psui-el-accordion.layout-big .psui-el-accordion-item-title {
|
|
1333
1329
|
font-weight: 700;
|
|
@@ -1338,7 +1334,6 @@ video {
|
|
|
1338
1334
|
}
|
|
1339
1335
|
.psui-el-accordion.layout-medium .psui-el-accordion-item-title {
|
|
1340
1336
|
font-size: 14px;
|
|
1341
|
-
line-height: 130%;
|
|
1342
1337
|
}
|
|
1343
1338
|
.psui-el-accordion.layout-medium .psui-el-accordion-item-title {
|
|
1344
1339
|
font-weight: 700;
|
|
@@ -1352,11 +1347,11 @@ video {
|
|
|
1352
1347
|
}
|
|
1353
1348
|
.psui-el-accordion .psui-el-accordion-item.status-opened .psui-el-accordion-item-header .psui-el-accordion-item-header-wrapper .psui-el-accordion-item-icon {
|
|
1354
1349
|
--tw-text-opacity: 1;
|
|
1355
|
-
color: rgb(
|
|
1350
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1356
1351
|
}
|
|
1357
1352
|
.psui-el-accordion .psui-el-accordion-item.status-opened .psui-el-accordion-item-header .psui-el-accordion-item-header-wrapper .psui-el-accordion-item-title {
|
|
1358
1353
|
--tw-text-opacity: 1;
|
|
1359
|
-
color: rgb(
|
|
1354
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1360
1355
|
}
|
|
1361
1356
|
.psui-el-accordion .psui-el-accordion-item-content {
|
|
1362
1357
|
margin-bottom: 1.25rem;
|
|
@@ -1472,11 +1467,11 @@ video {
|
|
|
1472
1467
|
}
|
|
1473
1468
|
.psui-el-input.status-error .psui-el-input-wrapper {
|
|
1474
1469
|
--tw-border-opacity: 1;
|
|
1475
|
-
border-color: rgb(
|
|
1470
|
+
border-color: rgb(205, 155, 155, var(--tw-border-opacity, 1));
|
|
1476
1471
|
}
|
|
1477
1472
|
.psui-el-input.status-error .psui-el-input-hint {
|
|
1478
1473
|
--tw-text-opacity: 1;
|
|
1479
|
-
color: rgb(
|
|
1474
|
+
color: rgb(205, 155, 155, var(--tw-text-opacity, 1));
|
|
1480
1475
|
}
|
|
1481
1476
|
.psui-el-input.status-disabled .psui-el-input-wrapper {
|
|
1482
1477
|
--tw-border-opacity: 1;
|
|
@@ -1500,37 +1495,35 @@ video {
|
|
|
1500
1495
|
}
|
|
1501
1496
|
.psui-el-input.layout-default input {
|
|
1502
1497
|
font-size: 16px;
|
|
1503
|
-
line-height: 130%;
|
|
1504
1498
|
}
|
|
1505
1499
|
.psui-el-input.layout-default input {
|
|
1506
1500
|
padding: 11.5px 16px;
|
|
1507
1501
|
}
|
|
1508
1502
|
.psui-el-input.layout-default.status-resting .psui-el-input-wrapper:hover {
|
|
1509
1503
|
--tw-border-opacity: 1;
|
|
1510
|
-
border-color: rgb(
|
|
1504
|
+
border-color: rgb(45, 165, 204, var(--tw-border-opacity, 1));
|
|
1511
1505
|
}
|
|
1512
1506
|
.psui-el-input.layout-default.status-active .psui-el-input-wrapper {
|
|
1513
1507
|
--tw-border-opacity: 1;
|
|
1514
|
-
border-color: rgb(
|
|
1508
|
+
border-color: rgb(18, 121, 153, var(--tw-border-opacity, 1));
|
|
1515
1509
|
}
|
|
1516
1510
|
.psui-el-input.layout-mini input {
|
|
1517
1511
|
font-size: 14px;
|
|
1518
|
-
line-height: 130%;
|
|
1519
1512
|
}
|
|
1520
1513
|
.psui-el-input.layout-mini input {
|
|
1521
1514
|
padding: 7px 8px;
|
|
1522
1515
|
}
|
|
1523
1516
|
.psui-el-input.layout-mini.status-resting .psui-el-input-wrapper:hover {
|
|
1524
1517
|
--tw-border-opacity: 1;
|
|
1525
|
-
border-color: rgb(
|
|
1518
|
+
border-color: rgb(155, 222, 181, var(--tw-border-opacity, 1));
|
|
1526
1519
|
}
|
|
1527
1520
|
.psui-el-input.layout-mini.status-active .psui-el-input-wrapper {
|
|
1528
1521
|
--tw-border-opacity: 1;
|
|
1529
|
-
border-color: rgb(
|
|
1522
|
+
border-color: rgb(155, 222, 181, var(--tw-border-opacity, 1));
|
|
1530
1523
|
}
|
|
1531
1524
|
.psui-el-input.layout-mini.status-active .psui-el-input-wrapper input {
|
|
1532
1525
|
--tw-text-opacity: 1;
|
|
1533
|
-
color: rgb(
|
|
1526
|
+
color: rgb(155, 222, 181, var(--tw-text-opacity, 1));
|
|
1534
1527
|
}
|
|
1535
1528
|
.psui-el-input.layout-mini.status-active .psui-el-input-wrapper input.focus {
|
|
1536
1529
|
--tw-text-opacity: 1;
|
|
@@ -1541,7 +1534,6 @@ video {
|
|
|
1541
1534
|
display: flex;
|
|
1542
1535
|
align-content: center;
|
|
1543
1536
|
align-items: center;
|
|
1544
|
-
border-radius: 0.375rem;
|
|
1545
1537
|
font-weight: 700;
|
|
1546
1538
|
transition-property: all;
|
|
1547
1539
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1551,7 +1543,7 @@ video {
|
|
|
1551
1543
|
flex-shrink: 0;
|
|
1552
1544
|
}
|
|
1553
1545
|
.psui-el-button span {
|
|
1554
|
-
font-weight:
|
|
1546
|
+
font-weight: 600;
|
|
1555
1547
|
}
|
|
1556
1548
|
.psui-el-button span {
|
|
1557
1549
|
line-height: 130%;
|
|
@@ -1562,13 +1554,10 @@ video {
|
|
|
1562
1554
|
outline: none;
|
|
1563
1555
|
}
|
|
1564
1556
|
.psui-el-button:focus-visible {
|
|
1565
|
-
outline: 2px solid #
|
|
1557
|
+
outline: 2px solid #2563eb;
|
|
1566
1558
|
outline-offset: 2px;
|
|
1567
1559
|
border-radius: 6px;
|
|
1568
1560
|
}
|
|
1569
|
-
.psui-el-button.icon-right {
|
|
1570
|
-
flex-direction: row-reverse;
|
|
1571
|
-
}
|
|
1572
1561
|
.psui-el-button.size-big {
|
|
1573
1562
|
display: flex;
|
|
1574
1563
|
}
|
|
@@ -1578,20 +1567,24 @@ video {
|
|
|
1578
1567
|
.psui-el-button.size-big {
|
|
1579
1568
|
align-items: center;
|
|
1580
1569
|
}
|
|
1570
|
+
.psui-el-button.size-big {
|
|
1571
|
+
justify-content: center;
|
|
1572
|
+
}
|
|
1573
|
+
.psui-el-button.size-big {
|
|
1574
|
+
border-radius: 0.375rem;
|
|
1575
|
+
}
|
|
1581
1576
|
.psui-el-button.size-big {
|
|
1582
1577
|
padding: 9.5px 16px;
|
|
1578
|
+
font-size: 16px;
|
|
1583
1579
|
}
|
|
1584
|
-
.psui-el-button.size-big.icon-left {
|
|
1580
|
+
.psui-el-button.size-big.icon-left, .psui-el-button.size-big.icon-right, .psui-el-button.size-big.icon-both {
|
|
1585
1581
|
padding: 8px 16px;
|
|
1586
1582
|
}
|
|
1587
|
-
.psui-el-button.size-big.icon-left
|
|
1583
|
+
.psui-el-button.size-big .icon-left-side {
|
|
1588
1584
|
font-size: 24px;
|
|
1589
1585
|
margin-right: 8px;
|
|
1590
1586
|
}
|
|
1591
|
-
.psui-el-button.size-big.icon-right {
|
|
1592
|
-
padding: 8px 16px;
|
|
1593
|
-
}
|
|
1594
|
-
.psui-el-button.size-big.icon-right i {
|
|
1587
|
+
.psui-el-button.size-big .icon-right-side {
|
|
1595
1588
|
font-size: 24px;
|
|
1596
1589
|
margin-left: 8px;
|
|
1597
1590
|
}
|
|
@@ -1605,14 +1598,20 @@ video {
|
|
|
1605
1598
|
align-items: center;
|
|
1606
1599
|
}
|
|
1607
1600
|
.psui-el-button.size-medium {
|
|
1608
|
-
|
|
1601
|
+
justify-content: center;
|
|
1602
|
+
}
|
|
1603
|
+
.psui-el-button.size-medium {
|
|
1604
|
+
border-radius: 0.375rem;
|
|
1605
|
+
}
|
|
1606
|
+
.psui-el-button.size-medium {
|
|
1607
|
+
padding: 6px 12px;
|
|
1609
1608
|
font-size: 14px;
|
|
1610
1609
|
}
|
|
1611
|
-
.psui-el-button.size-medium.icon-left
|
|
1610
|
+
.psui-el-button.size-medium .icon-left-side {
|
|
1612
1611
|
font-size: 18px;
|
|
1613
1612
|
margin-right: 4px;
|
|
1614
1613
|
}
|
|
1615
|
-
.psui-el-button.size-medium.icon-right
|
|
1614
|
+
.psui-el-button.size-medium .icon-right-side {
|
|
1616
1615
|
font-size: 18px;
|
|
1617
1616
|
margin-left: 4px;
|
|
1618
1617
|
}
|
|
@@ -1645,7 +1644,7 @@ video {
|
|
|
1645
1644
|
}
|
|
1646
1645
|
.psui-el-button.size-small.layout-onlytext:active:not(.disabled) {
|
|
1647
1646
|
--tw-text-opacity: 1;
|
|
1648
|
-
color: rgb(
|
|
1647
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1649
1648
|
}
|
|
1650
1649
|
.psui-el-button.size-small.layout-onlytext:active:not(.disabled) {
|
|
1651
1650
|
box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
|
|
@@ -1656,19 +1655,43 @@ video {
|
|
|
1656
1655
|
}
|
|
1657
1656
|
.psui-el-button.size-small.hover.layout-onlytext {
|
|
1658
1657
|
--tw-text-opacity: 1 !important;
|
|
1659
|
-
color: rgb(
|
|
1658
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1)) !important;
|
|
1660
1659
|
}
|
|
1661
|
-
.psui-el-button.size-small.icon-left
|
|
1660
|
+
.psui-el-button.size-small .icon-left-side {
|
|
1662
1661
|
font-size: 18px;
|
|
1663
1662
|
margin-right: 4px;
|
|
1664
1663
|
}
|
|
1665
|
-
.psui-el-button.size-small.icon-right
|
|
1664
|
+
.psui-el-button.size-small .icon-right-side {
|
|
1666
1665
|
font-size: 18px;
|
|
1667
1666
|
margin-left: 4px;
|
|
1668
1667
|
}
|
|
1668
|
+
.psui-el-button.size-compact {
|
|
1669
|
+
display: flex;
|
|
1670
|
+
}
|
|
1671
|
+
.psui-el-button.size-compact {
|
|
1672
|
+
align-items: center;
|
|
1673
|
+
}
|
|
1674
|
+
.psui-el-button.size-compact {
|
|
1675
|
+
justify-content: center;
|
|
1676
|
+
}
|
|
1677
|
+
.psui-el-button.size-compact {
|
|
1678
|
+
border-radius: 0.25rem;
|
|
1679
|
+
}
|
|
1680
|
+
.psui-el-button.size-compact {
|
|
1681
|
+
padding: 2px 6px;
|
|
1682
|
+
font-size: 14px;
|
|
1683
|
+
}
|
|
1684
|
+
.psui-el-button.size-compact .icon-left-side {
|
|
1685
|
+
font-size: 16px;
|
|
1686
|
+
margin-right: 2px;
|
|
1687
|
+
}
|
|
1688
|
+
.psui-el-button.size-compact .icon-right-side {
|
|
1689
|
+
font-size: 16px;
|
|
1690
|
+
margin-left: 2px;
|
|
1691
|
+
}
|
|
1669
1692
|
.psui-el-button.layout-solid {
|
|
1670
1693
|
--tw-bg-opacity: 1;
|
|
1671
|
-
background-color: rgb(
|
|
1694
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
1672
1695
|
}
|
|
1673
1696
|
.psui-el-button.layout-solid {
|
|
1674
1697
|
--tw-text-opacity: 1;
|
|
@@ -1676,7 +1699,7 @@ video {
|
|
|
1676
1699
|
}
|
|
1677
1700
|
.psui-el-button.layout-solid.hover {
|
|
1678
1701
|
--tw-bg-opacity: 1;
|
|
1679
|
-
background-color: rgb(
|
|
1702
|
+
background-color: rgb(10, 100, 128, var(--tw-bg-opacity, 1));
|
|
1680
1703
|
}
|
|
1681
1704
|
.psui-el-button.layout-solid.hover {
|
|
1682
1705
|
--tw-text-opacity: 1;
|
|
@@ -1684,7 +1707,7 @@ video {
|
|
|
1684
1707
|
}
|
|
1685
1708
|
.psui-el-button.layout-solid:active:not(.disabled) {
|
|
1686
1709
|
--tw-bg-opacity: 1;
|
|
1687
|
-
background-color: rgb(
|
|
1710
|
+
background-color: rgb(10, 100, 128, var(--tw-bg-opacity, 1));
|
|
1688
1711
|
}
|
|
1689
1712
|
.psui-el-button.layout-solid:active:not(.disabled) {
|
|
1690
1713
|
--tw-text-opacity: 1;
|
|
@@ -1701,6 +1724,11 @@ video {
|
|
|
1701
1724
|
background-color: rgb(230, 236, 242, var(--tw-bg-opacity, 1));
|
|
1702
1725
|
}
|
|
1703
1726
|
.psui-el-button.layout-solid.disabled {
|
|
1727
|
+
--tw-text-opacity: 1;
|
|
1728
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1729
|
+
}
|
|
1730
|
+
.psui-el-button.layout-solid.disabled .icon-left-side,
|
|
1731
|
+
.psui-el-button.layout-solid.disabled .icon-right-side {
|
|
1704
1732
|
--tw-text-opacity: 1;
|
|
1705
1733
|
color: rgb(162, 172, 183, var(--tw-text-opacity, 1));
|
|
1706
1734
|
}
|
|
@@ -1709,21 +1737,40 @@ video {
|
|
|
1709
1737
|
}
|
|
1710
1738
|
.psui-el-button.layout-outline {
|
|
1711
1739
|
--tw-border-opacity: 1;
|
|
1712
|
-
border-color: rgb(
|
|
1740
|
+
border-color: rgb(190, 220, 235, var(--tw-border-opacity, 1));
|
|
1713
1741
|
}
|
|
1714
1742
|
.psui-el-button.layout-outline {
|
|
1715
1743
|
--tw-text-opacity: 1;
|
|
1716
|
-
color: rgb(
|
|
1744
|
+
color: rgb(40, 50, 59, var(--tw-text-opacity, 1));
|
|
1717
1745
|
}
|
|
1718
1746
|
.psui-el-button.layout-outline {
|
|
1719
1747
|
background: transparent;
|
|
1720
1748
|
}
|
|
1749
|
+
.psui-el-button.layout-outline .icon-left-side,
|
|
1750
|
+
.psui-el-button.layout-outline .icon-right-side {
|
|
1751
|
+
--tw-text-opacity: 1;
|
|
1752
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
1753
|
+
}
|
|
1721
1754
|
.psui-el-button.layout-outline.hover, .psui-el-button.layout-outline:active {
|
|
1722
1755
|
border-width: 1px;
|
|
1723
1756
|
}
|
|
1724
1757
|
.psui-el-button.layout-outline.hover, .psui-el-button.layout-outline:active {
|
|
1725
1758
|
--tw-border-opacity: 1;
|
|
1726
|
-
border-color: rgb(
|
|
1759
|
+
border-color: rgb(190, 220, 235, var(--tw-border-opacity, 1));
|
|
1760
|
+
}
|
|
1761
|
+
.psui-el-button.layout-outline.hover, .psui-el-button.layout-outline:active {
|
|
1762
|
+
--tw-bg-opacity: 1;
|
|
1763
|
+
background-color: rgb(224, 239, 246, var(--tw-bg-opacity, 1));
|
|
1764
|
+
}
|
|
1765
|
+
.psui-el-button.layout-outline.hover, .psui-el-button.layout-outline:active {
|
|
1766
|
+
--tw-text-opacity: 1;
|
|
1767
|
+
color: rgb(0, 42, 58, var(--tw-text-opacity, 1));
|
|
1768
|
+
}
|
|
1769
|
+
.psui-el-button.layout-outline.hover .icon-left-side,
|
|
1770
|
+
.psui-el-button.layout-outline.hover .icon-right-side, .psui-el-button.layout-outline:active .icon-left-side,
|
|
1771
|
+
.psui-el-button.layout-outline:active .icon-right-side {
|
|
1772
|
+
--tw-text-opacity: 1;
|
|
1773
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1727
1774
|
}
|
|
1728
1775
|
.psui-el-button.layout-outline.disabled {
|
|
1729
1776
|
cursor: default;
|
|
@@ -1732,7 +1779,16 @@ video {
|
|
|
1732
1779
|
--tw-border-opacity: 1;
|
|
1733
1780
|
border-color: rgb(214, 221, 229, var(--tw-border-opacity, 1));
|
|
1734
1781
|
}
|
|
1782
|
+
.psui-el-button.layout-outline.disabled {
|
|
1783
|
+
--tw-bg-opacity: 1;
|
|
1784
|
+
background-color: rgb(230, 236, 242, var(--tw-bg-opacity, 1));
|
|
1785
|
+
}
|
|
1735
1786
|
.psui-el-button.layout-outline.disabled {
|
|
1787
|
+
--tw-text-opacity: 1;
|
|
1788
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1789
|
+
}
|
|
1790
|
+
.psui-el-button.layout-outline.disabled .icon-left-side,
|
|
1791
|
+
.psui-el-button.layout-outline.disabled .icon-right-side {
|
|
1736
1792
|
--tw-text-opacity: 1;
|
|
1737
1793
|
color: rgb(162, 172, 183, var(--tw-text-opacity, 1));
|
|
1738
1794
|
}
|
|
@@ -1742,7 +1798,7 @@ video {
|
|
|
1742
1798
|
}
|
|
1743
1799
|
.psui-el-button.layout-ghost {
|
|
1744
1800
|
--tw-text-opacity: 1;
|
|
1745
|
-
color: rgb(
|
|
1801
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1746
1802
|
}
|
|
1747
1803
|
.psui-el-button.layout-ghost.hover {
|
|
1748
1804
|
--tw-bg-opacity: 1;
|
|
@@ -1764,26 +1820,45 @@ video {
|
|
|
1764
1820
|
}
|
|
1765
1821
|
.psui-el-button.layout-onlytext {
|
|
1766
1822
|
--tw-text-opacity: 1;
|
|
1767
|
-
color: rgb(
|
|
1823
|
+
color: rgb(40, 50, 59, var(--tw-text-opacity, 1));
|
|
1824
|
+
}
|
|
1825
|
+
.psui-el-button.layout-onlytext .icon-left-side,
|
|
1826
|
+
.psui-el-button.layout-onlytext .icon-right-side {
|
|
1827
|
+
--tw-text-opacity: 1;
|
|
1828
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
1829
|
+
}
|
|
1830
|
+
.psui-el-button.layout-onlytext.hover {
|
|
1831
|
+
--tw-bg-opacity: 1;
|
|
1832
|
+
background-color: rgb(224, 239, 246, var(--tw-bg-opacity, 1));
|
|
1833
|
+
}
|
|
1834
|
+
.psui-el-button.layout-onlytext.hover {
|
|
1835
|
+
--tw-text-opacity: 1;
|
|
1836
|
+
color: rgb(0, 42, 58, var(--tw-text-opacity, 1));
|
|
1837
|
+
}
|
|
1838
|
+
.psui-el-button.layout-onlytext.hover .icon-left-side,
|
|
1839
|
+
.psui-el-button.layout-onlytext.hover .icon-right-side {
|
|
1840
|
+
--tw-text-opacity: 1;
|
|
1841
|
+
color: rgb(10, 100, 128, var(--tw-text-opacity, 1));
|
|
1768
1842
|
}
|
|
1769
1843
|
.psui-el-button.layout-onlytext.disabled {
|
|
1770
1844
|
cursor: default;
|
|
1771
1845
|
}
|
|
1772
1846
|
.psui-el-button.layout-onlytext.disabled {
|
|
1773
1847
|
--tw-text-opacity: 1;
|
|
1774
|
-
color: rgb(
|
|
1848
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1775
1849
|
}
|
|
1776
|
-
.psui-el-button.layout-onlytext.
|
|
1850
|
+
.psui-el-button.layout-onlytext.disabled .icon-left-side,
|
|
1851
|
+
.psui-el-button.layout-onlytext.disabled .icon-right-side {
|
|
1777
1852
|
--tw-text-opacity: 1;
|
|
1778
|
-
color: rgb(
|
|
1853
|
+
color: rgb(162, 172, 183, var(--tw-text-opacity, 1));
|
|
1779
1854
|
}
|
|
1780
1855
|
.psui-el-button.layout-caution {
|
|
1781
1856
|
--tw-bg-opacity: 1;
|
|
1782
|
-
background-color: rgb(
|
|
1857
|
+
background-color: rgb(162, 54, 52, var(--tw-bg-opacity, 1));
|
|
1783
1858
|
}
|
|
1784
1859
|
.psui-el-button.layout-caution {
|
|
1785
1860
|
--tw-text-opacity: 1;
|
|
1786
|
-
color: rgb(
|
|
1861
|
+
color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
|
|
1787
1862
|
}
|
|
1788
1863
|
.psui-el-button.layout-caution.hover, .psui-el-button.layout-caution:active:not(.disabled) {
|
|
1789
1864
|
--tw-bg-opacity: 1;
|
|
@@ -1791,7 +1866,7 @@ video {
|
|
|
1791
1866
|
}
|
|
1792
1867
|
.psui-el-button.layout-caution.hover, .psui-el-button.layout-caution:active:not(.disabled) {
|
|
1793
1868
|
--tw-text-opacity: 1;
|
|
1794
|
-
color: rgb(
|
|
1869
|
+
color: rgb(162, 54, 52, var(--tw-text-opacity, 1));
|
|
1795
1870
|
}
|
|
1796
1871
|
.psui-el-button.layout-caution.disabled {
|
|
1797
1872
|
cursor: default;
|
|
@@ -1801,6 +1876,11 @@ video {
|
|
|
1801
1876
|
background-color: rgb(230, 236, 242, var(--tw-bg-opacity, 1));
|
|
1802
1877
|
}
|
|
1803
1878
|
.psui-el-button.layout-caution.disabled {
|
|
1879
|
+
--tw-text-opacity: 1;
|
|
1880
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1881
|
+
}
|
|
1882
|
+
.psui-el-button.layout-caution.disabled .icon-left-side,
|
|
1883
|
+
.psui-el-button.layout-caution.disabled .icon-right-side {
|
|
1804
1884
|
--tw-text-opacity: 1;
|
|
1805
1885
|
color: rgb(162, 172, 183, var(--tw-text-opacity, 1));
|
|
1806
1886
|
}
|
|
@@ -1848,21 +1928,20 @@ video {
|
|
|
1848
1928
|
}
|
|
1849
1929
|
.psui-el-card-infos-content {
|
|
1850
1930
|
font-size: 16px;
|
|
1851
|
-
line-height: 130%;
|
|
1852
1931
|
}
|
|
1853
1932
|
.psui-el-card-infos-icon {
|
|
1854
1933
|
margin-right: 0.25rem;
|
|
1855
1934
|
}
|
|
1856
1935
|
.psui-el-card-infos-icon {
|
|
1857
1936
|
--tw-text-opacity: 1;
|
|
1858
|
-
color: rgb(
|
|
1937
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
1859
1938
|
}
|
|
1860
1939
|
.psui-el-card-infos-icon {
|
|
1861
1940
|
font-size: 17px;
|
|
1862
1941
|
}
|
|
1863
1942
|
.psui-el-card-infos:hover .psui-el-card-infos-icon {
|
|
1864
1943
|
--tw-text-opacity: 1;
|
|
1865
|
-
color: rgb(
|
|
1944
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1866
1945
|
}
|
|
1867
1946
|
|
|
1868
1947
|
.psui-el-chart-legend {
|
|
@@ -1898,7 +1977,6 @@ video {
|
|
|
1898
1977
|
}
|
|
1899
1978
|
.psui-el-chart-legend-total {
|
|
1900
1979
|
font-size: 16px;
|
|
1901
|
-
line-height: 130%;
|
|
1902
1980
|
}
|
|
1903
1981
|
.psui-el-chart-legend-total {
|
|
1904
1982
|
--tw-text-opacity: 1;
|
|
@@ -1909,7 +1987,6 @@ video {
|
|
|
1909
1987
|
}
|
|
1910
1988
|
.psui-el-chart-legend-percentage {
|
|
1911
1989
|
font-size: 16px;
|
|
1912
|
-
line-height: 130%;
|
|
1913
1990
|
}
|
|
1914
1991
|
.psui-el-chart-legend-percentage {
|
|
1915
1992
|
--tw-text-opacity: 1;
|
|
@@ -1938,7 +2015,7 @@ video {
|
|
|
1938
2015
|
}
|
|
1939
2016
|
.psui-el-climate-zone-badge:hover {
|
|
1940
2017
|
--tw-text-opacity: 1;
|
|
1941
|
-
color: rgb(
|
|
2018
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
1942
2019
|
}
|
|
1943
2020
|
.psui-el-climate-zone-badge i {
|
|
1944
2021
|
font-family: "Material Icons Round";
|
|
@@ -2071,7 +2148,6 @@ video {
|
|
|
2071
2148
|
--tw-border-opacity: 1;
|
|
2072
2149
|
border-color: rgb(230, 236, 242, var(--tw-border-opacity, 1));
|
|
2073
2150
|
font-size: 14px;
|
|
2074
|
-
line-height: 130%;
|
|
2075
2151
|
--tw-text-opacity: 1;
|
|
2076
2152
|
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
2077
2153
|
border-spacing: 0;
|
|
@@ -2146,7 +2222,6 @@ video {
|
|
|
2146
2222
|
max-width: 100%;
|
|
2147
2223
|
vertical-align: top;
|
|
2148
2224
|
font-size: 16px;
|
|
2149
|
-
line-height: 130%;
|
|
2150
2225
|
}
|
|
2151
2226
|
.psui-el-table-results .is-warning-column {
|
|
2152
2227
|
padding-right: 12px;
|
|
@@ -2212,7 +2287,6 @@ video {
|
|
|
2212
2287
|
}
|
|
2213
2288
|
.psui-el-table-results.layout-results thead tr .title {
|
|
2214
2289
|
font-size: 14px;
|
|
2215
|
-
line-height: 130%;
|
|
2216
2290
|
}
|
|
2217
2291
|
.psui-el-table-results.layout-results thead tr .title {
|
|
2218
2292
|
font-weight: 700;
|
|
@@ -2309,7 +2383,6 @@ video {
|
|
|
2309
2383
|
}
|
|
2310
2384
|
.psui-el-table-results.layout-results thead tr:first-of-type p {
|
|
2311
2385
|
font-size: 16px;
|
|
2312
|
-
line-height: 130%;
|
|
2313
2386
|
}
|
|
2314
2387
|
.psui-el-table-results.layout-results thead tr:first-of-type p {
|
|
2315
2388
|
line-height: 18px;
|
|
@@ -2348,7 +2421,6 @@ video {
|
|
|
2348
2421
|
}
|
|
2349
2422
|
.psui-el-table-results.layout-results tbody tr td {
|
|
2350
2423
|
font-size: 14px;
|
|
2351
|
-
line-height: 130%;
|
|
2352
2424
|
}
|
|
2353
2425
|
.psui-el-table-results.layout-results tbody tr td {
|
|
2354
2426
|
--tw-text-opacity: 1;
|
|
@@ -2447,7 +2519,6 @@ video {
|
|
|
2447
2519
|
}
|
|
2448
2520
|
.psui-el-table-results.layout-comparison thead tr .title {
|
|
2449
2521
|
font-size: 14px;
|
|
2450
|
-
line-height: 130%;
|
|
2451
2522
|
}
|
|
2452
2523
|
.psui-el-table-results.layout-comparison thead tr .title {
|
|
2453
2524
|
font-weight: 700;
|
|
@@ -2522,7 +2593,6 @@ video {
|
|
|
2522
2593
|
}
|
|
2523
2594
|
.psui-el-table-results.layout-comparison thead tr:first-of-type th {
|
|
2524
2595
|
font-size: 16px;
|
|
2525
|
-
line-height: 130%;
|
|
2526
2596
|
}
|
|
2527
2597
|
.psui-el-table-results.layout-comparison thead tr:first-of-type th {
|
|
2528
2598
|
--tw-text-opacity: 1;
|
|
@@ -2589,7 +2659,6 @@ video {
|
|
|
2589
2659
|
}
|
|
2590
2660
|
.psui-el-table-results.layout-comparison thead tr:first-of-type p {
|
|
2591
2661
|
font-size: 14px;
|
|
2592
|
-
line-height: 130%;
|
|
2593
2662
|
}
|
|
2594
2663
|
.psui-el-table-results.layout-comparison thead tr:first-of-type p {
|
|
2595
2664
|
line-height: 18px;
|
|
@@ -2624,7 +2693,6 @@ video {
|
|
|
2624
2693
|
}
|
|
2625
2694
|
.psui-el-table-results.layout-comparison tbody tr td .title {
|
|
2626
2695
|
font-size: 14px;
|
|
2627
|
-
line-height: 130%;
|
|
2628
2696
|
}
|
|
2629
2697
|
.psui-el-table-results.layout-comparison tbody tr td .title {
|
|
2630
2698
|
font-weight: 700;
|
|
@@ -2783,7 +2851,6 @@ video {
|
|
|
2783
2851
|
}
|
|
2784
2852
|
.psui-el-table-results.layout-flexible thead tr .title {
|
|
2785
2853
|
font-size: 14px;
|
|
2786
|
-
line-height: 130%;
|
|
2787
2854
|
}
|
|
2788
2855
|
.psui-el-table-results.layout-flexible thead tr .title {
|
|
2789
2856
|
line-height: 1rem;
|
|
@@ -2889,7 +2956,6 @@ video {
|
|
|
2889
2956
|
}
|
|
2890
2957
|
.psui-el-table-results.layout-flexible thead tr:first-of-type p {
|
|
2891
2958
|
font-size: 16px;
|
|
2892
|
-
line-height: 130%;
|
|
2893
2959
|
}
|
|
2894
2960
|
.psui-el-table-results.layout-flexible thead tr:first-of-type p {
|
|
2895
2961
|
line-height: 18px;
|
|
@@ -2993,7 +3059,6 @@ video {
|
|
|
2993
3059
|
}
|
|
2994
3060
|
.psui-el-table-results.layout-flexible tbody tr td {
|
|
2995
3061
|
font-size: 14px;
|
|
2996
|
-
line-height: 130%;
|
|
2997
3062
|
}
|
|
2998
3063
|
.psui-el-table-results.layout-flexible tbody tr td {
|
|
2999
3064
|
--tw-text-opacity: 1;
|
|
@@ -3284,7 +3349,6 @@ video {
|
|
|
3284
3349
|
}
|
|
3285
3350
|
.psui-el-table-results.layout-flexible tbody tr.is-active td .title {
|
|
3286
3351
|
font-size: 14px;
|
|
3287
|
-
line-height: 130%;
|
|
3288
3352
|
}
|
|
3289
3353
|
.psui-el-table-results.layout-flexible tbody tr.is-active td .title {
|
|
3290
3354
|
--tw-text-opacity: 1;
|
|
@@ -3335,7 +3399,6 @@ video {
|
|
|
3335
3399
|
}
|
|
3336
3400
|
.psui-el-checkbox.size-small {
|
|
3337
3401
|
font-size: 14px;
|
|
3338
|
-
line-height: 130%;
|
|
3339
3402
|
}
|
|
3340
3403
|
.psui-el-checkbox.size-small.layout-default input:checked ~ .psui-el-checkmark::before {
|
|
3341
3404
|
content: "check_box";
|
|
@@ -3359,7 +3422,7 @@ video {
|
|
|
3359
3422
|
}
|
|
3360
3423
|
.psui-el-checkbox.size-small input:checked ~ .psui-el-checkmark::before {
|
|
3361
3424
|
--tw-text-opacity: 1;
|
|
3362
|
-
color: rgb(
|
|
3425
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
3363
3426
|
}
|
|
3364
3427
|
.psui-el-checkbox.size-small input:checked ~ .psui-el-checkmark::before {
|
|
3365
3428
|
font-size: 18px;
|
|
@@ -3392,7 +3455,6 @@ video {
|
|
|
3392
3455
|
}
|
|
3393
3456
|
.psui-el-checkbox.size-big {
|
|
3394
3457
|
font-size: 16px;
|
|
3395
|
-
line-height: 130%;
|
|
3396
3458
|
}
|
|
3397
3459
|
.psui-el-checkbox.size-big.layout-mixed input:checked ~ .psui-el-checkmark::before {
|
|
3398
3460
|
content: "indeterminate_check_box";
|
|
@@ -3416,7 +3478,7 @@ video {
|
|
|
3416
3478
|
}
|
|
3417
3479
|
.psui-el-checkbox.size-big input:checked ~ .psui-el-checkmark:before {
|
|
3418
3480
|
--tw-text-opacity: 1;
|
|
3419
|
-
color: rgb(
|
|
3481
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
3420
3482
|
}
|
|
3421
3483
|
.psui-el-checkbox.size-big input:checked ~ .psui-el-checkmark:before {
|
|
3422
3484
|
font-size: 24px;
|
|
@@ -3506,7 +3568,6 @@ video {
|
|
|
3506
3568
|
}
|
|
3507
3569
|
.psui-el-dialog.layout-vertical .psui-el-dialog-wrapper {
|
|
3508
3570
|
font-size: 14px;
|
|
3509
|
-
line-height: 130%;
|
|
3510
3571
|
}
|
|
3511
3572
|
.psui-el-dialog.layout-vertical i {
|
|
3512
3573
|
vertical-align: top;
|
|
@@ -3529,7 +3590,6 @@ video {
|
|
|
3529
3590
|
}
|
|
3530
3591
|
.psui-el-dialog.layout-horizontal .psui-el-dialog-wrapper {
|
|
3531
3592
|
font-size: 14px;
|
|
3532
|
-
line-height: 130%;
|
|
3533
3593
|
}
|
|
3534
3594
|
.psui-el-dialog.theme-informative {
|
|
3535
3595
|
--tw-bg-opacity: 1;
|
|
@@ -3537,11 +3597,11 @@ video {
|
|
|
3537
3597
|
}
|
|
3538
3598
|
.psui-el-dialog.theme-informative {
|
|
3539
3599
|
--tw-text-opacity: 1;
|
|
3540
|
-
color: rgb(
|
|
3600
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
3541
3601
|
}
|
|
3542
3602
|
.psui-el-dialog.theme-informative .psui-el-dialog-message {
|
|
3543
3603
|
--tw-text-opacity: 1;
|
|
3544
|
-
color: rgb(
|
|
3604
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
3545
3605
|
}
|
|
3546
3606
|
.psui-el-dialog.theme-success {
|
|
3547
3607
|
--tw-bg-opacity: 1;
|
|
@@ -3664,7 +3724,6 @@ video {
|
|
|
3664
3724
|
}
|
|
3665
3725
|
.psui-el-radio.size-small {
|
|
3666
3726
|
font-size: 14px;
|
|
3667
|
-
line-height: 130%;
|
|
3668
3727
|
}
|
|
3669
3728
|
.psui-el-radio.size-small input {
|
|
3670
3729
|
position: absolute;
|
|
@@ -3680,7 +3739,7 @@ video {
|
|
|
3680
3739
|
}
|
|
3681
3740
|
.psui-el-radio.size-small input:checked ~ .psui-el-checkmark::before {
|
|
3682
3741
|
--tw-text-opacity: 1;
|
|
3683
|
-
color: rgb(
|
|
3742
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
3684
3743
|
}
|
|
3685
3744
|
.psui-el-radio.size-small input:checked ~ .psui-el-checkmark::before {
|
|
3686
3745
|
font-size: 18px;
|
|
@@ -3715,7 +3774,6 @@ video {
|
|
|
3715
3774
|
}
|
|
3716
3775
|
.psui-el-radio.size-big {
|
|
3717
3776
|
font-size: 14px;
|
|
3718
|
-
line-height: 130%;
|
|
3719
3777
|
}
|
|
3720
3778
|
.psui-el-radio.size-big input {
|
|
3721
3779
|
position: absolute;
|
|
@@ -3731,7 +3789,7 @@ video {
|
|
|
3731
3789
|
}
|
|
3732
3790
|
.psui-el-radio.size-big input:checked ~ .psui-el-checkmark::before {
|
|
3733
3791
|
--tw-text-opacity: 1;
|
|
3734
|
-
color: rgb(
|
|
3792
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
3735
3793
|
}
|
|
3736
3794
|
.psui-el-radio.size-big input:checked ~ .psui-el-checkmark::before {
|
|
3737
3795
|
font-size: 24px;
|
|
@@ -4139,7 +4197,6 @@ video {
|
|
|
4139
4197
|
}
|
|
4140
4198
|
.psui-el-dropdown-menu-list .psui-el-dropdown-menu-list-item {
|
|
4141
4199
|
font-size: 14px;
|
|
4142
|
-
line-height: 130%;
|
|
4143
4200
|
}
|
|
4144
4201
|
.psui-el-dropdown-menu-list .psui-el-dropdown-menu-list-item {
|
|
4145
4202
|
--tw-text-opacity: 1;
|
|
@@ -4177,11 +4234,11 @@ video {
|
|
|
4177
4234
|
}
|
|
4178
4235
|
.psui-el-dropdown-menu-list .psui-el-dropdown-menu-list-item.is-selected {
|
|
4179
4236
|
--tw-text-opacity: 1;
|
|
4180
|
-
color: rgb(
|
|
4237
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
4181
4238
|
}
|
|
4182
4239
|
.psui-el-dropdown-menu-list .psui-el-dropdown-menu-list-item.is-selected:hover {
|
|
4183
4240
|
--tw-text-opacity: 1;
|
|
4184
|
-
color: rgb(
|
|
4241
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
4185
4242
|
}
|
|
4186
4243
|
.psui-el-dropdown-menu-list.layout-rich .psui-el-dropdown-menu-list-item {
|
|
4187
4244
|
margin-left: 1rem;
|
|
@@ -4192,7 +4249,6 @@ video {
|
|
|
4192
4249
|
}
|
|
4193
4250
|
.psui-el-dropdown-menu-list.layout-rich .psui-el-dropdown-menu-list-item {
|
|
4194
4251
|
font-size: 16px;
|
|
4195
|
-
line-height: 130%;
|
|
4196
4252
|
}
|
|
4197
4253
|
.psui-el-dropdown-menu-list.layout-rich .psui-el-dropdown-menu-list-item {
|
|
4198
4254
|
padding: 11.5px 16px 11.5px 8px;
|
|
@@ -4242,7 +4298,7 @@ video {
|
|
|
4242
4298
|
}
|
|
4243
4299
|
.psui-el-dropdown-menu-list.layout-rich .psui-el-dropdown-menu-list-item.is-selected .psui-el-dropdown-menu-list-item-line {
|
|
4244
4300
|
--tw-border-opacity: 1;
|
|
4245
|
-
border-color: rgb(
|
|
4301
|
+
border-color: rgb(18, 121, 153, var(--tw-border-opacity, 1));
|
|
4246
4302
|
}
|
|
4247
4303
|
.psui-el-dropdown-menu-list.layout-rich .psui-el-dropdown-menu-list-item.is-selected:hover {
|
|
4248
4304
|
--tw-bg-opacity: 1;
|
|
@@ -4250,7 +4306,7 @@ video {
|
|
|
4250
4306
|
}
|
|
4251
4307
|
.psui-el-dropdown-menu-list.layout-rich .psui-el-dropdown-menu-list-item.is-selected:hover {
|
|
4252
4308
|
--tw-text-opacity: 1;
|
|
4253
|
-
color: rgb(
|
|
4309
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
4254
4310
|
}
|
|
4255
4311
|
|
|
4256
4312
|
.psui-el-slider-label {
|
|
@@ -4258,7 +4314,6 @@ video {
|
|
|
4258
4314
|
}
|
|
4259
4315
|
.psui-el-slider-label span {
|
|
4260
4316
|
font-size: 14px;
|
|
4261
|
-
line-height: 130%;
|
|
4262
4317
|
}
|
|
4263
4318
|
.psui-el-slider-label span {
|
|
4264
4319
|
--tw-text-opacity: 1;
|
|
@@ -4396,7 +4451,7 @@ video {
|
|
|
4396
4451
|
}
|
|
4397
4452
|
.psui-el-slider.layout-rich .psui-el-slider-input::-webkit-slider-thumb {
|
|
4398
4453
|
--tw-bg-opacity: 1;
|
|
4399
|
-
background-color: rgb(
|
|
4454
|
+
background-color: rgb(45, 165, 204, var(--tw-bg-opacity, 1));
|
|
4400
4455
|
}
|
|
4401
4456
|
.psui-el-slider.layout-rich .psui-el-slider-input::-webkit-slider-thumb {
|
|
4402
4457
|
--tw-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 2px 5px rgba(0, 0, 0, 0.08);
|
|
@@ -4450,7 +4505,7 @@ video {
|
|
|
4450
4505
|
.psui-el-slider.layout-rich .psui-el-slider-wrapper-input .slider-bar-dynamic,
|
|
4451
4506
|
.psui-el-slider.layout-rich .psui-el-slider-wrapper-input .slider-bar-max {
|
|
4452
4507
|
--tw-bg-opacity: 1;
|
|
4453
|
-
background-color: rgb(
|
|
4508
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
4454
4509
|
}
|
|
4455
4510
|
.psui-el-slider.layout-rich .psui-el-slider-wrapper-input .slider-bar,
|
|
4456
4511
|
.psui-el-slider.layout-rich .psui-el-slider-wrapper-input .slider-bar-bg,
|
|
@@ -4471,7 +4526,7 @@ video {
|
|
|
4471
4526
|
}
|
|
4472
4527
|
.psui-el-slider.layout-rich .psui-el-slider-wrapper-input .slider-bar {
|
|
4473
4528
|
--tw-bg-opacity: 1;
|
|
4474
|
-
background-color: rgb(
|
|
4529
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
4475
4530
|
}
|
|
4476
4531
|
.psui-el-slider.layout-rich .psui-el-slider-wrapper-input .slider-bar-max {
|
|
4477
4532
|
right: 0px;
|
|
@@ -4511,7 +4566,7 @@ video {
|
|
|
4511
4566
|
}
|
|
4512
4567
|
.psui-el-slider.layout-rich .psui-el-slider-range-value {
|
|
4513
4568
|
--tw-text-opacity: 1;
|
|
4514
|
-
color: rgb(
|
|
4569
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
4515
4570
|
}
|
|
4516
4571
|
.psui-el-slider.layout-rich .psui-el-slider-range-value {
|
|
4517
4572
|
top: -28px;
|
|
@@ -4579,7 +4634,6 @@ video {
|
|
|
4579
4634
|
padding-left: 1rem;
|
|
4580
4635
|
padding-right: 1rem;
|
|
4581
4636
|
font-size: 16px;
|
|
4582
|
-
line-height: 130%;
|
|
4583
4637
|
font-weight: 700;
|
|
4584
4638
|
--tw-text-opacity: 1;
|
|
4585
4639
|
color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
|
|
@@ -4620,19 +4674,19 @@ video {
|
|
|
4620
4674
|
}
|
|
4621
4675
|
.psui-el-toast.fill-intense.layout-info {
|
|
4622
4676
|
--tw-bg-opacity: 1;
|
|
4623
|
-
background-color: rgb(
|
|
4677
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
4624
4678
|
}
|
|
4625
4679
|
.psui-el-toast.fill-intense.layout-success {
|
|
4626
4680
|
--tw-bg-opacity: 1;
|
|
4627
|
-
background-color: rgb(
|
|
4681
|
+
background-color: rgb(155, 222, 181, var(--tw-bg-opacity, 1));
|
|
4628
4682
|
}
|
|
4629
4683
|
.psui-el-toast.fill-intense.layout-warning {
|
|
4630
4684
|
--tw-bg-opacity: 1;
|
|
4631
|
-
background-color: rgb(
|
|
4685
|
+
background-color: rgb(215, 165, 86, var(--tw-bg-opacity, 1));
|
|
4632
4686
|
}
|
|
4633
4687
|
.psui-el-toast.fill-intense.layout-error {
|
|
4634
4688
|
--tw-bg-opacity: 1;
|
|
4635
|
-
background-color: rgb(
|
|
4689
|
+
background-color: rgb(205, 155, 155, var(--tw-bg-opacity, 1));
|
|
4636
4690
|
}
|
|
4637
4691
|
.psui-el-toast.fill-soft.layout-info {
|
|
4638
4692
|
--tw-bg-opacity: 1;
|
|
@@ -4640,7 +4694,7 @@ video {
|
|
|
4640
4694
|
}
|
|
4641
4695
|
.psui-el-toast.fill-soft.layout-info {
|
|
4642
4696
|
--tw-text-opacity: 1;
|
|
4643
|
-
color: rgb(
|
|
4697
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
4644
4698
|
}
|
|
4645
4699
|
.psui-el-toast.fill-soft.layout-success {
|
|
4646
4700
|
--tw-bg-opacity: 1;
|
|
@@ -4648,7 +4702,7 @@ video {
|
|
|
4648
4702
|
}
|
|
4649
4703
|
.psui-el-toast.fill-soft.layout-success {
|
|
4650
4704
|
--tw-text-opacity: 1;
|
|
4651
|
-
color: rgb(
|
|
4705
|
+
color: rgb(155, 222, 181, var(--tw-text-opacity, 1));
|
|
4652
4706
|
}
|
|
4653
4707
|
.psui-el-toast.fill-soft.layout-warning {
|
|
4654
4708
|
--tw-bg-opacity: 1;
|
|
@@ -4656,7 +4710,7 @@ video {
|
|
|
4656
4710
|
}
|
|
4657
4711
|
.psui-el-toast.fill-soft.layout-warning {
|
|
4658
4712
|
--tw-text-opacity: 1;
|
|
4659
|
-
color: rgb(
|
|
4713
|
+
color: rgb(215, 165, 86, var(--tw-text-opacity, 1));
|
|
4660
4714
|
}
|
|
4661
4715
|
.psui-el-toast.fill-soft.layout-error {
|
|
4662
4716
|
--tw-bg-opacity: 1;
|
|
@@ -4664,14 +4718,14 @@ video {
|
|
|
4664
4718
|
}
|
|
4665
4719
|
.psui-el-toast.fill-soft.layout-error {
|
|
4666
4720
|
--tw-text-opacity: 1;
|
|
4667
|
-
color: rgb(
|
|
4721
|
+
color: rgb(205, 155, 155, var(--tw-text-opacity, 1));
|
|
4668
4722
|
}
|
|
4669
4723
|
|
|
4670
4724
|
.psui-el-mini-tag {
|
|
4671
4725
|
display: flex;
|
|
4672
4726
|
flex-direction: row;
|
|
4673
4727
|
align-items: center;
|
|
4674
|
-
border-radius:
|
|
4728
|
+
border-radius: 0.25rem;
|
|
4675
4729
|
width: -moz-fit-content;
|
|
4676
4730
|
width: fit-content;
|
|
4677
4731
|
}
|
|
@@ -4679,80 +4733,104 @@ video {
|
|
|
4679
4733
|
width: 100%;
|
|
4680
4734
|
}
|
|
4681
4735
|
.psui-el-mini-tag span {
|
|
4682
|
-
font-weight:
|
|
4683
|
-
}
|
|
4684
|
-
.psui-el-mini-tag span {
|
|
4685
|
-
text-transform: uppercase;
|
|
4736
|
+
font-weight: 600;
|
|
4686
4737
|
}
|
|
4687
4738
|
.psui-el-mini-tag span {
|
|
4688
|
-
padding:
|
|
4689
|
-
font-size:
|
|
4690
|
-
line-height:
|
|
4739
|
+
padding: 1px 4px 3px 4px;
|
|
4740
|
+
font-size: 12px;
|
|
4741
|
+
line-height: 16px;
|
|
4691
4742
|
letter-spacing: 0.5px;
|
|
4692
4743
|
}
|
|
4693
4744
|
.psui-el-mini-tag-layout-solid-info {
|
|
4694
4745
|
--tw-bg-opacity: 1;
|
|
4695
|
-
background-color: rgb(
|
|
4746
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
4696
4747
|
}
|
|
4697
4748
|
.psui-el-mini-tag-layout-solid-info {
|
|
4698
4749
|
--tw-text-opacity: 1;
|
|
4699
4750
|
color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
|
|
4700
4751
|
}
|
|
4752
|
+
.psui-el-mini-tag-layout-info {
|
|
4753
|
+
border-width: 1px;
|
|
4754
|
+
}
|
|
4755
|
+
.psui-el-mini-tag-layout-info {
|
|
4756
|
+
--tw-border-opacity: 1;
|
|
4757
|
+
border-color: rgb(134, 192, 219, var(--tw-border-opacity, 1));
|
|
4758
|
+
}
|
|
4701
4759
|
.psui-el-mini-tag-layout-info {
|
|
4702
4760
|
--tw-bg-opacity: 1;
|
|
4703
4761
|
background-color: rgb(224, 239, 246, var(--tw-bg-opacity, 1));
|
|
4704
4762
|
}
|
|
4705
4763
|
.psui-el-mini-tag-layout-info {
|
|
4706
4764
|
--tw-text-opacity: 1;
|
|
4707
|
-
color: rgb(
|
|
4765
|
+
color: rgb(10, 100, 128, var(--tw-text-opacity, 1));
|
|
4708
4766
|
}
|
|
4709
4767
|
.psui-el-mini-tag-layout-solid-success {
|
|
4710
4768
|
--tw-bg-opacity: 1;
|
|
4711
|
-
background-color: rgb(
|
|
4769
|
+
background-color: rgb(155, 222, 181, var(--tw-bg-opacity, 1));
|
|
4712
4770
|
}
|
|
4713
4771
|
.psui-el-mini-tag-layout-solid-success {
|
|
4714
4772
|
--tw-text-opacity: 1;
|
|
4715
4773
|
color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
|
|
4716
4774
|
}
|
|
4775
|
+
.psui-el-mini-tag-layout-success {
|
|
4776
|
+
border-width: 1px;
|
|
4777
|
+
}
|
|
4778
|
+
.psui-el-mini-tag-layout-success {
|
|
4779
|
+
--tw-border-opacity: 1;
|
|
4780
|
+
border-color: rgb(155, 222, 181, var(--tw-border-opacity, 1));
|
|
4781
|
+
}
|
|
4717
4782
|
.psui-el-mini-tag-layout-success {
|
|
4718
4783
|
--tw-bg-opacity: 1;
|
|
4719
4784
|
background-color: rgb(222, 248, 232, var(--tw-bg-opacity, 1));
|
|
4720
4785
|
}
|
|
4721
4786
|
.psui-el-mini-tag-layout-success {
|
|
4722
4787
|
--tw-text-opacity: 1;
|
|
4723
|
-
color: rgb(
|
|
4788
|
+
color: rgb(14, 124, 69, var(--tw-text-opacity, 1));
|
|
4724
4789
|
}
|
|
4725
4790
|
.psui-el-mini-tag-layout-solid-warning {
|
|
4726
4791
|
--tw-bg-opacity: 1;
|
|
4727
|
-
background-color: rgb(
|
|
4792
|
+
background-color: rgb(215, 165, 86, var(--tw-bg-opacity, 1));
|
|
4728
4793
|
}
|
|
4729
4794
|
.psui-el-mini-tag-layout-solid-warning {
|
|
4730
4795
|
--tw-text-opacity: 1;
|
|
4731
4796
|
color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
|
|
4732
4797
|
}
|
|
4798
|
+
.psui-el-mini-tag-layout-warning {
|
|
4799
|
+
border-width: 1px;
|
|
4800
|
+
}
|
|
4801
|
+
.psui-el-mini-tag-layout-warning {
|
|
4802
|
+
--tw-border-opacity: 1;
|
|
4803
|
+
border-color: rgb(215, 165, 86, var(--tw-border-opacity, 1));
|
|
4804
|
+
}
|
|
4733
4805
|
.psui-el-mini-tag-layout-warning {
|
|
4734
4806
|
--tw-bg-opacity: 1;
|
|
4735
4807
|
background-color: rgb(253, 243, 227, var(--tw-bg-opacity, 1));
|
|
4736
4808
|
}
|
|
4737
4809
|
.psui-el-mini-tag-layout-warning {
|
|
4738
|
-
|
|
4739
|
-
color: rgb(184, 115, 5, var(--tw-text-opacity, 1));
|
|
4810
|
+
color: #584C25;
|
|
4740
4811
|
}
|
|
4741
4812
|
.psui-el-mini-tag-layout-solid-error {
|
|
4742
4813
|
--tw-bg-opacity: 1;
|
|
4743
|
-
background-color: rgb(
|
|
4814
|
+
background-color: rgb(205, 155, 155, var(--tw-bg-opacity, 1));
|
|
4744
4815
|
}
|
|
4745
4816
|
.psui-el-mini-tag-layout-solid-error {
|
|
4746
4817
|
--tw-text-opacity: 1;
|
|
4747
4818
|
color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
|
|
4748
4819
|
}
|
|
4820
|
+
.psui-el-mini-tag-layout-error {
|
|
4821
|
+
border-width: 1px;
|
|
4822
|
+
}
|
|
4823
|
+
.psui-el-mini-tag-layout-error {
|
|
4824
|
+
--tw-border-opacity: 1;
|
|
4825
|
+
border-color: rgb(205, 155, 155, var(--tw-border-opacity, 1));
|
|
4826
|
+
}
|
|
4749
4827
|
.psui-el-mini-tag-layout-error {
|
|
4750
4828
|
--tw-bg-opacity: 1;
|
|
4751
4829
|
background-color: rgb(252, 235, 235, var(--tw-bg-opacity, 1));
|
|
4752
4830
|
}
|
|
4753
4831
|
.psui-el-mini-tag-layout-error {
|
|
4754
4832
|
--tw-text-opacity: 1;
|
|
4755
|
-
color: rgb(
|
|
4833
|
+
color: rgb(162, 54, 52, var(--tw-text-opacity, 1));
|
|
4756
4834
|
}
|
|
4757
4835
|
.psui-el-mini-tag-layout-solid-default {
|
|
4758
4836
|
--tw-bg-opacity: 1;
|
|
@@ -4778,9 +4856,8 @@ video {
|
|
|
4778
4856
|
max-width: 100%;
|
|
4779
4857
|
flex-shrink: 0;
|
|
4780
4858
|
font-size: 20px;
|
|
4781
|
-
line-height: 120%;
|
|
4782
4859
|
--tw-text-opacity: 1;
|
|
4783
|
-
color: rgb(
|
|
4860
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
4784
4861
|
}
|
|
4785
4862
|
.psui-el-inline-selector ::-webkit-scrollbar {
|
|
4786
4863
|
--tw-bg-opacity: 1;
|
|
@@ -4805,7 +4882,7 @@ video {
|
|
|
4805
4882
|
}
|
|
4806
4883
|
.psui-el-inline-selector input {
|
|
4807
4884
|
--tw-border-opacity: 1;
|
|
4808
|
-
border-color: rgb(
|
|
4885
|
+
border-color: rgb(45, 165, 204, var(--tw-border-opacity, 1));
|
|
4809
4886
|
}
|
|
4810
4887
|
.psui-el-inline-selector input {
|
|
4811
4888
|
transition: 300ms ease-in all;
|
|
@@ -4813,11 +4890,9 @@ video {
|
|
|
4813
4890
|
}
|
|
4814
4891
|
.psui-el-inline-selector input::-moz-placeholder {
|
|
4815
4892
|
font-size: 20px;
|
|
4816
|
-
line-height: 120%;
|
|
4817
4893
|
}
|
|
4818
4894
|
.psui-el-inline-selector input::placeholder {
|
|
4819
4895
|
font-size: 20px;
|
|
4820
|
-
line-height: 120%;
|
|
4821
4896
|
}
|
|
4822
4897
|
.psui-el-inline-selector input::-moz-placeholder {
|
|
4823
4898
|
--tw-text-opacity: 1;
|
|
@@ -4864,7 +4939,7 @@ video {
|
|
|
4864
4939
|
}
|
|
4865
4940
|
.psui-el-inline-selector .psui-el-inline-selector-input-wrapper input:hover {
|
|
4866
4941
|
--tw-text-opacity: 1;
|
|
4867
|
-
color: rgb(
|
|
4942
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
4868
4943
|
}
|
|
4869
4944
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper {
|
|
4870
4945
|
position: absolute;
|
|
@@ -4915,7 +4990,7 @@ video {
|
|
|
4915
4990
|
}
|
|
4916
4991
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown .psui-el-inline-selector-error h3 {
|
|
4917
4992
|
--tw-text-opacity: 1;
|
|
4918
|
-
color: rgb(
|
|
4993
|
+
color: rgb(205, 155, 155, var(--tw-text-opacity, 1));
|
|
4919
4994
|
}
|
|
4920
4995
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown .psui-el-inline-selector-error p {
|
|
4921
4996
|
--tw-text-opacity: 1;
|
|
@@ -4943,7 +5018,7 @@ video {
|
|
|
4943
5018
|
}
|
|
4944
5019
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul li:hover span p {
|
|
4945
5020
|
--tw-text-opacity: 1;
|
|
4946
|
-
color: rgb(
|
|
5021
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
4947
5022
|
}
|
|
4948
5023
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul li span {
|
|
4949
5024
|
display: flex;
|
|
@@ -4962,7 +5037,6 @@ video {
|
|
|
4962
5037
|
}
|
|
4963
5038
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul li span > p {
|
|
4964
5039
|
font-size: 16px;
|
|
4965
|
-
line-height: 130%;
|
|
4966
5040
|
}
|
|
4967
5041
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul li span > p {
|
|
4968
5042
|
--tw-text-opacity: 1;
|
|
@@ -5169,7 +5243,7 @@ video {
|
|
|
5169
5243
|
}
|
|
5170
5244
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white .psui-el-tooltip-content-wrapper button {
|
|
5171
5245
|
--tw-text-opacity: 1;
|
|
5172
|
-
color: rgb(
|
|
5246
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
5173
5247
|
}
|
|
5174
5248
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark {
|
|
5175
5249
|
--tw-bg-opacity: 1;
|
|
@@ -5182,7 +5256,7 @@ video {
|
|
|
5182
5256
|
}
|
|
5183
5257
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark .psui-el-tooltip-content-wrapper button {
|
|
5184
5258
|
--tw-bg-opacity: 1;
|
|
5185
|
-
background-color: rgb(
|
|
5259
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
5186
5260
|
}
|
|
5187
5261
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark .psui-el-tooltip-content-wrapper button {
|
|
5188
5262
|
--tw-text-opacity: 1;
|
|
@@ -5190,7 +5264,7 @@ video {
|
|
|
5190
5264
|
}
|
|
5191
5265
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color {
|
|
5192
5266
|
--tw-bg-opacity: 1;
|
|
5193
|
-
background-color: rgb(
|
|
5267
|
+
background-color: rgb(45, 165, 204, var(--tw-bg-opacity, 1));
|
|
5194
5268
|
}
|
|
5195
5269
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color h2,
|
|
5196
5270
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color .psui-el-tooltip-content-wrapper {
|
|
@@ -5199,7 +5273,7 @@ video {
|
|
|
5199
5273
|
}
|
|
5200
5274
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color .psui-el-tooltip-content-wrapper button {
|
|
5201
5275
|
--tw-bg-opacity: 1;
|
|
5202
|
-
background-color: rgb(
|
|
5276
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
5203
5277
|
}
|
|
5204
5278
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color .psui-el-tooltip-content-wrapper button {
|
|
5205
5279
|
--tw-text-opacity: 1;
|
|
@@ -5268,7 +5342,6 @@ video {
|
|
|
5268
5342
|
}
|
|
5269
5343
|
.psui-el-input-textarea .psui-el-input-textarea-wrapper label {
|
|
5270
5344
|
font-size: 16px;
|
|
5271
|
-
line-height: 130%;
|
|
5272
5345
|
}
|
|
5273
5346
|
.psui-el-input-textarea .psui-el-input-textarea-wrapper label {
|
|
5274
5347
|
font-weight: 700;
|
|
@@ -5310,7 +5383,6 @@ video {
|
|
|
5310
5383
|
}
|
|
5311
5384
|
.psui-el-input-textarea .psui-el-input-textarea-wrapper textarea {
|
|
5312
5385
|
font-size: 16px;
|
|
5313
|
-
line-height: 130%;
|
|
5314
5386
|
}
|
|
5315
5387
|
.psui-el-input-textarea .psui-el-input-textarea-wrapper textarea {
|
|
5316
5388
|
--tw-text-opacity: 1;
|
|
@@ -5318,15 +5390,13 @@ video {
|
|
|
5318
5390
|
}
|
|
5319
5391
|
.psui-el-input-textarea .psui-el-input-textarea-wrapper textarea:hover, .psui-el-input-textarea .psui-el-input-textarea-wrapper textarea:focus, .psui-el-input-textarea .psui-el-input-textarea-wrapper textarea:active {
|
|
5320
5392
|
--tw-border-opacity: 1;
|
|
5321
|
-
border-color: rgb(
|
|
5393
|
+
border-color: rgb(18, 121, 153, var(--tw-border-opacity, 1));
|
|
5322
5394
|
}
|
|
5323
5395
|
.psui-el-input-textarea .psui-el-input-textarea-wrapper textarea ::-moz-placeholder {
|
|
5324
5396
|
font-size: 16px;
|
|
5325
|
-
line-height: 130%;
|
|
5326
5397
|
}
|
|
5327
5398
|
.psui-el-input-textarea .psui-el-input-textarea-wrapper textarea ::placeholder {
|
|
5328
5399
|
font-size: 16px;
|
|
5329
|
-
line-height: 130%;
|
|
5330
5400
|
}
|
|
5331
5401
|
.psui-el-input-textarea .psui-el-input-textarea-message {
|
|
5332
5402
|
display: flex;
|
|
@@ -5382,7 +5452,7 @@ video {
|
|
|
5382
5452
|
}
|
|
5383
5453
|
.psui-el-input-select.layout-default.selected select {
|
|
5384
5454
|
--tw-border-opacity: 1;
|
|
5385
|
-
border-color: rgb(
|
|
5455
|
+
border-color: rgb(45, 165, 204, var(--tw-border-opacity, 1));
|
|
5386
5456
|
}
|
|
5387
5457
|
.psui-el-input-select.layout-default.selected select {
|
|
5388
5458
|
--tw-text-opacity: 1;
|
|
@@ -5432,7 +5502,6 @@ video {
|
|
|
5432
5502
|
}
|
|
5433
5503
|
.psui-el-input-select.layout-default select {
|
|
5434
5504
|
font-size: 16px;
|
|
5435
|
-
line-height: 130%;
|
|
5436
5505
|
}
|
|
5437
5506
|
.psui-el-input-select.layout-default select {
|
|
5438
5507
|
--tw-text-opacity: 1;
|
|
@@ -5444,7 +5513,7 @@ video {
|
|
|
5444
5513
|
}
|
|
5445
5514
|
.psui-el-input-select.layout-default select:hover, .psui-el-input-select.layout-default select:active {
|
|
5446
5515
|
--tw-border-opacity: 1;
|
|
5447
|
-
border-color: rgb(
|
|
5516
|
+
border-color: rgb(45, 165, 204, var(--tw-border-opacity, 1));
|
|
5448
5517
|
}
|
|
5449
5518
|
.psui-el-input-select.layout-default select:hover, .psui-el-input-select.layout-default select:active {
|
|
5450
5519
|
--tw-text-opacity: 1;
|
|
@@ -5452,7 +5521,7 @@ video {
|
|
|
5452
5521
|
}
|
|
5453
5522
|
.psui-el-input-select.layout-default select:focus {
|
|
5454
5523
|
--tw-border-opacity: 1;
|
|
5455
|
-
border-color: rgb(
|
|
5524
|
+
border-color: rgb(18, 121, 153, var(--tw-border-opacity, 1));
|
|
5456
5525
|
}
|
|
5457
5526
|
.psui-el-input-select.layout-default select:focus {
|
|
5458
5527
|
--tw-text-opacity: 1;
|
|
@@ -5533,7 +5602,6 @@ video {
|
|
|
5533
5602
|
}
|
|
5534
5603
|
.psui-el-input-select.layout-mini select {
|
|
5535
5604
|
font-size: 14px;
|
|
5536
|
-
line-height: 130%;
|
|
5537
5605
|
}
|
|
5538
5606
|
.psui-el-input-select.layout-mini select {
|
|
5539
5607
|
border-radius: 4px;
|
|
@@ -5541,7 +5609,7 @@ video {
|
|
|
5541
5609
|
}
|
|
5542
5610
|
.psui-el-input-select.layout-mini select:hover, .psui-el-input-select.layout-mini select:active {
|
|
5543
5611
|
--tw-border-opacity: 1;
|
|
5544
|
-
border-color: rgb(
|
|
5612
|
+
border-color: rgb(155, 222, 181, var(--tw-border-opacity, 1));
|
|
5545
5613
|
}
|
|
5546
5614
|
.psui-el-input-select.layout-mini select:hover, .psui-el-input-select.layout-mini select:active {
|
|
5547
5615
|
--tw-text-opacity: 1;
|
|
@@ -5557,7 +5625,7 @@ video {
|
|
|
5557
5625
|
}
|
|
5558
5626
|
.psui-el-input-select.layout-mini.selected .psui-el-input-select-wrapper select {
|
|
5559
5627
|
--tw-border-opacity: 1 !important;
|
|
5560
|
-
border-color: rgb(
|
|
5628
|
+
border-color: rgb(155, 222, 181, var(--tw-border-opacity, 1)) !important;
|
|
5561
5629
|
}
|
|
5562
5630
|
.psui-el-input-select.layout-mini.selected:not(option) {
|
|
5563
5631
|
--tw-text-opacity: 1;
|
|
@@ -5698,7 +5766,6 @@ video {
|
|
|
5698
5766
|
}
|
|
5699
5767
|
.psui-el-draggable .psui-el-draggable-item-title {
|
|
5700
5768
|
font-size: 14px;
|
|
5701
|
-
line-height: 130%;
|
|
5702
5769
|
}
|
|
5703
5770
|
.psui-el-draggable .psui-el-draggable-item-title {
|
|
5704
5771
|
--tw-text-opacity: 1;
|
|
@@ -5787,7 +5854,7 @@ video {
|
|
|
5787
5854
|
}
|
|
5788
5855
|
.psui-el-badge-with-icon.layout-blue {
|
|
5789
5856
|
--tw-text-opacity: 1;
|
|
5790
|
-
color: rgb(
|
|
5857
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
5791
5858
|
}
|
|
5792
5859
|
.psui-el-badge-with-icon.layout-green {
|
|
5793
5860
|
--tw-bg-opacity: 1;
|
|
@@ -5858,7 +5925,7 @@ video {
|
|
|
5858
5925
|
}
|
|
5859
5926
|
.psui-el-testimonial-icon {
|
|
5860
5927
|
--tw-bg-opacity: 1;
|
|
5861
|
-
background-color: rgb(
|
|
5928
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
5862
5929
|
}
|
|
5863
5930
|
.psui-el-testimonial-icon {
|
|
5864
5931
|
top: -15px;
|
|
@@ -5866,11 +5933,13 @@ video {
|
|
|
5866
5933
|
}
|
|
5867
5934
|
.psui-el-testimonial-description {
|
|
5868
5935
|
font-size: 16px;
|
|
5869
|
-
line-height: 130%;
|
|
5870
5936
|
}
|
|
5871
5937
|
.psui-el-testimonial-description {
|
|
5872
5938
|
font-style: italic;
|
|
5873
5939
|
}
|
|
5940
|
+
.psui-el-testimonial-description {
|
|
5941
|
+
line-height: 1.5rem;
|
|
5942
|
+
}
|
|
5874
5943
|
.psui-el-testimonial-description {
|
|
5875
5944
|
--tw-text-opacity: 1;
|
|
5876
5945
|
color: rgb(0, 42, 58, var(--tw-text-opacity, 1));
|
|
@@ -5892,7 +5961,6 @@ video {
|
|
|
5892
5961
|
}
|
|
5893
5962
|
.psui-el-testimonial-info-user {
|
|
5894
5963
|
font-size: 14px;
|
|
5895
|
-
line-height: 130%;
|
|
5896
5964
|
}
|
|
5897
5965
|
.psui-el-testimonial-info-user {
|
|
5898
5966
|
font-weight: 700;
|
|
@@ -5903,6 +5971,8 @@ video {
|
|
|
5903
5971
|
}
|
|
5904
5972
|
.psui-el-testimonial-info-position, .psui-el-testimonial-info-jurisdiction {
|
|
5905
5973
|
font-size: 14px;
|
|
5974
|
+
}
|
|
5975
|
+
.psui-el-testimonial-info-position, .psui-el-testimonial-info-jurisdiction {
|
|
5906
5976
|
line-height: 130%;
|
|
5907
5977
|
}
|
|
5908
5978
|
.psui-el-testimonial-info-position, .psui-el-testimonial-info-jurisdiction {
|
|
@@ -5915,31 +5985,39 @@ video {
|
|
|
5915
5985
|
flex-direction: column;
|
|
5916
5986
|
overflow: hidden;
|
|
5917
5987
|
border-radius: 0.25rem;
|
|
5918
|
-
--tw-bg-opacity: 1;
|
|
5919
|
-
background-color: rgb(49, 143, 172, var(--tw-bg-opacity, 1));
|
|
5920
5988
|
text-align: center;
|
|
5921
5989
|
font-size: 14px;
|
|
5922
|
-
line-height: 130%;
|
|
5923
5990
|
font-weight: 700;
|
|
5991
|
+
line-height: 1.25rem;
|
|
5924
5992
|
--tw-text-opacity: 1;
|
|
5925
|
-
color: rgb(
|
|
5993
|
+
color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
|
|
5926
5994
|
}
|
|
5927
5995
|
.psui-el-date-card-month-day, .psui-el-date-card-year {
|
|
5928
|
-
|
|
5929
|
-
|
|
5996
|
+
padding-left: 0.5rem;
|
|
5997
|
+
padding-right: 0.5rem;
|
|
5930
5998
|
}
|
|
5931
5999
|
.psui-el-date-card-month-day, .psui-el-date-card-year {
|
|
5932
|
-
padding:
|
|
5933
|
-
|
|
5934
|
-
.psui-el-date-card-year {
|
|
5935
|
-
width: 100%;
|
|
6000
|
+
padding-top: 2px;
|
|
6001
|
+
padding-bottom: 2px;
|
|
5936
6002
|
}
|
|
5937
6003
|
.psui-el-date-card-year {
|
|
5938
6004
|
--tw-bg-opacity: 1;
|
|
5939
|
-
background-color: rgb(
|
|
6005
|
+
background-color: rgb(10, 100, 128, var(--tw-bg-opacity, 1));
|
|
5940
6006
|
}
|
|
5941
|
-
.psui-el-date-card-
|
|
5942
|
-
|
|
6007
|
+
.psui-el-date-card-month-day {
|
|
6008
|
+
display: flex;
|
|
6009
|
+
}
|
|
6010
|
+
.psui-el-date-card-month-day {
|
|
6011
|
+
align-items: center;
|
|
6012
|
+
}
|
|
6013
|
+
.psui-el-date-card-month-day > :not([hidden]) ~ :not([hidden]) {
|
|
6014
|
+
--tw-space-x-reverse: 0;
|
|
6015
|
+
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
6016
|
+
margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
|
|
6017
|
+
}
|
|
6018
|
+
.psui-el-date-card-month-day {
|
|
6019
|
+
--tw-bg-opacity: 1;
|
|
6020
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
5943
6021
|
}
|
|
5944
6022
|
|
|
5945
6023
|
.psui-el-tag-scope {
|
|
@@ -6164,7 +6242,6 @@ video {
|
|
|
6164
6242
|
}
|
|
6165
6243
|
.psui-el-collapse .psui-el-collapse-item-header .psui-el-collapse-item-header-wrapper {
|
|
6166
6244
|
font-size: 14px;
|
|
6167
|
-
line-height: 130%;
|
|
6168
6245
|
}
|
|
6169
6246
|
.psui-el-collapse .psui-el-collapse-item-header .psui-el-collapse-item-header-wrapper .psui-el-collapse-item-title {
|
|
6170
6247
|
margin-left: 0.25rem;
|
|
@@ -6175,7 +6252,7 @@ video {
|
|
|
6175
6252
|
}
|
|
6176
6253
|
.psui-el-collapse .psui-el-collapse-item-header .psui-el-collapse-item-header-wrapper .psui-el-collapse-item-title:hover {
|
|
6177
6254
|
--tw-text-opacity: 1;
|
|
6178
|
-
color: rgb(
|
|
6255
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
6179
6256
|
}
|
|
6180
6257
|
.psui-el-collapse .psui-el-collapse-item-header .psui-el-collapse-item-header-wrapper .psui-el-collapse-item-title.disabled {
|
|
6181
6258
|
--tw-text-opacity: 1;
|
|
@@ -6193,7 +6270,7 @@ video {
|
|
|
6193
6270
|
}
|
|
6194
6271
|
.psui-el-collapse .psui-el-collapse-item-header .psui-el-collapse-item-header-wrapper .psui-el-collapse-item-header-action:hover {
|
|
6195
6272
|
--tw-text-opacity: 1;
|
|
6196
|
-
color: rgb(
|
|
6273
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
6197
6274
|
}
|
|
6198
6275
|
.psui-el-collapse .psui-el-collapse-item-header:hover .psui-el-collapse-item-header-wrapper .psui-el-collapse-item-header-action {
|
|
6199
6276
|
visibility: visible;
|
|
@@ -6243,10 +6320,6 @@ video {
|
|
|
6243
6320
|
margin-bottom: 0.75rem;
|
|
6244
6321
|
}
|
|
6245
6322
|
|
|
6246
|
-
.psui--mr-1 {
|
|
6247
|
-
margin-right: -0.25rem;
|
|
6248
|
-
}
|
|
6249
|
-
|
|
6250
6323
|
.psui-mb-px {
|
|
6251
6324
|
margin-bottom: 1px;
|
|
6252
6325
|
}
|
|
@@ -6263,10 +6336,6 @@ video {
|
|
|
6263
6336
|
margin-left: 0.5rem;
|
|
6264
6337
|
}
|
|
6265
6338
|
|
|
6266
|
-
.psui-ml-3 {
|
|
6267
|
-
margin-left: 0.75rem;
|
|
6268
|
-
}
|
|
6269
|
-
|
|
6270
6339
|
.psui-mr-1 {
|
|
6271
6340
|
margin-right: 0.25rem;
|
|
6272
6341
|
}
|
|
@@ -6275,10 +6344,6 @@ video {
|
|
|
6275
6344
|
margin-right: 0.5rem;
|
|
6276
6345
|
}
|
|
6277
6346
|
|
|
6278
|
-
.psui-mr-3 {
|
|
6279
|
-
margin-right: 0.75rem;
|
|
6280
|
-
}
|
|
6281
|
-
|
|
6282
6347
|
.psui-flex {
|
|
6283
6348
|
display: flex;
|
|
6284
6349
|
}
|
|
@@ -6447,7 +6512,7 @@ video {
|
|
|
6447
6512
|
|
|
6448
6513
|
.psui-bg-blue-60 {
|
|
6449
6514
|
--tw-bg-opacity: 1;
|
|
6450
|
-
background-color: rgb(
|
|
6515
|
+
background-color: rgb(18, 121, 153, var(--tw-bg-opacity, 1));
|
|
6451
6516
|
}
|
|
6452
6517
|
|
|
6453
6518
|
.psui-bg-gray-10 {
|
|
@@ -6462,7 +6527,7 @@ video {
|
|
|
6462
6527
|
|
|
6463
6528
|
.psui-bg-green-20 {
|
|
6464
6529
|
--tw-bg-opacity: 1;
|
|
6465
|
-
background-color: rgb(
|
|
6530
|
+
background-color: rgb(155, 222, 181, var(--tw-bg-opacity, 1));
|
|
6466
6531
|
}
|
|
6467
6532
|
|
|
6468
6533
|
.psui-bg-red-10 {
|
|
@@ -6472,7 +6537,7 @@ video {
|
|
|
6472
6537
|
|
|
6473
6538
|
.psui-bg-red-20 {
|
|
6474
6539
|
--tw-bg-opacity: 1;
|
|
6475
|
-
background-color: rgb(
|
|
6540
|
+
background-color: rgb(205, 155, 155, var(--tw-bg-opacity, 1));
|
|
6476
6541
|
}
|
|
6477
6542
|
|
|
6478
6543
|
.psui-bg-white {
|
|
@@ -6482,7 +6547,7 @@ video {
|
|
|
6482
6547
|
|
|
6483
6548
|
.psui-bg-yellow-20 {
|
|
6484
6549
|
--tw-bg-opacity: 1;
|
|
6485
|
-
background-color: rgb(
|
|
6550
|
+
background-color: rgb(215, 165, 86, var(--tw-bg-opacity, 1));
|
|
6486
6551
|
}
|
|
6487
6552
|
|
|
6488
6553
|
.psui-px-4 {
|
|
@@ -6532,9 +6597,8 @@ video {
|
|
|
6532
6597
|
text-align: right;
|
|
6533
6598
|
}
|
|
6534
6599
|
|
|
6535
|
-
.psui-text-
|
|
6600
|
+
.psui-text-14 {
|
|
6536
6601
|
font-size: 14px;
|
|
6537
|
-
line-height: 130%;
|
|
6538
6602
|
}
|
|
6539
6603
|
|
|
6540
6604
|
.psui-text-xsmall {
|
|
@@ -6554,14 +6618,19 @@ video {
|
|
|
6554
6618
|
line-height: 1;
|
|
6555
6619
|
}
|
|
6556
6620
|
|
|
6621
|
+
.psui-text-blue-40 {
|
|
6622
|
+
--tw-text-opacity: 1;
|
|
6623
|
+
color: rgb(134, 192, 219, var(--tw-text-opacity, 1));
|
|
6624
|
+
}
|
|
6625
|
+
|
|
6557
6626
|
.psui-text-blue-50 {
|
|
6558
6627
|
--tw-text-opacity: 1;
|
|
6559
|
-
color: rgb(
|
|
6628
|
+
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
6560
6629
|
}
|
|
6561
6630
|
|
|
6562
6631
|
.psui-text-blue-60 {
|
|
6563
6632
|
--tw-text-opacity: 1;
|
|
6564
|
-
color: rgb(
|
|
6633
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
6565
6634
|
}
|
|
6566
6635
|
|
|
6567
6636
|
.psui-text-gray-30 {
|
|
@@ -6596,7 +6665,7 @@ video {
|
|
|
6596
6665
|
|
|
6597
6666
|
.psui-text-red-20 {
|
|
6598
6667
|
--tw-text-opacity: 1;
|
|
6599
|
-
color: rgb(
|
|
6668
|
+
color: rgb(205, 155, 155, var(--tw-text-opacity, 1));
|
|
6600
6669
|
}
|
|
6601
6670
|
|
|
6602
6671
|
.psui-text-red-70 {
|
|
@@ -6675,5 +6744,5 @@ html {
|
|
|
6675
6744
|
|
|
6676
6745
|
.hover\:psui-text-blue-60:hover {
|
|
6677
6746
|
--tw-text-opacity: 1;
|
|
6678
|
-
color: rgb(
|
|
6747
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
6679
6748
|
}
|