@streamoid/ui 0.6.46 → 0.6.47
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/index.css +301 -301
- package/dist/index.d.mts +48 -2
- package/dist/index.d.ts +48 -2
- package/dist/index.js +112 -48
- package/dist/index.mjs +112 -48
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
position: relative;
|
|
972
972
|
}
|
|
973
973
|
.ScBadges_badge {
|
|
974
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
974
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
975
975
|
text-align: left;
|
|
976
976
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
977
977
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -985,7 +985,7 @@
|
|
|
985
985
|
.ScBadges_scBadges.ScBadges_style-solid.ScBadges_variant-success .ScBadges_badge,
|
|
986
986
|
.ScBadges_scBadges.ScBadges_style-solid.ScBadges_variant-warning .ScBadges_badge,
|
|
987
987
|
.ScBadges_scBadges.ScBadges_style-solid.ScBadges_variant-error .ScBadges_badge {
|
|
988
|
-
color: var(--alias-text-and-icons-fullwhite, #ffffff);
|
|
988
|
+
color: var(--alias-text---icons-fullwhite, var(--alias-text-and-icons-fullwhite, #ffffff));
|
|
989
989
|
}
|
|
990
990
|
.ScBadges_scBadges.ScBadges_style-solid.ScBadges_variant-warning {
|
|
991
991
|
background: var(--alias-fill-warning-solidactive, #b57200);
|
|
@@ -1005,31 +1005,31 @@
|
|
|
1005
1005
|
border-color: var(--alias-border-strong, #5c5c5c);
|
|
1006
1006
|
}
|
|
1007
1007
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-default .ScBadges_badge {
|
|
1008
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
1008
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
1009
1009
|
}
|
|
1010
1010
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-success {
|
|
1011
1011
|
border-color: var(--alias-border-successplus, #00351f);
|
|
1012
1012
|
}
|
|
1013
1013
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-success .ScBadges_badge {
|
|
1014
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
1014
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
1015
1015
|
}
|
|
1016
1016
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-warning {
|
|
1017
1017
|
border-color: var(--alias-border-warningplus, #382300);
|
|
1018
1018
|
}
|
|
1019
1019
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-warning .ScBadges_badge {
|
|
1020
|
-
color: var(--alias-text-and-icons-warning, #db8b00);
|
|
1020
|
+
color: var(--alias-text---icons-warning, var(--alias-text-and-icons-warning, #db8b00));
|
|
1021
1021
|
}
|
|
1022
1022
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-error {
|
|
1023
1023
|
border-color: var(--alias-border-errorplus, #3b0808);
|
|
1024
1024
|
}
|
|
1025
1025
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-error .ScBadges_badge {
|
|
1026
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
1026
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
1027
1027
|
}
|
|
1028
1028
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-info {
|
|
1029
1029
|
border-color: var(--alias-border-infoplus, #071c47);
|
|
1030
1030
|
}
|
|
1031
1031
|
.ScBadges_scBadges.ScBadges_style-opaque.ScBadges_variant-info .ScBadges_badge {
|
|
1032
|
-
color: var(--alias-text-and-icons-info, #155cd6);
|
|
1032
|
+
color: var(--alias-text---icons-info, var(--alias-text-and-icons-info, #155cd6));
|
|
1033
1033
|
}
|
|
1034
1034
|
|
|
1035
1035
|
/* src/SC-Billing logs table header/ScBillingLogsTableHeader.module.css */
|
|
@@ -1071,7 +1071,7 @@
|
|
|
1071
1071
|
position: relative;
|
|
1072
1072
|
}
|
|
1073
1073
|
.ScHeader_headerText {
|
|
1074
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
1074
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
1075
1075
|
text-align: left;
|
|
1076
1076
|
font-family: var(--font-family-font-family-body, "Inter-Regular", sans-serif);
|
|
1077
1077
|
font-size: var(--font-size-font-size-xs, 0.75rem);
|
|
@@ -1112,7 +1112,7 @@
|
|
|
1112
1112
|
position: relative;
|
|
1113
1113
|
}
|
|
1114
1114
|
.ScBillingLogsTableList_customerName {
|
|
1115
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1115
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1116
1116
|
text-align: left;
|
|
1117
1117
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
1118
1118
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
white-space: nowrap;
|
|
1126
1126
|
}
|
|
1127
1127
|
.ScBillingLogsTableList_userName {
|
|
1128
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1128
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1129
1129
|
text-align: left;
|
|
1130
1130
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
1131
1131
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
white-space: nowrap;
|
|
1139
1139
|
}
|
|
1140
1140
|
.ScBillingLogsTableList_date {
|
|
1141
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1141
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1142
1142
|
text-align: left;
|
|
1143
1143
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
1144
1144
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
white-space: nowrap;
|
|
1152
1152
|
}
|
|
1153
1153
|
.ScBillingLogsTableList_usage {
|
|
1154
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
1154
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
1155
1155
|
text-align: left;
|
|
1156
1156
|
font-family: var( --text-text-md-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
1157
1157
|
font-size: var(--text-text-md-semibold-font-size, 1rem);
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
white-space: nowrap;
|
|
1165
1165
|
}
|
|
1166
1166
|
.ScBillingLogsTableList_cost {
|
|
1167
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1167
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1168
1168
|
text-align: left;
|
|
1169
1169
|
font-family: var( --text-text-md-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
1170
1170
|
font-size: var(--text-text-md-semibold-font-size, 1rem);
|
|
@@ -1193,10 +1193,10 @@
|
|
|
1193
1193
|
align-items: center;
|
|
1194
1194
|
justify-content: flex-start;
|
|
1195
1195
|
position: relative;
|
|
1196
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1196
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1197
1197
|
}
|
|
1198
1198
|
.ScBillingHistoryTableList_invoiceNumber {
|
|
1199
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1199
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1200
1200
|
text-align: left;
|
|
1201
1201
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
1202
1202
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -1209,7 +1209,7 @@
|
|
|
1209
1209
|
white-space: nowrap;
|
|
1210
1210
|
}
|
|
1211
1211
|
.ScBillingHistoryTableList_amount {
|
|
1212
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
1212
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
1213
1213
|
text-align: left;
|
|
1214
1214
|
font-family: var( --text-text-md-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
1215
1215
|
font-size: var(--text-text-md-semibold-font-size, 1rem);
|
|
@@ -1222,7 +1222,7 @@
|
|
|
1222
1222
|
white-space: nowrap;
|
|
1223
1223
|
}
|
|
1224
1224
|
.ScBillingHistoryTableList_date {
|
|
1225
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1225
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1226
1226
|
text-align: left;
|
|
1227
1227
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
1228
1228
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
position: relative;
|
|
1255
1255
|
}
|
|
1256
1256
|
.ScPairtext_content {
|
|
1257
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1257
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1258
1258
|
text-align: left;
|
|
1259
1259
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
1260
1260
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -1362,7 +1362,7 @@
|
|
|
1362
1362
|
z-index: 1;
|
|
1363
1363
|
}
|
|
1364
1364
|
.ScButton_label {
|
|
1365
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
1365
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
1366
1366
|
text-align: left;
|
|
1367
1367
|
font-family: var( --text-text-md-medium-font-family, "Inter-Medium", sans-serif );
|
|
1368
1368
|
font-size: var(--text-text-md-medium-font-size, 1rem);
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
}
|
|
1421
1421
|
.ScButton_scButton.ScButton_type-primary.ScButton_variant-error .ScButton_label,
|
|
1422
1422
|
.ScButton_scButton.ScButton_type-primary.ScButton_variant-error .ScButton_container {
|
|
1423
|
-
color: var(--alias-text-and-icons-fullwhite, #ffffff);
|
|
1423
|
+
color: var(--alias-text---icons-fullwhite, var(--alias-text-and-icons-fullwhite, #ffffff));
|
|
1424
1424
|
}
|
|
1425
1425
|
.ScButton_scButton.ScButton_type-secondary {
|
|
1426
1426
|
border-style: solid;
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
}
|
|
1434
1434
|
.ScButton_scButton.ScButton_type-secondary .ScButton_label,
|
|
1435
1435
|
.ScButton_scButton.ScButton_type-secondary .ScButton_container {
|
|
1436
|
-
color: var(--alias-text-and-icons-errorcont, #eb6b6b);
|
|
1436
|
+
color: var(--alias-text---icons-errorcont, var(--alias-text-and-icons-errorcont, #eb6b6b));
|
|
1437
1437
|
}
|
|
1438
1438
|
.ScButton_scButton.ScButton_type-secondary:hover,
|
|
1439
1439
|
.ScButton_scButton.ScButton_state-hover.ScButton_type-secondary {
|
|
@@ -1448,16 +1448,16 @@
|
|
|
1448
1448
|
background: var(--alias-fill-base-base, #f5f5f5);
|
|
1449
1449
|
}
|
|
1450
1450
|
.ScButton_scButton.ScButton_variant-secondary .ScButton_label {
|
|
1451
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
1451
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
1452
1452
|
}
|
|
1453
1453
|
.ScButton_scButton.ScButton_variant-secondary .ScButton_container {
|
|
1454
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
1454
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
1455
1455
|
}
|
|
1456
1456
|
.ScButton_scButton.ScButton_variant-tertiary .ScButton_label,
|
|
1457
1457
|
.ScButton_scButton.ScButton_variant-outline .ScButton_label,
|
|
1458
1458
|
.ScButton_scButton.ScButton_variant-tertiary .ScButton_container,
|
|
1459
1459
|
.ScButton_scButton.ScButton_variant-outline .ScButton_container {
|
|
1460
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1460
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1461
1461
|
}
|
|
1462
1462
|
.ScButton_scButton.ScButton_state-default.ScButton_variant-tertiary,
|
|
1463
1463
|
.ScButton_scButton.ScButton_state-disabled.ScButton_variant-tertiary,
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
}
|
|
1470
1470
|
.ScButton_scButton.ScButton_type-tertiary .ScButton_label,
|
|
1471
1471
|
.ScButton_scButton.ScButton_type-tertiary .ScButton_container {
|
|
1472
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
1472
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
1473
1473
|
}
|
|
1474
1474
|
.ScButton_scButton.ScButton_type-tertiary:hover,
|
|
1475
1475
|
.ScButton_scButton.ScButton_state-hover.ScButton_type-tertiary {
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
}
|
|
1503
1503
|
.ScButton_scButton.ScButton_variant-mono .ScButton_label,
|
|
1504
1504
|
.ScButton_scButton.ScButton_variant-mono .ScButton_container {
|
|
1505
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
1505
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
1506
1506
|
}
|
|
1507
1507
|
.ScButton_scButton.ScButton_variant-mono:hover,
|
|
1508
1508
|
.ScButton_scButton.ScButton_state-hover.ScButton_variant-mono {
|
|
@@ -1790,7 +1790,7 @@
|
|
|
1790
1790
|
position: relative;
|
|
1791
1791
|
}
|
|
1792
1792
|
.ScCalendar_monthYear {
|
|
1793
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1793
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
1794
1794
|
text-align: left;
|
|
1795
1795
|
font-family: var( --text-text-md-regular-font-family, "Inter-Regular", sans-serif );
|
|
1796
1796
|
font-size: var(--text-text-md-regular-font-size, 1rem);
|
|
@@ -2031,7 +2031,7 @@
|
|
|
2031
2031
|
position: relative;
|
|
2032
2032
|
}
|
|
2033
2033
|
.ScCalendarDateComps_date {
|
|
2034
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2034
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2035
2035
|
text-align: center;
|
|
2036
2036
|
font-family: var( --text-text-md-regular-font-family, "Inter-Regular", sans-serif );
|
|
2037
2037
|
font-size: var(--text-text-md-regular-font-size, 1rem);
|
|
@@ -2045,7 +2045,7 @@
|
|
|
2045
2045
|
}
|
|
2046
2046
|
.ScCalendarDateComps_scCalendarDateComps.ScCalendarDateComps_state-today {
|
|
2047
2047
|
border-style: solid;
|
|
2048
|
-
border-color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2048
|
+
border-color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
2049
2049
|
border-width: 0rem 0rem 0.0625rem 0rem;
|
|
2050
2050
|
}
|
|
2051
2051
|
.ScCalendarDateComps_scCalendarDateComps.ScCalendarDateComps_state-range-start {
|
|
@@ -2093,13 +2093,13 @@
|
|
|
2093
2093
|
align-self: stretch;
|
|
2094
2094
|
flex-shrink: 0;
|
|
2095
2095
|
position: relative;
|
|
2096
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2096
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2097
2097
|
}
|
|
2098
2098
|
.ScCreditsUsageCard_scPairtextInstance {
|
|
2099
2099
|
flex: 1 !important;
|
|
2100
2100
|
}
|
|
2101
2101
|
.ScCreditsUsageCard_usageText {
|
|
2102
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2102
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2103
2103
|
text-align: right;
|
|
2104
2104
|
font-family: var( --lead-text-lead-text-xs-medium-font-family, "Inter-Medium", sans-serif );
|
|
2105
2105
|
font-size: var(--lead-text-lead-text-xs-medium-font-size, 1.125rem);
|
|
@@ -2128,7 +2128,7 @@
|
|
|
2128
2128
|
width: unset !important;
|
|
2129
2129
|
}
|
|
2130
2130
|
.ScCreditsUsageCard_remainingText {
|
|
2131
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2131
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
2132
2132
|
text-align: right;
|
|
2133
2133
|
font-family: var( --text-text-md-regular-font-family, "Inter-Regular", sans-serif );
|
|
2134
2134
|
font-size: var(--font-size-font-size-md, 1rem);
|
|
@@ -2151,7 +2151,7 @@
|
|
|
2151
2151
|
left: 50%;
|
|
2152
2152
|
transform: translateX(-50%);
|
|
2153
2153
|
background: var(--alias-surface-raised, #242424);
|
|
2154
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2154
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2155
2155
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
2156
2156
|
font-size: var(--font-size-font-size-xs, 0.75rem);
|
|
2157
2157
|
line-height: var(--line-height-line-height-xs, 1.125rem);
|
|
@@ -2231,7 +2231,7 @@
|
|
|
2231
2231
|
text-overflow: ellipsis;
|
|
2232
2232
|
white-space: nowrap;
|
|
2233
2233
|
text-align: center;
|
|
2234
|
-
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2234
|
+
color: var(--alias-text---icons-primary, var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5)));
|
|
2235
2235
|
font-family: inherit;
|
|
2236
2236
|
font-size: var(--font-size-font-size-md, 1rem);
|
|
2237
2237
|
font-weight: 500;
|
|
@@ -2277,7 +2277,7 @@
|
|
|
2277
2277
|
aspect-ratio: 1;
|
|
2278
2278
|
}
|
|
2279
2279
|
.ScGoogleSignIn_signInText {
|
|
2280
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2280
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2281
2281
|
text-align: left;
|
|
2282
2282
|
font-family: var( --text-text-md-medium-font-family, "Inter-Medium", sans-serif );
|
|
2283
2283
|
font-size: var(--text-text-md-medium-font-size, 1rem);
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
}
|
|
2295
2295
|
.ScGoogleSignIn_scGoogleSignIn:hover .ScGoogleSignIn_signInText,
|
|
2296
2296
|
.ScGoogleSignIn_scGoogleSignIn.ScGoogleSignIn_hover-true .ScGoogleSignIn_signInText {
|
|
2297
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
2297
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
2298
2298
|
}
|
|
2299
2299
|
|
|
2300
2300
|
/* src/SC-Intial Profile Cover/ScIntialProfileCover.module.css */
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
aspect-ratio: 1;
|
|
2318
2318
|
}
|
|
2319
2319
|
.ScIntialProfileCover_initials {
|
|
2320
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2320
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2321
2321
|
text-align: center;
|
|
2322
2322
|
font-family: var( --text-text-md-medium-font-family, "Inter-Medium", sans-serif );
|
|
2323
2323
|
font-size: var(--text-text-md-medium-font-size, 1rem);
|
|
@@ -2411,7 +2411,7 @@
|
|
|
2411
2411
|
position: relative;
|
|
2412
2412
|
}
|
|
2413
2413
|
.ScMenuOptions_content {
|
|
2414
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2414
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2415
2415
|
text-align: left;
|
|
2416
2416
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
2417
2417
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -2426,7 +2426,7 @@
|
|
|
2426
2426
|
.ScMenuOptions_scMenuOptions.ScMenuOptions_hover-false .ScMenuOptions_content2,
|
|
2427
2427
|
.ScMenuOptions_scMenuOptions:hover .ScMenuOptions_content2,
|
|
2428
2428
|
.ScMenuOptions_scMenuOptions.ScMenuOptions_hover-true .ScMenuOptions_content2 {
|
|
2429
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
2429
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
2430
2430
|
text-align: right;
|
|
2431
2431
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2432
2432
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -2438,7 +2438,7 @@
|
|
|
2438
2438
|
white-space: nowrap;
|
|
2439
2439
|
}
|
|
2440
2440
|
.ScMenuOptions_scMenuOptions.ScMenuOptions_variant-error .ScMenuOptions_content {
|
|
2441
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
2441
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
2442
2442
|
}
|
|
2443
2443
|
.ScMenuOptions_scMenuOptions.ScMenuOptions_variant-default:hover,
|
|
2444
2444
|
.ScMenuOptions_scMenuOptions.ScMenuOptions_hover-true.ScMenuOptions_variant-default,
|
|
@@ -2500,7 +2500,7 @@
|
|
|
2500
2500
|
align-self: stretch;
|
|
2501
2501
|
flex-shrink: 0;
|
|
2502
2502
|
position: relative;
|
|
2503
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2503
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2504
2504
|
}
|
|
2505
2505
|
.ScPlanDetailsCard_scPairtextInstance {
|
|
2506
2506
|
flex: 1 !important;
|
|
@@ -2519,11 +2519,11 @@
|
|
|
2519
2519
|
width: 0.25rem;
|
|
2520
2520
|
height: 0.25rem;
|
|
2521
2521
|
border-radius: var(--radius-full, 999px);
|
|
2522
|
-
background: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2522
|
+
background: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
2523
2523
|
flex-shrink: 0;
|
|
2524
2524
|
}
|
|
2525
2525
|
.ScPlanDetailsCard_badgeSubText {
|
|
2526
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2526
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
2527
2527
|
font-family: var(--text-text-sm-medium-font-family, "Inter-Medium", sans-serif);
|
|
2528
2528
|
font-size: var(--text-text-sm-medium-font-size, 0.875rem);
|
|
2529
2529
|
line-height: var(--text-text-sm-medium-line-height, 1.25rem);
|
|
@@ -2562,7 +2562,7 @@
|
|
|
2562
2562
|
align-self: stretch;
|
|
2563
2563
|
}
|
|
2564
2564
|
.ScPlanDetailsCard_planName {
|
|
2565
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2565
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2566
2566
|
font-family: var( --lead-text-lead-text-xs-medium-font-family, "Inter-Medium", sans-serif );
|
|
2567
2567
|
font-size: var(--font-size-font-size-lg, 1.125rem);
|
|
2568
2568
|
line-height: var(--line-height-line-height-lg, 1.625rem);
|
|
@@ -2583,10 +2583,10 @@
|
|
|
2583
2583
|
width: 0.25rem;
|
|
2584
2584
|
height: 0.25rem;
|
|
2585
2585
|
border-radius: var(--radius-full, 999px);
|
|
2586
|
-
background: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2586
|
+
background: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
2587
2587
|
}
|
|
2588
2588
|
.ScPlanDetailsCard_planPrice {
|
|
2589
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2589
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
2590
2590
|
text-align: left;
|
|
2591
2591
|
font-family: var( --text-text-sm-medium-font-family, "Inter-Medium", sans-serif );
|
|
2592
2592
|
font-size: var(--text-text-sm-medium-font-size, 0.875rem);
|
|
@@ -2679,7 +2679,7 @@
|
|
|
2679
2679
|
position: relative;
|
|
2680
2680
|
}
|
|
2681
2681
|
.ScProfile_userName {
|
|
2682
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2682
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2683
2683
|
text-align: left;
|
|
2684
2684
|
font-family: var( --text-text-sm-medium-font-family, "Inter-Medium", sans-serif );
|
|
2685
2685
|
font-size: var(--text-text-sm-medium-font-size, 0.875rem);
|
|
@@ -2692,7 +2692,7 @@
|
|
|
2692
2692
|
white-space: nowrap;
|
|
2693
2693
|
}
|
|
2694
2694
|
.ScProfile_userDescription {
|
|
2695
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2695
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
2696
2696
|
text-align: left;
|
|
2697
2697
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2698
2698
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -2756,7 +2756,7 @@
|
|
|
2756
2756
|
align-items: center;
|
|
2757
2757
|
justify-content: center;
|
|
2758
2758
|
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
2759
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2759
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2760
2760
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
2761
2761
|
font-size: var(--font-size-font-size-xxl, 1.75rem);
|
|
2762
2762
|
font-weight: 500;
|
|
@@ -2930,7 +2930,7 @@
|
|
|
2930
2930
|
position: relative;
|
|
2931
2931
|
}
|
|
2932
2932
|
.ScWorkspace_userName {
|
|
2933
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2933
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
2934
2934
|
text-align: left;
|
|
2935
2935
|
font-family: var( --text-text-sm-medium-font-family, "Inter-Medium", sans-serif );
|
|
2936
2936
|
font-size: var(--text-text-sm-medium-font-size, 0.875rem);
|
|
@@ -2943,7 +2943,7 @@
|
|
|
2943
2943
|
white-space: nowrap;
|
|
2944
2944
|
}
|
|
2945
2945
|
.ScWorkspace_userRole {
|
|
2946
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2946
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
2947
2947
|
text-align: left;
|
|
2948
2948
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2949
2949
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -2991,7 +2991,7 @@
|
|
|
2991
2991
|
position: relative;
|
|
2992
2992
|
}
|
|
2993
2993
|
.ScTabComp_tabText {
|
|
2994
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
2994
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
2995
2995
|
text-align: center;
|
|
2996
2996
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
2997
2997
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -3022,7 +3022,7 @@
|
|
|
3022
3022
|
background: var(--alias-fill-base-basehover, #bfbfbf);
|
|
3023
3023
|
}
|
|
3024
3024
|
.ScTabComp_scTabComp.ScTabComp_active-true .ScTabComp_tabText {
|
|
3025
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
3025
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
3026
3026
|
font-family: var( --text-text-sm-medium-font-family, "Inter-Medium", sans-serif );
|
|
3027
3027
|
font-size: var(--text-text-sm-medium-font-size, 0.875rem);
|
|
3028
3028
|
line-height: var(--text-text-sm-medium-line-height, 1.25rem);
|
|
@@ -3133,7 +3133,7 @@
|
|
|
3133
3133
|
position: relative;
|
|
3134
3134
|
}
|
|
3135
3135
|
.ScTextField_label {
|
|
3136
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
3136
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
3137
3137
|
text-align: left;
|
|
3138
3138
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
3139
3139
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -3161,10 +3161,10 @@
|
|
|
3161
3161
|
height: 3rem;
|
|
3162
3162
|
position: relative;
|
|
3163
3163
|
overflow: hidden;
|
|
3164
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
3164
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
3165
3165
|
}
|
|
3166
3166
|
.ScTextField_inputText {
|
|
3167
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
3167
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
3168
3168
|
text-align: left;
|
|
3169
3169
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
3170
3170
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -3184,7 +3184,7 @@
|
|
|
3184
3184
|
white-space: nowrap;
|
|
3185
3185
|
}
|
|
3186
3186
|
.ScTextField_scTextField.ScTextField_label-group-text .ScTextField_info {
|
|
3187
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
3187
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
3188
3188
|
text-align: right;
|
|
3189
3189
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
3190
3190
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -3206,7 +3206,7 @@
|
|
|
3206
3206
|
border-color: var(--alias-border-default, transparent);
|
|
3207
3207
|
}
|
|
3208
3208
|
.ScTextField_scTextField.ScTextField_state-filled .ScTextField_inputText {
|
|
3209
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
3209
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3210
3210
|
}
|
|
3211
3211
|
.ScTextField_scTextField.ScTextField_state-active .ScTextField_inputContainer {
|
|
3212
3212
|
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
@@ -3215,18 +3215,18 @@
|
|
|
3215
3215
|
border-width: 0.0625rem;
|
|
3216
3216
|
}
|
|
3217
3217
|
.ScTextField_scTextField.ScTextField_state-active .ScTextField_inputText {
|
|
3218
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
3218
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3219
3219
|
}
|
|
3220
3220
|
.ScTextField_ScTextField_labelContainer,
|
|
3221
3221
|
.ScTextField_scTextField.ScTextField_label-group-none .ScTextField_labelContainer {
|
|
3222
3222
|
display: none;
|
|
3223
3223
|
}
|
|
3224
3224
|
.ScTextField_required {
|
|
3225
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
3225
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
3226
3226
|
margin-left: 0.125rem;
|
|
3227
3227
|
}
|
|
3228
3228
|
.ScTextField_desc {
|
|
3229
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
3229
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
3230
3230
|
text-align: left;
|
|
3231
3231
|
font-family: var(--text-text-xs-regular-font-family, "Inter-Regular", sans-serif);
|
|
3232
3232
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -3288,7 +3288,7 @@
|
|
|
3288
3288
|
max-height: 100px;
|
|
3289
3289
|
overflow-y: auto;
|
|
3290
3290
|
line-height: 1.4;
|
|
3291
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
3291
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3292
3292
|
}
|
|
3293
3293
|
|
|
3294
3294
|
/* src/SC-Role/ScRole.module.css */
|
|
@@ -3313,7 +3313,7 @@
|
|
|
3313
3313
|
position: relative;
|
|
3314
3314
|
}
|
|
3315
3315
|
.ScRole_role {
|
|
3316
|
-
color: var(--alias-text-and-icons-infocont, #6da5ff);
|
|
3316
|
+
color: var(--alias-text---icons-infocont, var(--alias-text-and-icons-infocont, #6da5ff));
|
|
3317
3317
|
text-align: left;
|
|
3318
3318
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
3319
3319
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
border-color: var(--alias-border-strong, #5c5c5c);
|
|
3327
3327
|
}
|
|
3328
3328
|
.ScRole_scRole.ScRole_type-member .ScRole_role {
|
|
3329
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
3329
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
3330
3330
|
}
|
|
3331
3331
|
|
|
3332
3332
|
/* src/SC-Sidebar/ScSidebar.module.css */
|
|
@@ -3409,7 +3409,7 @@
|
|
|
3409
3409
|
position: relative;
|
|
3410
3410
|
}
|
|
3411
3411
|
.ScSidebar_content {
|
|
3412
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
3412
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
3413
3413
|
text-align: left;
|
|
3414
3414
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
3415
3415
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -3561,7 +3561,7 @@
|
|
|
3561
3561
|
flex-shrink: 0;
|
|
3562
3562
|
}
|
|
3563
3563
|
.ScSidebarMenu_content {
|
|
3564
|
-
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
3564
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
|
|
3565
3565
|
text-align: left;
|
|
3566
3566
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
3567
3567
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -3587,17 +3587,17 @@
|
|
|
3587
3587
|
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
3588
3588
|
}
|
|
3589
3589
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-active .ScSidebarMenu_content {
|
|
3590
|
-
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3590
|
+
color: var(--alias-text---icons-primary, var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5)));
|
|
3591
3591
|
}
|
|
3592
3592
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-highlight .ScSidebarMenu_content {
|
|
3593
|
-
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3593
|
+
color: var(--alias-text---icons-primary, var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5)));
|
|
3594
3594
|
}
|
|
3595
3595
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-active {
|
|
3596
3596
|
background: var(--alias-surface-canvas, #0B0B0B);
|
|
3597
3597
|
box-shadow: inset 0 0 0 0.5px var(--alias-border-subtle, #242424);
|
|
3598
3598
|
}
|
|
3599
3599
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-active .ScSidebarMenu_content {
|
|
3600
|
-
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3600
|
+
color: var(--alias-text---icons-primary, var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5)));
|
|
3601
3601
|
}
|
|
3602
3602
|
.ScSidebarMenu_scSidebarMenu:hover,
|
|
3603
3603
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-hover {
|
|
@@ -3689,7 +3689,7 @@
|
|
|
3689
3689
|
position: relative;
|
|
3690
3690
|
}
|
|
3691
3691
|
.ScVersion_content {
|
|
3692
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
3692
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
3693
3693
|
text-align: left;
|
|
3694
3694
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
3695
3695
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -4241,7 +4241,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4241
4241
|
.ScArtifaxSidebar_sectionLabel {
|
|
4242
4242
|
flex: 1 1 0;
|
|
4243
4243
|
min-width: 0;
|
|
4244
|
-
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4244
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
|
|
4245
4245
|
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4246
4246
|
font-size: 0.625rem;
|
|
4247
4247
|
line-height: 1.25rem;
|
|
@@ -4256,7 +4256,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4256
4256
|
width: 1rem;
|
|
4257
4257
|
height: 1rem;
|
|
4258
4258
|
flex-shrink: 0;
|
|
4259
|
-
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4259
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
|
|
4260
4260
|
}
|
|
4261
4261
|
.ScArtifaxSidebar_profileRow {
|
|
4262
4262
|
display: flex;
|
|
@@ -4356,7 +4356,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4356
4356
|
font-size: 0.875rem;
|
|
4357
4357
|
font-weight: 500;
|
|
4358
4358
|
line-height: 1.25rem;
|
|
4359
|
-
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
4359
|
+
color: var(--alias-text---icons-primary, var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5)));
|
|
4360
4360
|
overflow: hidden;
|
|
4361
4361
|
text-overflow: ellipsis;
|
|
4362
4362
|
white-space: nowrap;
|
|
@@ -4366,7 +4366,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4366
4366
|
font-size: 0.75rem;
|
|
4367
4367
|
font-weight: 400;
|
|
4368
4368
|
line-height: 1.125rem;
|
|
4369
|
-
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4369
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
|
|
4370
4370
|
overflow: hidden;
|
|
4371
4371
|
text-overflow: ellipsis;
|
|
4372
4372
|
white-space: nowrap;
|
|
@@ -4418,7 +4418,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4418
4418
|
content: "";
|
|
4419
4419
|
width: 0.625rem;
|
|
4420
4420
|
height: 0.625rem;
|
|
4421
|
-
border: 1px dashed var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4421
|
+
border: 1px dashed var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
|
|
4422
4422
|
border-radius: var(--radius-full, 999px);
|
|
4423
4423
|
}
|
|
4424
4424
|
.ScArtifaxSidebar_versionText {
|
|
@@ -4564,7 +4564,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4564
4564
|
flex: 1 0 0;
|
|
4565
4565
|
min-width: 0;
|
|
4566
4566
|
position: relative;
|
|
4567
|
-
font-family: var(--
|
|
4567
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4568
4568
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
4569
4569
|
text-align: left;
|
|
4570
4570
|
}
|
|
@@ -4690,7 +4690,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4690
4690
|
display: inline-flex;
|
|
4691
4691
|
align-items: center;
|
|
4692
4692
|
justify-content: center;
|
|
4693
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
4693
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
4694
4694
|
}
|
|
4695
4695
|
.ScSideBarLogoUnit_scSideBarLogoUnit.ScSideBarLogoUnit_collapsed {
|
|
4696
4696
|
width: auto;
|
|
@@ -4760,7 +4760,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4760
4760
|
font-size: var(--font-size-font-size-md, 1rem);
|
|
4761
4761
|
font-weight: 500;
|
|
4762
4762
|
line-height: var(--line-height-line-height-md, 1.5rem);
|
|
4763
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
4763
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
4764
4764
|
width: 100%;
|
|
4765
4765
|
margin: 0;
|
|
4766
4766
|
}
|
|
@@ -4769,7 +4769,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4769
4769
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4770
4770
|
font-weight: 400;
|
|
4771
4771
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4772
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4772
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4773
4773
|
width: 100%;
|
|
4774
4774
|
margin: 0;
|
|
4775
4775
|
}
|
|
@@ -4790,7 +4790,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4790
4790
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4791
4791
|
font-weight: 400;
|
|
4792
4792
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4793
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4793
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4794
4794
|
white-space: nowrap;
|
|
4795
4795
|
}
|
|
4796
4796
|
.ScGuide_skipButton {
|
|
@@ -4802,7 +4802,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4802
4802
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4803
4803
|
font-weight: 400;
|
|
4804
4804
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4805
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4805
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4806
4806
|
white-space: nowrap;
|
|
4807
4807
|
}
|
|
4808
4808
|
.ScGuide_skipButton:disabled {
|
|
@@ -4887,7 +4887,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4887
4887
|
position: relative;
|
|
4888
4888
|
}
|
|
4889
4889
|
.ScSlider_progressDot2 {
|
|
4890
|
-
background: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
4890
|
+
background: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
4891
4891
|
border-radius: var(--radius-full, 62.4375rem);
|
|
4892
4892
|
flex-shrink: 0;
|
|
4893
4893
|
width: 0.5rem;
|
|
@@ -4945,7 +4945,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4945
4945
|
position: relative;
|
|
4946
4946
|
}
|
|
4947
4947
|
.ScAppListingCard_title {
|
|
4948
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
4948
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
4949
4949
|
text-align: left;
|
|
4950
4950
|
font-family: var( --text-text-md-medium-font-family, "Inter-Medium", sans-serif );
|
|
4951
4951
|
font-size: var(--text-text-md-medium-font-size, 1rem);
|
|
@@ -4955,7 +4955,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4955
4955
|
flex: 1;
|
|
4956
4956
|
}
|
|
4957
4957
|
.ScAppListingCard_description {
|
|
4958
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4958
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4959
4959
|
text-align: left;
|
|
4960
4960
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
4961
4961
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -5002,7 +5002,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5002
5002
|
justify-content: flex-start;
|
|
5003
5003
|
flex-shrink: 0;
|
|
5004
5004
|
position: relative;
|
|
5005
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5005
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5006
5006
|
}
|
|
5007
5007
|
.ScAppCard_textContainer {
|
|
5008
5008
|
display: flex;
|
|
@@ -5014,7 +5014,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5014
5014
|
position: relative;
|
|
5015
5015
|
}
|
|
5016
5016
|
.ScAppCard_title {
|
|
5017
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5017
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5018
5018
|
text-align: left;
|
|
5019
5019
|
font-family: var( --text-text-sm-medium-font-family, "Inter-Medium", sans-serif );
|
|
5020
5020
|
font-size: var(--text-text-sm-medium-font-size, 0.875rem);
|
|
@@ -5027,7 +5027,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5027
5027
|
white-space: nowrap;
|
|
5028
5028
|
}
|
|
5029
5029
|
.ScAppCard_subtitle {
|
|
5030
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5030
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
5031
5031
|
text-align: left;
|
|
5032
5032
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
5033
5033
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -5130,7 +5130,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5130
5130
|
}
|
|
5131
5131
|
.ScAppCardV3_appName {
|
|
5132
5132
|
flex: 1 0 0;
|
|
5133
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5133
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5134
5134
|
font-family: var( --text-text-md-medium-font-family, "Inter-Medium", sans-serif );
|
|
5135
5135
|
font-size: var(--text-text-md-medium-font-size, 1rem);
|
|
5136
5136
|
line-height: var(--text-text-md-medium-line-height, 1.5rem);
|
|
@@ -5168,14 +5168,14 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5168
5168
|
width: 20px;
|
|
5169
5169
|
height: 20px;
|
|
5170
5170
|
flex-shrink: 0;
|
|
5171
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5171
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5172
5172
|
}
|
|
5173
5173
|
.ScAppCardV3_iconPillIcon > * {
|
|
5174
5174
|
width: 100%;
|
|
5175
5175
|
height: 100%;
|
|
5176
5176
|
}
|
|
5177
5177
|
.ScAppCardV3_description {
|
|
5178
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5178
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
5179
5179
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
5180
5180
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
5181
5181
|
line-height: var(--text-text-xs-regular-line-height, 1.125rem);
|
|
@@ -5267,7 +5267,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5267
5267
|
flex-shrink: 0;
|
|
5268
5268
|
}
|
|
5269
5269
|
.ScBriefCard_description {
|
|
5270
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5270
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5271
5271
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
5272
5272
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
5273
5273
|
line-height: var(--text-text-xs-regular-line-height, 1.125rem);
|
|
@@ -5304,7 +5304,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5304
5304
|
position: relative;
|
|
5305
5305
|
}
|
|
5306
5306
|
.ScAppField_title {
|
|
5307
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5307
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
5308
5308
|
text-align: left;
|
|
5309
5309
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
5310
5310
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -5487,7 +5487,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5487
5487
|
position: relative;
|
|
5488
5488
|
}
|
|
5489
5489
|
.ScCatalogixInvite_scCatalogixInvite.ScCatalogixInvite_active-true .ScCatalogixInvite_storeAccessTitle {
|
|
5490
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5490
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5491
5491
|
text-align: left;
|
|
5492
5492
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
5493
5493
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -5500,7 +5500,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5500
5500
|
white-space: nowrap;
|
|
5501
5501
|
}
|
|
5502
5502
|
.ScCatalogixInvite_scCatalogixInvite.ScCatalogixInvite_active-true .ScCatalogixInvite_selectedCount {
|
|
5503
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
5503
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
5504
5504
|
text-align: right;
|
|
5505
5505
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
5506
5506
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -5564,10 +5564,10 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5564
5564
|
flex-shrink: 0;
|
|
5565
5565
|
height: 3rem;
|
|
5566
5566
|
position: relative;
|
|
5567
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
5567
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
5568
5568
|
}
|
|
5569
5569
|
.ScOnlyField_inputText {
|
|
5570
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5570
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5571
5571
|
text-align: left;
|
|
5572
5572
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
5573
5573
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -5580,7 +5580,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5580
5580
|
justify-content: flex-start;
|
|
5581
5581
|
}
|
|
5582
5582
|
.ScOnlyField_inputText::placeholder {
|
|
5583
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
5583
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
5584
5584
|
}
|
|
5585
5585
|
.ScOnlyField_iconWrapper {
|
|
5586
5586
|
display: flex;
|
|
@@ -5622,7 +5622,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5622
5622
|
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
5623
5623
|
}
|
|
5624
5624
|
.ScOnlyField_scOnlyField.ScOnlyField_state-filled .ScOnlyField_inputText {
|
|
5625
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5625
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5626
5626
|
}
|
|
5627
5627
|
.ScOnlyField_scOnlyField.ScOnlyField_state-ative-focused .ScOnlyField_inputContainer {
|
|
5628
5628
|
border-style: solid;
|
|
@@ -5697,7 +5697,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5697
5697
|
position: relative;
|
|
5698
5698
|
}
|
|
5699
5699
|
.ScCheckField_label {
|
|
5700
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5700
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
5701
5701
|
text-align: left;
|
|
5702
5702
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
5703
5703
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -5756,7 +5756,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5756
5756
|
position: relative;
|
|
5757
5757
|
}
|
|
5758
5758
|
.ScFieldButton_label {
|
|
5759
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5759
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
5760
5760
|
text-align: left;
|
|
5761
5761
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
5762
5762
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -5783,7 +5783,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5783
5783
|
}
|
|
5784
5784
|
.ScFieldButton_scFieldButton:hover .ScFieldButton_label,
|
|
5785
5785
|
.ScFieldButton_scFieldButton.ScFieldButton_state-hover .ScFieldButton_label {
|
|
5786
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5786
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5787
5787
|
}
|
|
5788
5788
|
|
|
5789
5789
|
/* src/SC-pendingAction/ScPendingAction.module.css */
|
|
@@ -5863,7 +5863,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5863
5863
|
position: relative;
|
|
5864
5864
|
}
|
|
5865
5865
|
.ScQuickPrompt_title {
|
|
5866
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5866
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
5867
5867
|
text-align: left;
|
|
5868
5868
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
5869
5869
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
@@ -5882,7 +5882,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5882
5882
|
position: relative;
|
|
5883
5883
|
}
|
|
5884
5884
|
.ScQuickPrompt_heading {
|
|
5885
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
5885
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
5886
5886
|
text-align: left;
|
|
5887
5887
|
font-family: var( --text-text-md-medium-font-family, "Inter-Medium", sans-serif );
|
|
5888
5888
|
font-size: var(--text-text-md-medium-font-size, 1rem);
|
|
@@ -5892,7 +5892,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5892
5892
|
align-self: stretch;
|
|
5893
5893
|
}
|
|
5894
5894
|
.ScQuickPrompt_description {
|
|
5895
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
5895
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
5896
5896
|
text-align: left;
|
|
5897
5897
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
5898
5898
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -5951,7 +5951,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5951
5951
|
width: unset !important;
|
|
5952
5952
|
}
|
|
5953
5953
|
.ScReferralTableList_date {
|
|
5954
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5954
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
5955
5955
|
text-align: left;
|
|
5956
5956
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
5957
5957
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -5968,7 +5968,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
5968
5968
|
align-self: unset !important;
|
|
5969
5969
|
}
|
|
5970
5970
|
.ScReferralTableList_points {
|
|
5971
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
5971
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
5972
5972
|
text-align: left;
|
|
5973
5973
|
font-family: var( --text-text-md-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
5974
5974
|
font-size: var(--text-text-md-semibold-font-size, 1rem);
|
|
@@ -6039,7 +6039,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6039
6039
|
position: relative;
|
|
6040
6040
|
}
|
|
6041
6041
|
.ScTabField_label {
|
|
6042
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
6042
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
6043
6043
|
text-align: left;
|
|
6044
6044
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
6045
6045
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -6144,13 +6144,13 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6144
6144
|
flex-shrink: 0;
|
|
6145
6145
|
width: 11.25rem;
|
|
6146
6146
|
position: relative;
|
|
6147
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6147
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6148
6148
|
}
|
|
6149
6149
|
.ScTableList_scAccessInstance {
|
|
6150
6150
|
flex-shrink: 0 !important;
|
|
6151
6151
|
}
|
|
6152
6152
|
.ScTableList_userName {
|
|
6153
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6153
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6154
6154
|
text-align: left;
|
|
6155
6155
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
6156
6156
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -6163,7 +6163,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6163
6163
|
white-space: nowrap;
|
|
6164
6164
|
}
|
|
6165
6165
|
.ScTableList_date {
|
|
6166
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6166
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6167
6167
|
text-align: left;
|
|
6168
6168
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
6169
6169
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -6236,7 +6236,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6236
6236
|
flex-shrink: 0 !important;
|
|
6237
6237
|
}
|
|
6238
6238
|
.ScWorkspaceCard_workspaceName {
|
|
6239
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6239
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6240
6240
|
text-align: left;
|
|
6241
6241
|
font-family: var( --text-text-md-medium-font-family, "Inter-Medium", sans-serif );
|
|
6242
6242
|
font-size: var(--text-text-md-medium-font-size, 1rem);
|
|
@@ -6363,8 +6363,8 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6363
6363
|
overflow: hidden;
|
|
6364
6364
|
text-overflow: ellipsis;
|
|
6365
6365
|
white-space: nowrap;
|
|
6366
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6367
|
-
font-family: var(--
|
|
6366
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6367
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
6368
6368
|
font-size: var(--font-size-font-size-md, 1rem);
|
|
6369
6369
|
font-weight: 500;
|
|
6370
6370
|
line-height: var(--line-height-line-height-md, 1.5rem);
|
|
@@ -6395,8 +6395,8 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6395
6395
|
white-space: nowrap;
|
|
6396
6396
|
}
|
|
6397
6397
|
.ScWorkspaceSwitchCard_detailLabel {
|
|
6398
|
-
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
6399
|
-
font-family: var(--
|
|
6398
|
+
color: var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
6399
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
6400
6400
|
font-size: var(--font-size-font-size-xs, 0.75rem);
|
|
6401
6401
|
font-weight: 400;
|
|
6402
6402
|
line-height: var(--line-height-line-height-xs, 1.125rem);
|
|
@@ -6404,22 +6404,22 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6404
6404
|
text-overflow: ellipsis;
|
|
6405
6405
|
}
|
|
6406
6406
|
.ScWorkspaceSwitchCard_detailValueRole {
|
|
6407
|
-
color: var(--alias-text-and-icons-warning, #db8b00);
|
|
6408
|
-
font-family: var(--
|
|
6407
|
+
color: var(--alias-text---icons-warning, var(--alias-text-and-icons-warning, #db8b00));
|
|
6408
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
6409
6409
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
6410
6410
|
font-weight: 500;
|
|
6411
6411
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
6412
6412
|
}
|
|
6413
6413
|
.ScWorkspaceSwitchCard_detailValueInfo {
|
|
6414
|
-
color: var(--alias-text-and-icons-info, #2d8fe6);
|
|
6415
|
-
font-family: var(--
|
|
6414
|
+
color: var(--alias-text---icons-info, var(--alias-text-and-icons-info, #2d8fe6));
|
|
6415
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
6416
6416
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
6417
6417
|
font-weight: 500;
|
|
6418
6418
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
6419
6419
|
}
|
|
6420
6420
|
.ScWorkspaceSwitchCard_detailValueSecondary {
|
|
6421
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
6422
|
-
font-family: var(--
|
|
6421
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
6422
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
6423
6423
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
6424
6424
|
font-weight: 400;
|
|
6425
6425
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -6447,7 +6447,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6447
6447
|
background: var(--alias-fill-error-solidactive, #b01717);
|
|
6448
6448
|
border-radius: var(--medium-5, 0.75rem);
|
|
6449
6449
|
cursor: pointer;
|
|
6450
|
-
color: var(--alias-text-and-icons-fullwhite, #ffffff);
|
|
6450
|
+
color: var(--alias-text---icons-fullwhite, var(--alias-text-and-icons-fullwhite, #ffffff));
|
|
6451
6451
|
transition: background-color 0.15s ease;
|
|
6452
6452
|
}
|
|
6453
6453
|
.ScWorkspaceSwitchCard_leaveBtn:hover {
|
|
@@ -6533,7 +6533,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6533
6533
|
cursor: pointer;
|
|
6534
6534
|
text-transform: capitalize;
|
|
6535
6535
|
white-space: nowrap;
|
|
6536
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6536
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6537
6537
|
font-size: 14px;
|
|
6538
6538
|
font-weight: 400;
|
|
6539
6539
|
line-height: 20px;
|
|
@@ -6612,7 +6612,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6612
6612
|
font-weight: 400;
|
|
6613
6613
|
font-size: 1rem;
|
|
6614
6614
|
line-height: 1.375rem;
|
|
6615
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6615
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6616
6616
|
}
|
|
6617
6617
|
.ScPagination_section svg {
|
|
6618
6618
|
cursor: pointer;
|
|
@@ -6625,7 +6625,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6625
6625
|
padding: 0.3125rem 0;
|
|
6626
6626
|
border-radius: 1rem;
|
|
6627
6627
|
background: var(--alias-surface-canvasbase, #1a1a1a);
|
|
6628
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6628
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6629
6629
|
margin: 0 0.5rem;
|
|
6630
6630
|
border: none;
|
|
6631
6631
|
width: 3.75rem;
|
|
@@ -6656,16 +6656,16 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6656
6656
|
flex-shrink: 0;
|
|
6657
6657
|
}
|
|
6658
6658
|
.ScBeacon_success {
|
|
6659
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
6659
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
6660
6660
|
}
|
|
6661
6661
|
.ScBeacon_warning {
|
|
6662
|
-
color: var(--alias-text-and-icons-warning, #db8b00);
|
|
6662
|
+
color: var(--alias-text---icons-warning, var(--alias-text-and-icons-warning, #db8b00));
|
|
6663
6663
|
}
|
|
6664
6664
|
.ScBeacon_error {
|
|
6665
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
6665
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
6666
6666
|
}
|
|
6667
6667
|
.ScBeacon_neutral {
|
|
6668
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
6668
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
6669
6669
|
}
|
|
6670
6670
|
|
|
6671
6671
|
/* src/SC-StoreCard/ScStoreCard.module.css */
|
|
@@ -6708,7 +6708,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6708
6708
|
min-width: 0;
|
|
6709
6709
|
margin: 0;
|
|
6710
6710
|
height: 3.5rem;
|
|
6711
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6711
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6712
6712
|
text-align: left;
|
|
6713
6713
|
font-family: var( --lead-text-lead-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
6714
6714
|
font-size: var(--lead-text-lead-text-xs-regular-font-size, 1.125rem);
|
|
@@ -6737,7 +6737,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6737
6737
|
overflow: hidden;
|
|
6738
6738
|
text-overflow: ellipsis;
|
|
6739
6739
|
white-space: nowrap;
|
|
6740
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
6740
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
6741
6741
|
text-align: left;
|
|
6742
6742
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
6743
6743
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -6749,7 +6749,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6749
6749
|
overflow: hidden;
|
|
6750
6750
|
text-overflow: ellipsis;
|
|
6751
6751
|
white-space: nowrap;
|
|
6752
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
6752
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
6753
6753
|
text-align: right;
|
|
6754
6754
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
6755
6755
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -6774,7 +6774,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6774
6774
|
width: 100%;
|
|
6775
6775
|
}
|
|
6776
6776
|
.ScCatalogixStoreHeader_label {
|
|
6777
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
6777
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
6778
6778
|
text-align: left;
|
|
6779
6779
|
text-transform: uppercase;
|
|
6780
6780
|
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
@@ -6824,7 +6824,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6824
6824
|
.ScCatalogixStoreTableList_name {
|
|
6825
6825
|
flex: 1;
|
|
6826
6826
|
min-width: 0;
|
|
6827
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6827
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6828
6828
|
text-align: left;
|
|
6829
6829
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
6830
6830
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -6847,20 +6847,20 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6847
6847
|
text-overflow: ellipsis;
|
|
6848
6848
|
}
|
|
6849
6849
|
.ScCatalogixStoreTableList_statusSuccess {
|
|
6850
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
6850
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
6851
6851
|
}
|
|
6852
6852
|
.ScCatalogixStoreTableList_statusWarning {
|
|
6853
|
-
color: var(--alias-text-and-icons-warning, #db8b00);
|
|
6853
|
+
color: var(--alias-text---icons-warning, var(--alias-text-and-icons-warning, #db8b00));
|
|
6854
6854
|
}
|
|
6855
6855
|
.ScCatalogixStoreTableList_statusError {
|
|
6856
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
6856
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
6857
6857
|
}
|
|
6858
6858
|
.ScCatalogixStoreTableList_statusNeutral {
|
|
6859
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
6859
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
6860
6860
|
}
|
|
6861
6861
|
.ScCatalogixStoreTableList_cell {
|
|
6862
6862
|
flex-shrink: 0;
|
|
6863
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6863
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6864
6864
|
text-align: left;
|
|
6865
6865
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
6866
6866
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -6915,7 +6915,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6915
6915
|
.ScDefaultCard_title {
|
|
6916
6916
|
margin: 0;
|
|
6917
6917
|
width: 100%;
|
|
6918
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6918
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6919
6919
|
font-family: var(--text-text-md-regular-font-family, "Inter-Regular", sans-serif);
|
|
6920
6920
|
font-size: var(--text-text-md-regular-font-size, 1rem);
|
|
6921
6921
|
line-height: var(--text-text-md-regular-line-height, 1.5rem);
|
|
@@ -6925,7 +6925,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6925
6925
|
.ScDefaultCard_description {
|
|
6926
6926
|
margin: 0;
|
|
6927
6927
|
width: 100%;
|
|
6928
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
6928
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
6929
6929
|
font-family: var(--text-text-xs-regular-font-family, "Inter-Regular", sans-serif);
|
|
6930
6930
|
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
6931
6931
|
line-height: var(--text-text-xs-regular-line-height, 1.125rem);
|
|
@@ -6972,7 +6972,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6972
6972
|
}
|
|
6973
6973
|
.ScValueMappingL1_label {
|
|
6974
6974
|
width: 100%;
|
|
6975
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6975
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
6976
6976
|
font-family: var(--text-text-sm-regular-font-family, "Inter-Regular", sans-serif);
|
|
6977
6977
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
6978
6978
|
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
@@ -6993,7 +6993,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
6993
6993
|
width: 0.5rem;
|
|
6994
6994
|
height: 0.5rem;
|
|
6995
6995
|
border-radius: var(--radius-full, 999px);
|
|
6996
|
-
background: var(--alias-text-and-icons-infocont, #6da5ff);
|
|
6996
|
+
background: var(--alias-text---icons-infocont, var(--alias-text-and-icons-infocont, #6da5ff));
|
|
6997
6997
|
}
|
|
6998
6998
|
|
|
6999
6999
|
/* src/SC-TaxonomyPill/ScTaxonomyPill.module.css */
|
|
@@ -7005,7 +7005,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7005
7005
|
background: var(--alias-fill-neutral-neutralactive, #313131);
|
|
7006
7006
|
border: 0.03125rem solid var(--alias-border-default, #3e3e3e);
|
|
7007
7007
|
border-radius: var(--radius-xl, 0.75rem);
|
|
7008
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7008
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7009
7009
|
display: inline-flex;
|
|
7010
7010
|
flex-direction: column;
|
|
7011
7011
|
align-items: flex-start;
|
|
@@ -7034,7 +7034,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7034
7034
|
padding: var(--spacing-xs, 0.25rem);
|
|
7035
7035
|
}
|
|
7036
7036
|
.ScTaxonomyPill_label {
|
|
7037
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7037
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7038
7038
|
font-family: var(--text-text-sm-regular-font-family, "Inter-Regular", sans-serif);
|
|
7039
7039
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
7040
7040
|
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
@@ -7083,7 +7083,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7083
7083
|
border-color: transparent;
|
|
7084
7084
|
}
|
|
7085
7085
|
.ScSelectionPill_label {
|
|
7086
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7086
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7087
7087
|
font-family: var(--text-text-sm-regular-font-family, "Inter-Regular", sans-serif);
|
|
7088
7088
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
7089
7089
|
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
@@ -7092,7 +7092,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7092
7092
|
text-align: center;
|
|
7093
7093
|
}
|
|
7094
7094
|
.ScSelectionPill_scSelectionPill.ScSelectionPill_state-selected .ScSelectionPill_label {
|
|
7095
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
7095
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
7096
7096
|
}
|
|
7097
7097
|
|
|
7098
7098
|
/* src/SC-SelectionPillGroup/ScSelectionPillGroup.module.css */
|
|
@@ -7141,7 +7141,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7141
7141
|
background: var(--alias-surface-subtle, #1a1a1a);
|
|
7142
7142
|
}
|
|
7143
7143
|
.ScMappingCard_badgeLetter {
|
|
7144
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7144
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7145
7145
|
font-family: var(--text-text-md-medium-font-family, "Inter-Medium", sans-serif);
|
|
7146
7146
|
font-size: var(--text-text-md-medium-font-size, 1rem);
|
|
7147
7147
|
line-height: var(--text-text-md-medium-line-height, 1.5rem);
|
|
@@ -7149,10 +7149,10 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7149
7149
|
text-transform: uppercase;
|
|
7150
7150
|
}
|
|
7151
7151
|
.ScMappingCard_status-confirmed .ScMappingCard_badgeLetter {
|
|
7152
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
7152
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
7153
7153
|
}
|
|
7154
7154
|
.ScMappingCard_status-ignored .ScMappingCard_badgeLetter {
|
|
7155
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
7155
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
7156
7156
|
}
|
|
7157
7157
|
.ScMappingCard_content {
|
|
7158
7158
|
display: flex;
|
|
@@ -7194,7 +7194,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7194
7194
|
.ScMappingCard_columnName {
|
|
7195
7195
|
flex: 1 1 auto;
|
|
7196
7196
|
min-width: 0;
|
|
7197
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7197
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7198
7198
|
font-family: var(--text-text-sm-regular-font-family, "Inter-Regular", sans-serif);
|
|
7199
7199
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
7200
7200
|
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
@@ -7215,7 +7215,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7215
7215
|
border: none;
|
|
7216
7216
|
background: transparent;
|
|
7217
7217
|
cursor: pointer;
|
|
7218
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7218
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7219
7219
|
}
|
|
7220
7220
|
.ScMappingCard_sampleRows {
|
|
7221
7221
|
display: flex;
|
|
@@ -7224,7 +7224,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7224
7224
|
min-width: 0;
|
|
7225
7225
|
}
|
|
7226
7226
|
.ScMappingCard_sampleRow {
|
|
7227
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7227
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7228
7228
|
font-family: var(--text-text-sm-regular-font-family, "Inter-Regular", sans-serif);
|
|
7229
7229
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
7230
7230
|
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
@@ -7243,7 +7243,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7243
7243
|
box-shadow: var(--alias-shadow-sm);
|
|
7244
7244
|
}
|
|
7245
7245
|
.ScMappingCard_status-ignored .ScMappingCard_sourceCollapsed .ScMappingCard_columnName {
|
|
7246
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7246
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7247
7247
|
}
|
|
7248
7248
|
.ScMappingCard_targetRegion {
|
|
7249
7249
|
display: flex;
|
|
@@ -7264,7 +7264,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7264
7264
|
width: 24px;
|
|
7265
7265
|
height: 24px;
|
|
7266
7266
|
display: inline-flex;
|
|
7267
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7267
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7268
7268
|
}
|
|
7269
7269
|
.ScMappingCard_targetBox {
|
|
7270
7270
|
flex: 1 1 auto;
|
|
@@ -7276,7 +7276,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7276
7276
|
background: var(--alias-surface-raised, #242424);
|
|
7277
7277
|
border-radius: var(--radius-3xl, 16px);
|
|
7278
7278
|
box-shadow: var(--alias-shadow-sm);
|
|
7279
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7279
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7280
7280
|
font-family: var(--text-text-sm-regular-font-family, "Inter-Regular", sans-serif);
|
|
7281
7281
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
7282
7282
|
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
@@ -7285,7 +7285,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7285
7285
|
text-overflow: ellipsis;
|
|
7286
7286
|
}
|
|
7287
7287
|
.ScMappingCard_targetBoxDash {
|
|
7288
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7288
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7289
7289
|
}
|
|
7290
7290
|
.ScMappingCard_warning {
|
|
7291
7291
|
display: flex;
|
|
@@ -7299,11 +7299,11 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7299
7299
|
width: 20px;
|
|
7300
7300
|
height: 20px;
|
|
7301
7301
|
display: inline-flex;
|
|
7302
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
7302
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
7303
7303
|
}
|
|
7304
7304
|
.ScMappingCard_warningText {
|
|
7305
7305
|
min-width: 0;
|
|
7306
|
-
color: var(--alias-text-and-icons-errorcont, #eb6b6b);
|
|
7306
|
+
color: var(--alias-text---icons-errorcont, var(--alias-text-and-icons-errorcont, #eb6b6b));
|
|
7307
7307
|
font-family: var(--text-text-sm-regular-font-family, "Inter-Regular", sans-serif);
|
|
7308
7308
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
7309
7309
|
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
@@ -7343,11 +7343,11 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7343
7343
|
.ScMappingCard_ignoreBtn {
|
|
7344
7344
|
background: transparent;
|
|
7345
7345
|
border: 1.25px solid var(--alias-border-default, #3e3e3e);
|
|
7346
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7346
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7347
7347
|
}
|
|
7348
7348
|
.ScMappingCard_whiteBtn {
|
|
7349
7349
|
background: var(--alias-fill-base-base, #f5f5f5);
|
|
7350
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
7350
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
7351
7351
|
}
|
|
7352
7352
|
.ScMappingCard_confirmBtn {
|
|
7353
7353
|
flex: 1 1 auto;
|
|
@@ -7370,15 +7370,15 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7370
7370
|
display: inline-flex;
|
|
7371
7371
|
}
|
|
7372
7372
|
.ScMappingCard_statusSuccess {
|
|
7373
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
7373
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
7374
7374
|
}
|
|
7375
7375
|
.ScMappingCard_statusError {
|
|
7376
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
7376
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
7377
7377
|
}
|
|
7378
7378
|
.ScMappingCard_validityText {
|
|
7379
7379
|
width: 100%;
|
|
7380
7380
|
text-align: left;
|
|
7381
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7381
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7382
7382
|
font-family: var(--text-text-sm-regular-font-family, "Inter-Regular", sans-serif);
|
|
7383
7383
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
7384
7384
|
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
@@ -7409,13 +7409,13 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7409
7409
|
stroke: var(--alias-border-divider, #242424);
|
|
7410
7410
|
}
|
|
7411
7411
|
.ScThinkingStepIcon_scThinkingStepIcon.ScThinkingStepIcon_state-working .ScThinkingStepIcon_stroke {
|
|
7412
|
-
stroke: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7412
|
+
stroke: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7413
7413
|
}
|
|
7414
7414
|
.ScThinkingStepIcon_scThinkingStepIcon.ScThinkingStepIcon_state-completed .ScThinkingStepIcon_stroke {
|
|
7415
|
-
stroke: var(--alias-text-and-icons-success, #00b96b);
|
|
7415
|
+
stroke: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
7416
7416
|
}
|
|
7417
7417
|
.ScThinkingStepIcon_scThinkingStepIcon.ScThinkingStepIcon_state-error .ScThinkingStepIcon_stroke {
|
|
7418
|
-
stroke: var(--alias-text-and-icons-error, #d11a1a);
|
|
7418
|
+
stroke: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
7419
7419
|
}
|
|
7420
7420
|
.ScThinkingStepIcon_spinner {
|
|
7421
7421
|
transform-box: fill-box;
|
|
@@ -7480,7 +7480,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7480
7480
|
font-size: 12px;
|
|
7481
7481
|
line-height: 18px;
|
|
7482
7482
|
letter-spacing: 0;
|
|
7483
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7483
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7484
7484
|
margin: 0;
|
|
7485
7485
|
padding: var(--spacing-xs, 4px) var(--spacing-none, 0) var(--spacing-none, 0) var(--spacing-none, 0);
|
|
7486
7486
|
}
|
|
@@ -7504,7 +7504,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7504
7504
|
font-size: 12px;
|
|
7505
7505
|
line-height: 18px;
|
|
7506
7506
|
letter-spacing: 0;
|
|
7507
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7507
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7508
7508
|
margin: 0;
|
|
7509
7509
|
max-width: 560px;
|
|
7510
7510
|
white-space: nowrap;
|
|
@@ -7521,7 +7521,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7521
7521
|
.ScInChatList_chevronIcon {
|
|
7522
7522
|
width: 12px;
|
|
7523
7523
|
height: 12px;
|
|
7524
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7524
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7525
7525
|
flex-shrink: 0;
|
|
7526
7526
|
}
|
|
7527
7527
|
.ScInChatList_descriptionRow {
|
|
@@ -7540,7 +7540,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7540
7540
|
.ScInChatList_descriptionDot {
|
|
7541
7541
|
width: 20px;
|
|
7542
7542
|
height: 20px;
|
|
7543
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7543
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7544
7544
|
opacity: 0.5;
|
|
7545
7545
|
}
|
|
7546
7546
|
.ScInChatList_descriptionText {
|
|
@@ -7549,7 +7549,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7549
7549
|
font-size: 12px;
|
|
7550
7550
|
line-height: 18px;
|
|
7551
7551
|
letter-spacing: 0;
|
|
7552
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7552
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7553
7553
|
margin: 0;
|
|
7554
7554
|
flex: 1 0 0;
|
|
7555
7555
|
min-width: 0;
|
|
@@ -7571,7 +7571,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7571
7571
|
font-size: 12px;
|
|
7572
7572
|
line-height: 18px;
|
|
7573
7573
|
letter-spacing: 0;
|
|
7574
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7574
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7575
7575
|
margin: 0;
|
|
7576
7576
|
white-space: nowrap;
|
|
7577
7577
|
}
|
|
@@ -7601,7 +7601,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7601
7601
|
font-size: 0.75rem;
|
|
7602
7602
|
line-height: 1.125rem;
|
|
7603
7603
|
letter-spacing: 0;
|
|
7604
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7604
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7605
7605
|
white-space: nowrap;
|
|
7606
7606
|
}
|
|
7607
7607
|
|
|
@@ -7624,7 +7624,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7624
7624
|
width: 100%;
|
|
7625
7625
|
position: relative;
|
|
7626
7626
|
flex-shrink: 0;
|
|
7627
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7627
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7628
7628
|
font-family: "Inter", sans-serif;
|
|
7629
7629
|
font-weight: 400;
|
|
7630
7630
|
font-size: 16px;
|
|
@@ -7694,10 +7694,10 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7694
7694
|
position: relative;
|
|
7695
7695
|
}
|
|
7696
7696
|
.ScSelection_title {
|
|
7697
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7697
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7698
7698
|
}
|
|
7699
7699
|
.ScSelection_description {
|
|
7700
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
7700
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
7701
7701
|
}
|
|
7702
7702
|
.ScSelection_scSelection.ScSelection_state-default {
|
|
7703
7703
|
background: transparent;
|
|
@@ -7738,7 +7738,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7738
7738
|
height: 20px;
|
|
7739
7739
|
padding: 0;
|
|
7740
7740
|
border-radius: 50%;
|
|
7741
|
-
border: 0.5px solid var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
7741
|
+
border: 0.5px solid var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
7742
7742
|
background: transparent;
|
|
7743
7743
|
cursor: pointer;
|
|
7744
7744
|
flex-shrink: 0;
|
|
@@ -7752,7 +7752,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7752
7752
|
.ScSelectionList_closeIcon {
|
|
7753
7753
|
display: block;
|
|
7754
7754
|
flex-shrink: 0;
|
|
7755
|
-
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
7755
|
+
color: var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
7756
7756
|
}
|
|
7757
7757
|
.ScSelectionList_content {
|
|
7758
7758
|
flex: 1 0 0;
|
|
@@ -7775,7 +7775,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7775
7775
|
line-height: 18px;
|
|
7776
7776
|
font-weight: 400;
|
|
7777
7777
|
letter-spacing: 0;
|
|
7778
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7778
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7779
7779
|
white-space: nowrap;
|
|
7780
7780
|
word-break: break-word;
|
|
7781
7781
|
max-width: 560px;
|
|
@@ -7795,20 +7795,20 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7795
7795
|
line-height: 18px;
|
|
7796
7796
|
font-weight: 400;
|
|
7797
7797
|
letter-spacing: 0;
|
|
7798
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7798
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7799
7799
|
white-space: nowrap;
|
|
7800
7800
|
word-break: break-word;
|
|
7801
7801
|
}
|
|
7802
7802
|
.ScSelectionList_scSelectionList.ScSelectionList_state-default .ScSelectionList_checkIcon,
|
|
7803
7803
|
.ScSelectionList_scSelectionList.ScSelectionList_state-default .ScSelectionList_closeIcon {
|
|
7804
|
-
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
7804
|
+
color: var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
7805
7805
|
}
|
|
7806
7806
|
.ScSelectionList_scSelectionList.ScSelectionList_state-approved .ScSelectionList_checkToggle {
|
|
7807
7807
|
border-color: transparent;
|
|
7808
|
-
background: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7808
|
+
background: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7809
7809
|
}
|
|
7810
7810
|
.ScSelectionList_scSelectionList.ScSelectionList_state-approved .ScSelectionList_checkIcon {
|
|
7811
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
7811
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
7812
7812
|
}
|
|
7813
7813
|
.ScSelectionList_scSelectionList.ScSelectionList_state-approved .ScSelectionList_rejectToggle {
|
|
7814
7814
|
opacity: 0.3;
|
|
@@ -7818,7 +7818,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7818
7818
|
background: var(--alias-fill-error-solidhover, #e04444);
|
|
7819
7819
|
}
|
|
7820
7820
|
.ScSelectionList_scSelectionList.ScSelectionList_state-rejected .ScSelectionList_closeIcon {
|
|
7821
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
7821
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
7822
7822
|
}
|
|
7823
7823
|
.ScSelectionList_scSelectionList.ScSelectionList_state-rejected .ScSelectionList_checkToggle {
|
|
7824
7824
|
opacity: 0.3;
|
|
@@ -7866,7 +7866,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7866
7866
|
position: relative;
|
|
7867
7867
|
}
|
|
7868
7868
|
.ScTextArea_label {
|
|
7869
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7869
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7870
7870
|
text-align: left;
|
|
7871
7871
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
7872
7872
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -7880,7 +7880,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7880
7880
|
justify-content: flex-start;
|
|
7881
7881
|
}
|
|
7882
7882
|
.ScTextArea_info {
|
|
7883
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
7883
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
7884
7884
|
text-align: right;
|
|
7885
7885
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
7886
7886
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -7906,10 +7906,10 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7906
7906
|
height: auto;
|
|
7907
7907
|
min-height: 4.5rem;
|
|
7908
7908
|
position: relative;
|
|
7909
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
7909
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
7910
7910
|
}
|
|
7911
7911
|
.ScTextArea_inputText {
|
|
7912
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
7912
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
7913
7913
|
text-align: left;
|
|
7914
7914
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
7915
7915
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -7934,7 +7934,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7934
7934
|
border-color: var(--alias-border-default, transparent);
|
|
7935
7935
|
}
|
|
7936
7936
|
.ScTextArea_scTextArea.ScTextArea_state-filled .ScTextArea_inputText {
|
|
7937
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7937
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7938
7938
|
}
|
|
7939
7939
|
.ScTextArea_scTextArea.ScTextArea_state-active .ScTextArea_inputContainer {
|
|
7940
7940
|
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
@@ -7943,11 +7943,11 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7943
7943
|
border-width: 0.0625rem;
|
|
7944
7944
|
}
|
|
7945
7945
|
.ScTextArea_scTextArea.ScTextArea_state-active .ScTextArea_inputText {
|
|
7946
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
7946
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
7947
7947
|
}
|
|
7948
7948
|
.ScTextArea_scTextArea.ScTextArea_state-error .ScTextArea_inputContainer {
|
|
7949
7949
|
border-style: solid;
|
|
7950
|
-
border-color: var(--alias-text-and-icons-error, #d11a1a);
|
|
7950
|
+
border-color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
7951
7951
|
border-width: 0.0625rem;
|
|
7952
7952
|
}
|
|
7953
7953
|
.ScTextArea_scTextArea.ScTextArea_state-disabled .ScTextArea_inputContainer {
|
|
@@ -7955,7 +7955,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7955
7955
|
border-color: var(--alias-border-subtle, transparent);
|
|
7956
7956
|
}
|
|
7957
7957
|
.ScTextArea_scTextArea.ScTextArea_state-disabled .ScTextArea_inputText {
|
|
7958
|
-
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
7958
|
+
color: var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
7959
7959
|
cursor: not-allowed;
|
|
7960
7960
|
resize: none;
|
|
7961
7961
|
}
|
|
@@ -7986,7 +7986,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
7986
7986
|
height: 1.5rem;
|
|
7987
7987
|
}
|
|
7988
7988
|
.ScSelect_label {
|
|
7989
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
7989
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
7990
7990
|
font-family: Inter, sans-serif;
|
|
7991
7991
|
font-size: 0.875rem;
|
|
7992
7992
|
line-height: 1.25rem;
|
|
@@ -8015,7 +8015,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8015
8015
|
text-align: left;
|
|
8016
8016
|
}
|
|
8017
8017
|
.ScSelect_triggerText {
|
|
8018
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8018
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8019
8019
|
font-family: Inter, sans-serif;
|
|
8020
8020
|
font-size: 0.875rem;
|
|
8021
8021
|
line-height: 1.25rem;
|
|
@@ -8027,13 +8027,13 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8027
8027
|
white-space: nowrap;
|
|
8028
8028
|
}
|
|
8029
8029
|
.ScSelect_triggerText.ScSelect_placeholder {
|
|
8030
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8030
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8031
8031
|
}
|
|
8032
8032
|
.ScSelect_chevron {
|
|
8033
8033
|
display: flex;
|
|
8034
8034
|
align-items: center;
|
|
8035
8035
|
justify-content: center;
|
|
8036
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8036
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8037
8037
|
flex-shrink: 0;
|
|
8038
8038
|
transition: transform 0.15s ease;
|
|
8039
8039
|
}
|
|
@@ -8058,10 +8058,10 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8058
8058
|
border-color: var(--alias-border-subtle, transparent);
|
|
8059
8059
|
}
|
|
8060
8060
|
.ScSelect_scSelect.ScSelect_state-disabled .ScSelect_triggerText {
|
|
8061
|
-
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
8061
|
+
color: var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
8062
8062
|
}
|
|
8063
8063
|
.ScSelect_scSelect.ScSelect_state-disabled .ScSelect_chevron {
|
|
8064
|
-
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
8064
|
+
color: var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
8065
8065
|
}
|
|
8066
8066
|
.ScSelect_menu {
|
|
8067
8067
|
position: absolute;
|
|
@@ -8097,14 +8097,14 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8097
8097
|
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
8098
8098
|
}
|
|
8099
8099
|
.ScSelect_optionLabel {
|
|
8100
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8100
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8101
8101
|
font-family: Inter, sans-serif;
|
|
8102
8102
|
font-size: 0.875rem;
|
|
8103
8103
|
line-height: 1.25rem;
|
|
8104
8104
|
font-weight: 400;
|
|
8105
8105
|
}
|
|
8106
8106
|
.ScSelect_optionDescription {
|
|
8107
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8107
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8108
8108
|
font-family: Inter, sans-serif;
|
|
8109
8109
|
font-size: 0.75rem;
|
|
8110
8110
|
line-height: 1rem;
|
|
@@ -8132,7 +8132,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8132
8132
|
height: 1.5rem;
|
|
8133
8133
|
}
|
|
8134
8134
|
.ScFileField_label {
|
|
8135
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
8135
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
8136
8136
|
font-family: Inter, sans-serif;
|
|
8137
8137
|
font-size: 0.875rem;
|
|
8138
8138
|
line-height: 1.25rem;
|
|
@@ -8169,22 +8169,22 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8169
8169
|
border: 0;
|
|
8170
8170
|
}
|
|
8171
8171
|
.ScFileField_uploadIcon {
|
|
8172
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8172
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8173
8173
|
flex-shrink: 0;
|
|
8174
8174
|
}
|
|
8175
8175
|
.ScFileField_dropzoneText {
|
|
8176
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8176
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8177
8177
|
font-family: Inter, sans-serif;
|
|
8178
8178
|
font-size: 0.875rem;
|
|
8179
8179
|
line-height: 1.25rem;
|
|
8180
8180
|
font-weight: 400;
|
|
8181
8181
|
}
|
|
8182
8182
|
.ScFileField_dropzoneAction {
|
|
8183
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8183
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8184
8184
|
font-weight: 600;
|
|
8185
8185
|
}
|
|
8186
8186
|
.ScFileField_acceptedText {
|
|
8187
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
8187
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
8188
8188
|
font-family: Inter, sans-serif;
|
|
8189
8189
|
font-size: 0.75rem;
|
|
8190
8190
|
line-height: 1rem;
|
|
@@ -8203,7 +8203,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8203
8203
|
overflow: hidden;
|
|
8204
8204
|
}
|
|
8205
8205
|
.ScFileField_fileIcon {
|
|
8206
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8206
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8207
8207
|
flex-shrink: 0;
|
|
8208
8208
|
}
|
|
8209
8209
|
.ScFileField_fileInfo {
|
|
@@ -8214,7 +8214,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8214
8214
|
min-width: 0;
|
|
8215
8215
|
}
|
|
8216
8216
|
.ScFileField_fileName {
|
|
8217
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8217
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8218
8218
|
font-family: Inter, sans-serif;
|
|
8219
8219
|
font-size: 0.875rem;
|
|
8220
8220
|
line-height: 1.25rem;
|
|
@@ -8244,14 +8244,14 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8244
8244
|
background: transparent;
|
|
8245
8245
|
border: none;
|
|
8246
8246
|
cursor: pointer;
|
|
8247
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8247
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8248
8248
|
flex-shrink: 0;
|
|
8249
8249
|
}
|
|
8250
8250
|
.ScFileField_clearButton:hover {
|
|
8251
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8251
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8252
8252
|
}
|
|
8253
8253
|
.ScFileField_errorText {
|
|
8254
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
8254
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
8255
8255
|
font-family: Inter, sans-serif;
|
|
8256
8256
|
font-size: 0.75rem;
|
|
8257
8257
|
line-height: 1rem;
|
|
@@ -8324,7 +8324,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8324
8324
|
background: rgba(0, 0, 0, 0.55);
|
|
8325
8325
|
backdrop-filter: blur(6px);
|
|
8326
8326
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
|
|
8327
|
-
color: var(--alias-text-and-icons-fullwhite, #ffffff);
|
|
8327
|
+
color: var(--alias-text---icons-fullwhite, var(--alias-text-and-icons-fullwhite, #ffffff));
|
|
8328
8328
|
cursor: pointer;
|
|
8329
8329
|
}
|
|
8330
8330
|
.ScMediaApproval_navPrev {
|
|
@@ -8343,7 +8343,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8343
8343
|
background: rgba(0, 0, 0, 0.55);
|
|
8344
8344
|
backdrop-filter: blur(6px);
|
|
8345
8345
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
|
|
8346
|
-
color: var(--alias-text-and-icons-fullwhite, #ffffff);
|
|
8346
|
+
color: var(--alias-text---icons-fullwhite, var(--alias-text-and-icons-fullwhite, #ffffff));
|
|
8347
8347
|
font-family: Inter, sans-serif;
|
|
8348
8348
|
font-size: 10px;
|
|
8349
8349
|
line-height: 1;
|
|
@@ -8374,7 +8374,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8374
8374
|
}
|
|
8375
8375
|
.ScMediaApproval_dot.ScMediaApproval_state-active {
|
|
8376
8376
|
width: 1rem;
|
|
8377
|
-
background: var(--alias-text-and-icons-fullwhite, #ffffff);
|
|
8377
|
+
background: var(--alias-text---icons-fullwhite, var(--alias-text-and-icons-fullwhite, #ffffff));
|
|
8378
8378
|
}
|
|
8379
8379
|
.ScMediaApproval_feedbackBlock {
|
|
8380
8380
|
display: flex;
|
|
@@ -8383,7 +8383,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8383
8383
|
width: 100%;
|
|
8384
8384
|
}
|
|
8385
8385
|
.ScMediaApproval_label {
|
|
8386
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
8386
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
8387
8387
|
font-family: Inter, sans-serif;
|
|
8388
8388
|
font-size: 0.875rem;
|
|
8389
8389
|
line-height: 1.25rem;
|
|
@@ -8406,14 +8406,14 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8406
8406
|
background: transparent;
|
|
8407
8407
|
outline: none;
|
|
8408
8408
|
border: none;
|
|
8409
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8409
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8410
8410
|
font-family: Inter, sans-serif;
|
|
8411
8411
|
font-size: 0.875rem;
|
|
8412
8412
|
line-height: 1.25rem;
|
|
8413
8413
|
font-weight: 400;
|
|
8414
8414
|
}
|
|
8415
8415
|
.ScMediaApproval_textArea::placeholder {
|
|
8416
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8416
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8417
8417
|
}
|
|
8418
8418
|
|
|
8419
8419
|
/* src/SC-mediaSelect/ScMediaSelect.module.css */
|
|
@@ -8436,7 +8436,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8436
8436
|
align-self: stretch;
|
|
8437
8437
|
}
|
|
8438
8438
|
.ScMediaSelect_countLabel {
|
|
8439
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8439
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8440
8440
|
font-family: Inter, sans-serif;
|
|
8441
8441
|
font-size: 0.75rem;
|
|
8442
8442
|
line-height: 1rem;
|
|
@@ -8448,7 +8448,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8448
8448
|
gap: var(--spacing-md, 0.5rem);
|
|
8449
8449
|
}
|
|
8450
8450
|
.ScMediaSelect_linkButton {
|
|
8451
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8451
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8452
8452
|
font-family: Inter, sans-serif;
|
|
8453
8453
|
font-size: 0.6875rem;
|
|
8454
8454
|
line-height: 1rem;
|
|
@@ -8462,7 +8462,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8462
8462
|
text-decoration: underline;
|
|
8463
8463
|
}
|
|
8464
8464
|
.ScMediaSelect_divider {
|
|
8465
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8465
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8466
8466
|
font-size: 0.6875rem;
|
|
8467
8467
|
line-height: 1rem;
|
|
8468
8468
|
}
|
|
@@ -8522,7 +8522,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8522
8522
|
border-radius: var(--radius-xs, 0.25rem);
|
|
8523
8523
|
border: none;
|
|
8524
8524
|
background: rgba(0, 0, 0, 0.5);
|
|
8525
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8525
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8526
8526
|
display: none;
|
|
8527
8527
|
align-items: center;
|
|
8528
8528
|
justify-content: center;
|
|
@@ -8554,15 +8554,15 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8554
8554
|
display: flex;
|
|
8555
8555
|
align-items: center;
|
|
8556
8556
|
gap: var(--spacing-xs, 0.25rem);
|
|
8557
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8557
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8558
8558
|
padding: 0 var(--spacing-md, 0.5rem);
|
|
8559
8559
|
}
|
|
8560
8560
|
.ScTodoList_progressIcon {
|
|
8561
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8561
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8562
8562
|
flex-shrink: 0;
|
|
8563
8563
|
}
|
|
8564
8564
|
.ScTodoList_progressText {
|
|
8565
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8565
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8566
8566
|
font-family: Inter, sans-serif;
|
|
8567
8567
|
font-size: 0.6875rem;
|
|
8568
8568
|
line-height: 1rem;
|
|
@@ -8601,7 +8601,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8601
8601
|
.ScTodoList_content {
|
|
8602
8602
|
flex: 1;
|
|
8603
8603
|
min-width: 0;
|
|
8604
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8604
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8605
8605
|
font-family: Inter, sans-serif;
|
|
8606
8606
|
font-size: 0.875rem;
|
|
8607
8607
|
line-height: 1.25rem;
|
|
@@ -8609,13 +8609,13 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8609
8609
|
word-break: break-word;
|
|
8610
8610
|
}
|
|
8611
8611
|
.ScTodoList_content.ScTodoList_status-completed {
|
|
8612
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8612
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8613
8613
|
text-decoration: line-through;
|
|
8614
8614
|
}
|
|
8615
8615
|
.ScTodoList_editInput {
|
|
8616
8616
|
flex: 1;
|
|
8617
8617
|
min-width: 0;
|
|
8618
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8618
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8619
8619
|
font-family: Inter, sans-serif;
|
|
8620
8620
|
font-size: 0.875rem;
|
|
8621
8621
|
line-height: 1.25rem;
|
|
@@ -8651,15 +8651,15 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8651
8651
|
background: transparent;
|
|
8652
8652
|
border: none;
|
|
8653
8653
|
border-radius: var(--radius-xs, 0.25rem);
|
|
8654
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8654
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8655
8655
|
cursor: pointer;
|
|
8656
8656
|
outline: none;
|
|
8657
8657
|
}
|
|
8658
8658
|
.ScTodoList_actionButton:hover {
|
|
8659
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8659
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8660
8660
|
}
|
|
8661
8661
|
.ScTodoList_actionButtonDanger:hover {
|
|
8662
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
8662
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
8663
8663
|
}
|
|
8664
8664
|
.ScTodoList_addRow {
|
|
8665
8665
|
display: flex;
|
|
@@ -8670,7 +8670,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8670
8670
|
.ScTodoList_addInput {
|
|
8671
8671
|
flex: 1;
|
|
8672
8672
|
min-width: 0;
|
|
8673
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8673
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8674
8674
|
font-family: Inter, sans-serif;
|
|
8675
8675
|
font-size: 0.875rem;
|
|
8676
8676
|
line-height: 1.25rem;
|
|
@@ -8683,7 +8683,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8683
8683
|
outline: none;
|
|
8684
8684
|
}
|
|
8685
8685
|
.ScTodoList_addInput::placeholder {
|
|
8686
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
8686
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
8687
8687
|
}
|
|
8688
8688
|
.ScTodoList_addInput:hover,
|
|
8689
8689
|
.ScTodoList_addInput:focus {
|
|
@@ -8702,7 +8702,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8702
8702
|
background: var(--alias-fill-neutral-neutralplus, #151515);
|
|
8703
8703
|
border: 1px solid var(--alias-border-subtle, transparent);
|
|
8704
8704
|
border-radius: var(--radius-md, 0.5rem);
|
|
8705
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8705
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8706
8706
|
cursor: pointer;
|
|
8707
8707
|
outline: none;
|
|
8708
8708
|
transition: opacity 0.12s ease;
|
|
@@ -8710,10 +8710,10 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8710
8710
|
.ScTodoList_addButton:hover:not(:disabled) {
|
|
8711
8711
|
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
8712
8712
|
border-color: var(--alias-border-default, #3e3e3e);
|
|
8713
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8713
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8714
8714
|
}
|
|
8715
8715
|
.ScTodoList_addButton:disabled {
|
|
8716
|
-
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
8716
|
+
color: var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
8717
8717
|
cursor: not-allowed;
|
|
8718
8718
|
}
|
|
8719
8719
|
|
|
@@ -8750,10 +8750,10 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8750
8750
|
margin: 0;
|
|
8751
8751
|
}
|
|
8752
8752
|
.ScRoleMobile_role-admin .ScRoleMobile_text {
|
|
8753
|
-
color: var(--alias-text-and-icons-infocont, #6da5ff);
|
|
8753
|
+
color: var(--alias-text---icons-infocont, var(--alias-text-and-icons-infocont, #6da5ff));
|
|
8754
8754
|
}
|
|
8755
8755
|
.ScRoleMobile_role-member .ScRoleMobile_text {
|
|
8756
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
8756
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
8757
8757
|
}
|
|
8758
8758
|
|
|
8759
8759
|
/* src/SC-Profile-V2-Mobile/ScProfileV2Mobile.module.css */
|
|
@@ -8789,7 +8789,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8789
8789
|
align-items: center;
|
|
8790
8790
|
justify-content: center;
|
|
8791
8791
|
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
8792
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8792
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8793
8793
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
8794
8794
|
font-size: var(--font-size-font-size-sm, 14px);
|
|
8795
8795
|
font-weight: 500;
|
|
@@ -8809,7 +8809,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8809
8809
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
8810
8810
|
font-size: 14px;
|
|
8811
8811
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
8812
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8812
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8813
8813
|
overflow: hidden;
|
|
8814
8814
|
text-overflow: ellipsis;
|
|
8815
8815
|
margin: 0;
|
|
@@ -8820,7 +8820,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8820
8820
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
8821
8821
|
font-size: 12px;
|
|
8822
8822
|
line-height: var(--line-height-line-height-xs, 18px);
|
|
8823
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
8823
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
8824
8824
|
overflow: hidden;
|
|
8825
8825
|
text-overflow: ellipsis;
|
|
8826
8826
|
margin: 0;
|
|
@@ -8863,7 +8863,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8863
8863
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
8864
8864
|
font-size: 14px;
|
|
8865
8865
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
8866
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8866
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8867
8867
|
overflow: hidden;
|
|
8868
8868
|
text-overflow: ellipsis;
|
|
8869
8869
|
margin: 0;
|
|
@@ -8874,7 +8874,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8874
8874
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
8875
8875
|
font-size: 12px;
|
|
8876
8876
|
line-height: var(--line-height-line-height-xs, 18px);
|
|
8877
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
8877
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
8878
8878
|
overflow: hidden;
|
|
8879
8879
|
text-overflow: ellipsis;
|
|
8880
8880
|
margin: 0;
|
|
@@ -8901,7 +8901,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8901
8901
|
align-items: center;
|
|
8902
8902
|
justify-content: center;
|
|
8903
8903
|
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
8904
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
8904
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
8905
8905
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
8906
8906
|
font-size: 14px;
|
|
8907
8907
|
font-weight: 500;
|
|
@@ -8928,7 +8928,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
8928
8928
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
8929
8929
|
font-size: var(--font-size-font-size-xs, 12px);
|
|
8930
8930
|
line-height: var(--line-height-line-height-xs, 18px);
|
|
8931
|
-
color: var(--alias-text-and-icons-infocont, #6da5ff);
|
|
8931
|
+
color: var(--alias-text---icons-infocont, var(--alias-text-and-icons-infocont, #6da5ff));
|
|
8932
8932
|
white-space: nowrap;
|
|
8933
8933
|
margin: 0;
|
|
8934
8934
|
}
|
|
@@ -9005,7 +9005,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9005
9005
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9006
9006
|
font-size: var(--font-size-font-size-md, 14px);
|
|
9007
9007
|
line-height: var(--line-height-line-height-md, 20px);
|
|
9008
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9008
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9009
9009
|
text-align: center;
|
|
9010
9010
|
overflow: hidden;
|
|
9011
9011
|
text-overflow: ellipsis;
|
|
@@ -9017,7 +9017,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9017
9017
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9018
9018
|
font-size: 16px;
|
|
9019
9019
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9020
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9020
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9021
9021
|
overflow: hidden;
|
|
9022
9022
|
text-overflow: ellipsis;
|
|
9023
9023
|
margin: 0;
|
|
@@ -9039,7 +9039,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9039
9039
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9040
9040
|
font-size: var(--font-size-font-size-xs, 12px);
|
|
9041
9041
|
line-height: var(--line-height-line-height-xs, 18px);
|
|
9042
|
-
color: var(--alias-text-and-icons-infocont, #6da5ff);
|
|
9042
|
+
color: var(--alias-text---icons-infocont, var(--alias-text-and-icons-infocont, #6da5ff));
|
|
9043
9043
|
white-space: nowrap;
|
|
9044
9044
|
margin: 0;
|
|
9045
9045
|
}
|
|
@@ -9075,7 +9075,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9075
9075
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9076
9076
|
font-size: 14px;
|
|
9077
9077
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
9078
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9078
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9079
9079
|
overflow: hidden;
|
|
9080
9080
|
text-overflow: ellipsis;
|
|
9081
9081
|
white-space: nowrap;
|
|
@@ -9135,7 +9135,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9135
9135
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9136
9136
|
font-size: var(--font-size-font-size-md, 14px);
|
|
9137
9137
|
line-height: var(--line-height-line-height-md, 20px);
|
|
9138
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9138
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9139
9139
|
text-align: center;
|
|
9140
9140
|
overflow: hidden;
|
|
9141
9141
|
text-overflow: ellipsis;
|
|
@@ -9147,7 +9147,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9147
9147
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9148
9148
|
font-size: 16px;
|
|
9149
9149
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9150
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9150
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9151
9151
|
overflow: hidden;
|
|
9152
9152
|
text-overflow: ellipsis;
|
|
9153
9153
|
margin: 0;
|
|
@@ -9169,7 +9169,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9169
9169
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9170
9170
|
font-size: var(--font-size-font-size-xs, 12px);
|
|
9171
9171
|
line-height: var(--line-height-line-height-xs, 18px);
|
|
9172
|
-
color: var(--alias-text-and-icons-infocont, #6da5ff);
|
|
9172
|
+
color: var(--alias-text---icons-infocont, var(--alias-text-and-icons-infocont, #6da5ff));
|
|
9173
9173
|
white-space: nowrap;
|
|
9174
9174
|
margin: 0;
|
|
9175
9175
|
}
|
|
@@ -9205,7 +9205,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9205
9205
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9206
9206
|
font-size: 14px;
|
|
9207
9207
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
9208
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9208
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9209
9209
|
overflow: hidden;
|
|
9210
9210
|
text-overflow: ellipsis;
|
|
9211
9211
|
white-space: nowrap;
|
|
@@ -9254,7 +9254,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9254
9254
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9255
9255
|
font-size: var(--font-size-font-size-md, 16px);
|
|
9256
9256
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9257
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
9257
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
9258
9258
|
margin: 0;
|
|
9259
9259
|
min-width: 0;
|
|
9260
9260
|
overflow: hidden;
|
|
@@ -9267,7 +9267,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9267
9267
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9268
9268
|
font-size: var(--font-size-font-size-md, 16px);
|
|
9269
9269
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9270
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
9270
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
9271
9271
|
text-align: center;
|
|
9272
9272
|
margin: 0;
|
|
9273
9273
|
min-width: 0;
|
|
@@ -9304,11 +9304,11 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9304
9304
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9305
9305
|
font-size: var(--font-size-font-size-md, 16px);
|
|
9306
9306
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9307
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
9307
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
9308
9308
|
min-width: 0;
|
|
9309
9309
|
}
|
|
9310
9310
|
.ScMobileTopNav_searchField::placeholder {
|
|
9311
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
9311
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
9312
9312
|
}
|
|
9313
9313
|
|
|
9314
9314
|
/* src/SC-MobileBottomAction/ScMobileBottomAction.module.css */
|
|
@@ -9363,7 +9363,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9363
9363
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9364
9364
|
font-size: var(--font-size-font-size-sm, 14px);
|
|
9365
9365
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
9366
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
9366
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
9367
9367
|
white-space: nowrap;
|
|
9368
9368
|
}
|
|
9369
9369
|
.ScMobileBottomAction_outlineButtonText {
|
|
@@ -9371,7 +9371,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9371
9371
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9372
9372
|
font-size: var(--font-size-font-size-md, 16px);
|
|
9373
9373
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9374
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9374
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9375
9375
|
white-space: nowrap;
|
|
9376
9376
|
}
|
|
9377
9377
|
|
|
@@ -9408,7 +9408,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9408
9408
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9409
9409
|
font-size: var(--font-size-font-size-md, 16px);
|
|
9410
9410
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9411
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
9411
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
9412
9412
|
white-space: nowrap;
|
|
9413
9413
|
margin: 0;
|
|
9414
9414
|
}
|
|
@@ -9462,7 +9462,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9462
9462
|
align-items: center;
|
|
9463
9463
|
justify-content: center;
|
|
9464
9464
|
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
9465
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9465
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9466
9466
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9467
9467
|
font-size: 14px;
|
|
9468
9468
|
font-weight: 500;
|
|
@@ -9479,7 +9479,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9479
9479
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9480
9480
|
font-size: 14px;
|
|
9481
9481
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
9482
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9482
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9483
9483
|
overflow: hidden;
|
|
9484
9484
|
text-overflow: ellipsis;
|
|
9485
9485
|
white-space: nowrap;
|
|
@@ -9490,7 +9490,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9490
9490
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9491
9491
|
font-size: 12px;
|
|
9492
9492
|
line-height: var(--line-height-line-height-xs, 18px);
|
|
9493
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9493
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9494
9494
|
overflow: hidden;
|
|
9495
9495
|
text-overflow: ellipsis;
|
|
9496
9496
|
white-space: nowrap;
|
|
@@ -9510,7 +9510,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9510
9510
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9511
9511
|
font-size: var(--font-size-font-size-xs, 12px);
|
|
9512
9512
|
line-height: var(--line-height-line-height-xs, 18px);
|
|
9513
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9513
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9514
9514
|
white-space: nowrap;
|
|
9515
9515
|
margin: 0;
|
|
9516
9516
|
}
|
|
@@ -9531,7 +9531,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9531
9531
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9532
9532
|
font-size: 14px;
|
|
9533
9533
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
9534
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
9534
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
9535
9535
|
overflow: hidden;
|
|
9536
9536
|
text-overflow: ellipsis;
|
|
9537
9537
|
white-space: nowrap;
|
|
@@ -9543,7 +9543,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9543
9543
|
font-weight: var(--font-weight-font-weight-semibold, 600);
|
|
9544
9544
|
font-size: 16px;
|
|
9545
9545
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9546
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
9546
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
9547
9547
|
text-align: right;
|
|
9548
9548
|
overflow: hidden;
|
|
9549
9549
|
text-overflow: ellipsis;
|
|
@@ -9574,7 +9574,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9574
9574
|
min-width: 0;
|
|
9575
9575
|
}
|
|
9576
9576
|
.InvoiceHistoryMobile_invoiceId {
|
|
9577
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9577
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9578
9578
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9579
9579
|
font-size: var(--font-size-font-size-md, 1rem);
|
|
9580
9580
|
line-height: var(--line-height-line-height-md, 1.5rem);
|
|
@@ -9585,7 +9585,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9585
9585
|
width: 100%;
|
|
9586
9586
|
}
|
|
9587
9587
|
.InvoiceHistoryMobile_date {
|
|
9588
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9588
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9589
9589
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9590
9590
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
9591
9591
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -9596,7 +9596,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9596
9596
|
width: 100%;
|
|
9597
9597
|
}
|
|
9598
9598
|
.InvoiceHistoryMobile_amount {
|
|
9599
|
-
color: var(--alias-text-and-icons-success, #00b96b);
|
|
9599
|
+
color: var(--alias-text---icons-success, var(--alias-text-and-icons-success, #00b96b));
|
|
9600
9600
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9601
9601
|
font-size: var(--font-size-font-size-md, 1rem);
|
|
9602
9602
|
line-height: var(--line-height-line-height-md, 1.5rem);
|
|
@@ -9630,7 +9630,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9630
9630
|
width: 100%;
|
|
9631
9631
|
}
|
|
9632
9632
|
.UsageHistoryMobile_serviceName {
|
|
9633
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9633
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9634
9634
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9635
9635
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
9636
9636
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -9642,7 +9642,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9642
9642
|
white-space: nowrap;
|
|
9643
9643
|
}
|
|
9644
9644
|
.UsageHistoryMobile_credits {
|
|
9645
|
-
color: var(--alias-text-and-icons-error, #d11a1a);
|
|
9645
|
+
color: var(--alias-text---icons-error, var(--alias-text-and-icons-error, #d11a1a));
|
|
9646
9646
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9647
9647
|
font-size: var(--font-size-font-size-md, 1rem);
|
|
9648
9648
|
line-height: var(--line-height-line-height-md, 1.5rem);
|
|
@@ -9667,7 +9667,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9667
9667
|
align-items: center;
|
|
9668
9668
|
}
|
|
9669
9669
|
.UsageHistoryMobile_metaText {
|
|
9670
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9670
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9671
9671
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9672
9672
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
9673
9673
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -9684,7 +9684,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9684
9684
|
border-left: 0.5px solid var(--alias-border-divider, #242424);
|
|
9685
9685
|
}
|
|
9686
9686
|
.UsageHistoryMobile_balance {
|
|
9687
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9687
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9688
9688
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9689
9689
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
9690
9690
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -9748,7 +9748,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9748
9748
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9749
9749
|
font-size: 16px;
|
|
9750
9750
|
line-height: var(--line-height-line-height-md, 24px);
|
|
9751
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9751
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9752
9752
|
overflow: hidden;
|
|
9753
9753
|
text-overflow: ellipsis;
|
|
9754
9754
|
white-space: nowrap;
|
|
@@ -9767,12 +9767,12 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9767
9767
|
font-weight: var(--font-weight-font-weight-medium, 500);
|
|
9768
9768
|
font-size: var(--font-size-font-size-sm, 14px);
|
|
9769
9769
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
9770
|
-
color: var(--alias-text-and-icons-warning, #db8b00);
|
|
9770
|
+
color: var(--alias-text---icons-warning, var(--alias-text-and-icons-warning, #db8b00));
|
|
9771
9771
|
white-space: nowrap;
|
|
9772
9772
|
flex-shrink: 0;
|
|
9773
9773
|
}
|
|
9774
9774
|
.ScWorkspaceSwitchMobileV2_roleMember {
|
|
9775
|
-
color: var(--alias-text-and-icons-info, #155cd6);
|
|
9775
|
+
color: var(--alias-text---icons-info, var(--alias-text-and-icons-info, #155cd6));
|
|
9776
9776
|
}
|
|
9777
9777
|
.ScWorkspaceSwitchMobileV2_dot {
|
|
9778
9778
|
width: 16px;
|
|
@@ -9788,14 +9788,14 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9788
9788
|
width: 2.67px;
|
|
9789
9789
|
height: 2.67px;
|
|
9790
9790
|
border-radius: var(--radius-full, 999px);
|
|
9791
|
-
background: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
9791
|
+
background: var(--alias-text---icons-disabled, var(--alias-text-and-icons-disabled, #5c5c5c));
|
|
9792
9792
|
}
|
|
9793
9793
|
.ScWorkspaceSwitchMobileV2_planText {
|
|
9794
9794
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9795
9795
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9796
9796
|
font-size: 14px;
|
|
9797
9797
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
9798
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9798
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9799
9799
|
overflow: hidden;
|
|
9800
9800
|
text-overflow: ellipsis;
|
|
9801
9801
|
white-space: nowrap;
|
|
@@ -9806,7 +9806,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9806
9806
|
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
9807
9807
|
font-size: 14px;
|
|
9808
9808
|
line-height: var(--line-height-line-height-sm, 20px);
|
|
9809
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9809
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9810
9810
|
overflow: hidden;
|
|
9811
9811
|
text-overflow: ellipsis;
|
|
9812
9812
|
white-space: nowrap;
|
|
@@ -9838,7 +9838,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9838
9838
|
position: relative;
|
|
9839
9839
|
}
|
|
9840
9840
|
.ScImageField_label {
|
|
9841
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9841
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9842
9842
|
text-align: left;
|
|
9843
9843
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9844
9844
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
@@ -9870,7 +9870,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9870
9870
|
flex-shrink: 0;
|
|
9871
9871
|
}
|
|
9872
9872
|
.ScImageField_uploadText {
|
|
9873
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
9873
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
9874
9874
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9875
9875
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
9876
9876
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -9899,7 +9899,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9899
9899
|
flex-shrink: 0;
|
|
9900
9900
|
}
|
|
9901
9901
|
.ScImageField_fileName {
|
|
9902
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
9902
|
+
color: var(--alias-text---icons-secondary, var(--alias-text-and-icons-secondary, #dadada));
|
|
9903
9903
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9904
9904
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
9905
9905
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -9943,13 +9943,13 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9943
9943
|
flex-shrink: 0;
|
|
9944
9944
|
}
|
|
9945
9945
|
.ScSettingsTabComp_scSettingsTabComp.ScSettingsTabComp_active-true {
|
|
9946
|
-
border-bottom: 1.25px solid var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9946
|
+
border-bottom: 1.25px solid var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9947
9947
|
}
|
|
9948
9948
|
.ScSettingsTabComp_scSettingsTabComp.ScSettingsTabComp_active-true .ScSettingsTabComp_tabText {
|
|
9949
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9949
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
9950
9950
|
}
|
|
9951
9951
|
.ScSettingsTabComp_scSettingsTabComp.ScSettingsTabComp_active-false .ScSettingsTabComp_tabText {
|
|
9952
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
9952
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
9953
9953
|
}
|
|
9954
9954
|
|
|
9955
9955
|
/* src/SC-Credits usage card-Mobile/ScCreditsUsageCardMobile.module.css */
|
|
@@ -9984,7 +9984,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
9984
9984
|
flex-shrink: 0;
|
|
9985
9985
|
}
|
|
9986
9986
|
.ScCreditsUsageCardMobile_headerLabel {
|
|
9987
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
9987
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
9988
9988
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
9989
9989
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
9990
9990
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -10007,7 +10007,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10007
10007
|
flex-shrink: 0;
|
|
10008
10008
|
}
|
|
10009
10009
|
.ScCreditsUsageCardMobile_usageText {
|
|
10010
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
10010
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
10011
10011
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
10012
10012
|
font-size: var(--font-size-font-size-lg, 1.125rem);
|
|
10013
10013
|
line-height: var(--line-height-line-height-lg, 1.625rem);
|
|
@@ -10015,7 +10015,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10015
10015
|
width: 100%;
|
|
10016
10016
|
}
|
|
10017
10017
|
.ScCreditsUsageCardMobile_remainingText {
|
|
10018
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
10018
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
10019
10019
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
10020
10020
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
10021
10021
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -10065,7 +10065,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10065
10065
|
flex-shrink: 0;
|
|
10066
10066
|
}
|
|
10067
10067
|
.ScPlanDetailsCardMobile_headerLabel {
|
|
10068
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
10068
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
10069
10069
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
10070
10070
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
10071
10071
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -10094,7 +10094,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10094
10094
|
width: 100%;
|
|
10095
10095
|
}
|
|
10096
10096
|
.ScPlanDetailsCardMobile_planName {
|
|
10097
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
10097
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
10098
10098
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
10099
10099
|
font-size: var(--font-size-font-size-lg, 1.125rem);
|
|
10100
10100
|
line-height: var(--line-height-line-height-lg, 1.625rem);
|
|
@@ -10115,10 +10115,10 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10115
10115
|
width: 4px;
|
|
10116
10116
|
height: 4px;
|
|
10117
10117
|
border-radius: var(--radius-full, 999px);
|
|
10118
|
-
background: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
10118
|
+
background: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
10119
10119
|
}
|
|
10120
10120
|
.ScPlanDetailsCardMobile_planPrice {
|
|
10121
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
10121
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
10122
10122
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
10123
10123
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
10124
10124
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -10138,11 +10138,11 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10138
10138
|
width: 0.25rem;
|
|
10139
10139
|
height: 0.25rem;
|
|
10140
10140
|
border-radius: var(--radius-full, 999px);
|
|
10141
|
-
background: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
10141
|
+
background: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
10142
10142
|
flex-shrink: 0;
|
|
10143
10143
|
}
|
|
10144
10144
|
.ScPlanDetailsCardMobile_badgeSubText {
|
|
10145
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
10145
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
10146
10146
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
10147
10147
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
10148
10148
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
@@ -10260,7 +10260,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10260
10260
|
background: none;
|
|
10261
10261
|
border: none;
|
|
10262
10262
|
margin: 0;
|
|
10263
|
-
font:
|
|
10263
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
10264
10264
|
color: inherit;
|
|
10265
10265
|
text-align: left;
|
|
10266
10266
|
flex: 1;
|
|
@@ -10294,7 +10294,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10294
10294
|
background: none;
|
|
10295
10295
|
border: none;
|
|
10296
10296
|
cursor: pointer;
|
|
10297
|
-
color: var(--alias-text-and-icons-errorcont, #eb6b6b);
|
|
10297
|
+
color: var(--alias-text---icons-errorcont, var(--alias-text-and-icons-errorcont, #eb6b6b));
|
|
10298
10298
|
}
|
|
10299
10299
|
.ScProfilePopup_logoutButton:hover {
|
|
10300
10300
|
background: var(--alias-fill-error-secondaryhover, #2a0606);
|
|
@@ -10350,12 +10350,12 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10350
10350
|
justify-content: center;
|
|
10351
10351
|
flex-shrink: 0;
|
|
10352
10352
|
position: relative;
|
|
10353
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
10353
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
10354
10354
|
}
|
|
10355
10355
|
.ScProfilePopup_creditsValue {
|
|
10356
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
10356
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
10357
10357
|
text-align: left;
|
|
10358
|
-
font-family: var(--
|
|
10358
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
10359
10359
|
font-size: var(--font-size-font-size-xs, 0.75rem);
|
|
10360
10360
|
line-height: var(--line-height-line-height-xs, 1.125rem);
|
|
10361
10361
|
letter-spacing: var(--letter-spacing-letter-spacing-normal, 0);
|
|
@@ -10393,7 +10393,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10393
10393
|
}
|
|
10394
10394
|
.ScProfilePopup_menuOptionInstance {
|
|
10395
10395
|
cursor: pointer;
|
|
10396
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
10396
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
10397
10397
|
}
|
|
10398
10398
|
.ScProfilePopup_menuOptionInstance:focus-visible {
|
|
10399
10399
|
outline: var(--stroke-st2, 2px) solid var(--alias-border-default, #3e3e3e);
|
|
@@ -10403,11 +10403,11 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
10403
10403
|
flex: 1 !important;
|
|
10404
10404
|
align-self: unset !important;
|
|
10405
10405
|
flex-shrink: unset !important;
|
|
10406
|
-
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
10406
|
+
color: var(--alias-text---icons-muted, var(--alias-text-and-icons-muted, #7a7a7a));
|
|
10407
10407
|
cursor: pointer;
|
|
10408
10408
|
}
|
|
10409
10409
|
.ScProfilePopup_themeTabActive {
|
|
10410
|
-
color: var(--alias-text-and-icons-inverse, #101010);
|
|
10410
|
+
color: var(--alias-text---icons-inverse, var(--alias-text-and-icons-inverse, #101010));
|
|
10411
10411
|
}
|
|
10412
10412
|
.ScProfilePopup_themeTab:focus-visible {
|
|
10413
10413
|
outline: var(--stroke-st2, 2px) solid var(--alias-border-default, #3e3e3e);
|