@times-design-system/theme-css 2.2.0 → 2.3.0
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/variables.css +726 -136
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -281,17 +281,22 @@
|
|
|
281
281
|
--label-secondary: #737373;
|
|
282
282
|
--label-channel: #595959;
|
|
283
283
|
--label-callout: #b20908;
|
|
284
|
-
--
|
|
285
|
-
--
|
|
286
|
-
--
|
|
287
|
-
--
|
|
288
|
-
--
|
|
289
|
-
--
|
|
290
|
-
--
|
|
291
|
-
--
|
|
292
|
-
--
|
|
293
|
-
--
|
|
294
|
-
--
|
|
284
|
+
--tag-primary-fill: #000000;
|
|
285
|
+
--tag-primary-text: #ffffff;
|
|
286
|
+
--tag-primary-icon: #ffffff;
|
|
287
|
+
--tag-secondary-fill: #d9d9d9;
|
|
288
|
+
--tag-secondary-text: #1a1a1a;
|
|
289
|
+
--tag-secondary-icon: #1a1a1a;
|
|
290
|
+
--tag-tertiary-text: #1a1a1a;
|
|
291
|
+
--tag-tertiary-icon: #1a1a1a;
|
|
292
|
+
--tag-callout-primary-fill: #b20908;
|
|
293
|
+
--tag-callout-primary-text: #ffffff;
|
|
294
|
+
--tag-callout-primary-icon: #ffffff;
|
|
295
|
+
--tag-callout-secondary-fill: #ffefef;
|
|
296
|
+
--tag-callout-secondary-text: #b20908;
|
|
297
|
+
--tag-callout-secondary-icon: #b20908;
|
|
298
|
+
--tag-callout-tertiary-text: #b20908;
|
|
299
|
+
--tag-callout-tertiary-icon: #b20908;
|
|
295
300
|
--toast-fill-info: #0a3472;
|
|
296
301
|
--toast-fill-success: #22724f;
|
|
297
302
|
--toast-fill-warning: #e49307;
|
|
@@ -374,9 +379,6 @@
|
|
|
374
379
|
--interactive-chip-channel-primary-off-border-hover: #cf889b;
|
|
375
380
|
--interactive-chip-channel-primary-off-border-pressed: #c97a8f;
|
|
376
381
|
--label-channel: #c06f85;
|
|
377
|
-
--flag-channel-fill: #e0b3bf;
|
|
378
|
-
--flag-channel-text: #4e0f24;
|
|
379
|
-
--flag-channel-icon: #4e0f24;
|
|
380
382
|
}
|
|
381
383
|
|
|
382
384
|
[data-theme="life-and-style"] {
|
|
@@ -432,9 +434,6 @@
|
|
|
432
434
|
--interactive-chip-channel-primary-off-border-hover: #50d7eb;
|
|
433
435
|
--interactive-chip-channel-primary-off-border-pressed: #3fd3ea;
|
|
434
436
|
--label-channel: #49d5eb;
|
|
435
|
-
--flag-channel-fill: #82e2f1;
|
|
436
|
-
--flag-channel-text: #1d4d57;
|
|
437
|
-
--flag-channel-icon: #1d4d57;
|
|
438
437
|
}
|
|
439
438
|
|
|
440
439
|
[data-theme="puzzles"] {
|
|
@@ -490,9 +489,6 @@
|
|
|
490
489
|
--interactive-chip-channel-primary-off-border-hover: #ec9971;
|
|
491
490
|
--interactive-chip-channel-primary-off-border-pressed: #e98c5f;
|
|
492
491
|
--label-channel: #eba37f;
|
|
493
|
-
--flag-channel-fill: #f3c0a7;
|
|
494
|
-
--flag-channel-text: #703b1a;
|
|
495
|
-
--flag-channel-icon: #703b1a;
|
|
496
492
|
}
|
|
497
493
|
|
|
498
494
|
[data-theme="home"] {
|
|
@@ -548,9 +544,6 @@
|
|
|
548
544
|
--interactive-chip-channel-primary-off-border-hover: #7ea5e3;
|
|
549
545
|
--interactive-chip-channel-primary-off-border-pressed: #6d99df;
|
|
550
546
|
--label-channel: #6d95de;
|
|
551
|
-
--flag-channel-fill: #b1c8ee;
|
|
552
|
-
--flag-channel-text: #0e2f64;
|
|
553
|
-
--flag-channel-icon: #0e2f64;
|
|
554
547
|
}
|
|
555
548
|
|
|
556
549
|
[data-theme="uk"] {
|
|
@@ -606,9 +599,6 @@
|
|
|
606
599
|
--interactive-chip-channel-primary-off-border-hover: #95b0c4;
|
|
607
600
|
--interactive-chip-channel-primary-off-border-pressed: #88a6bd;
|
|
608
601
|
--label-channel: #84a2ba;
|
|
609
|
-
--flag-channel-fill: #bccdda;
|
|
610
|
-
--flag-channel-text: #21394c;
|
|
611
|
-
--flag-channel-icon: #21394c;
|
|
612
602
|
}
|
|
613
603
|
|
|
614
604
|
[data-theme="world"] {
|
|
@@ -664,9 +654,6 @@
|
|
|
664
654
|
--interactive-chip-channel-primary-off-border-hover: #8db8bd;
|
|
665
655
|
--interactive-chip-channel-primary-off-border-pressed: #81b0b5;
|
|
666
656
|
--label-channel: #6ea7a9;
|
|
667
|
-
--flag-channel-fill: #b2cfd2;
|
|
668
|
-
--flag-channel-text: #083c3e;
|
|
669
|
-
--flag-channel-icon: #083c3e;
|
|
670
657
|
}
|
|
671
658
|
|
|
672
659
|
[data-theme="business"] {
|
|
@@ -722,9 +709,6 @@
|
|
|
722
709
|
--interactive-chip-channel-primary-off-border-hover: #8db0ca;
|
|
723
710
|
--interactive-chip-channel-primary-off-border-pressed: #7fa7c3;
|
|
724
711
|
--label-channel: #73a2c0;
|
|
725
|
-
--flag-channel-fill: #b6cddd;
|
|
726
|
-
--flag-channel-text: #10394e;
|
|
727
|
-
--flag-channel-icon: #10394e;
|
|
728
712
|
}
|
|
729
713
|
|
|
730
714
|
[data-theme="money"] {
|
|
@@ -780,9 +764,6 @@
|
|
|
780
764
|
--interactive-chip-channel-primary-off-border-hover: #a0c8b8;
|
|
781
765
|
--interactive-chip-channel-primary-off-border-pressed: #93c0af;
|
|
782
766
|
--label-channel: #95c3af;
|
|
783
|
-
--flag-channel-fill: #c8dfd6;
|
|
784
|
-
--flag-channel-text: #2c5341;
|
|
785
|
-
--flag-channel-icon: #2c5341;
|
|
786
767
|
}
|
|
787
768
|
|
|
788
769
|
[data-theme="sport"] {
|
|
@@ -838,9 +819,6 @@
|
|
|
838
819
|
--interactive-chip-channel-primary-off-border-hover: #8fb99c;
|
|
839
820
|
--interactive-chip-channel-primary-off-border-pressed: #83b191;
|
|
840
821
|
--label-channel: #6ea782;
|
|
841
|
-
--flag-channel-fill: #b2cfbb;
|
|
842
|
-
--flag-channel-text: #063e21;
|
|
843
|
-
--flag-channel-icon: #063e21;
|
|
844
822
|
}
|
|
845
823
|
|
|
846
824
|
[data-theme="travel"] {
|
|
@@ -896,9 +874,6 @@
|
|
|
896
874
|
--interactive-chip-channel-primary-off-border-hover: #8cb2d0;
|
|
897
875
|
--interactive-chip-channel-primary-off-border-pressed: #7ea8ca;
|
|
898
876
|
--label-channel: #78a7ca;
|
|
899
|
-
--flag-channel-fill: #b8cfe2;
|
|
900
|
-
--flag-channel-text: #183b56;
|
|
901
|
-
--flag-channel-icon: #183b56;
|
|
902
877
|
}
|
|
903
878
|
|
|
904
879
|
[data-theme="culture"] {
|
|
@@ -954,9 +929,6 @@
|
|
|
954
929
|
--interactive-chip-channel-primary-off-border-hover: #cb8aaa;
|
|
955
930
|
--interactive-chip-channel-primary-off-border-pressed: #c47ca0;
|
|
956
931
|
--label-channel: #ba729b;
|
|
957
|
-
--flag-channel-fill: #ddb3c8;
|
|
958
|
-
--flag-channel-text: #4b1331;
|
|
959
|
-
--flag-channel-icon: #4b1331;
|
|
960
932
|
}
|
|
961
933
|
|
|
962
934
|
[data-theme="obituaries"] {
|
|
@@ -1012,9 +984,6 @@
|
|
|
1012
984
|
--interactive-chip-channel-primary-off-border-hover: #aeaeaa;
|
|
1013
985
|
--interactive-chip-channel-primary-off-border-pressed: #a5a59f;
|
|
1014
986
|
--label-channel: #9e9e9b;
|
|
1015
|
-
--flag-channel-fill: #ccccc9;
|
|
1016
|
-
--flag-channel-text: #363636;
|
|
1017
|
-
--flag-channel-icon: #363636;
|
|
1018
987
|
}
|
|
1019
988
|
|
|
1020
989
|
[data-theme="ireland"] {
|
|
@@ -1070,9 +1039,271 @@
|
|
|
1070
1039
|
--interactive-chip-channel-primary-off-border-hover: #91a2a1;
|
|
1071
1040
|
--interactive-chip-channel-primary-off-border-pressed: #879a98;
|
|
1072
1041
|
--label-channel: #66807d;
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
[data-theme="magazineLuxx"] {
|
|
1045
|
+
--surface-channel-50: #f4f7f7;
|
|
1046
|
+
--surface-channel-100: #e4ebf0;
|
|
1047
|
+
--surface-channel-200: #b1c5d3;
|
|
1048
|
+
--surface-channel-300: #145683;
|
|
1049
|
+
--surface-channel-400: #0e3c5c;
|
|
1050
|
+
--surface-channel-500: #0b2c42;
|
|
1051
|
+
--text-channel-primary: #29628d;
|
|
1052
|
+
--text-channel-secondary: #5581a1;
|
|
1053
|
+
--text-channel-tertiary: #84a2ba;
|
|
1054
|
+
--icon-channel-primary: #145683;
|
|
1055
|
+
--icon-channel-secondary: #3e6f95;
|
|
1056
|
+
--icon-channel-tertiary: #84a2ba;
|
|
1057
|
+
--border-channel-primary: #b1c5d3;
|
|
1058
|
+
--border-channel-secondary: #d7e1e9;
|
|
1059
|
+
--border-channel-tertiary: #eff2f5;
|
|
1060
|
+
--interactive-chip-channel-secondary-on-fill-default: #f4f7f7;
|
|
1061
|
+
--interactive-chip-channel-secondary-on-fill-hover: #c9d8d8;
|
|
1062
|
+
--interactive-chip-channel-secondary-on-fill-pressed: #bbcece;
|
|
1063
|
+
--interactive-chip-channel-secondary-on-text-default: #145683;
|
|
1064
|
+
--interactive-chip-channel-secondary-on-text-hover: #114a6f;
|
|
1065
|
+
--interactive-chip-channel-secondary-on-text-pressed: #104569;
|
|
1066
|
+
--interactive-chip-channel-secondary-on-icon-default: #145683;
|
|
1067
|
+
--interactive-chip-channel-secondary-on-icon-hover: #114a6f;
|
|
1068
|
+
--interactive-chip-channel-secondary-on-icon-pressed: #104569;
|
|
1069
|
+
--interactive-chip-channel-secondary-on-border-default: #145683;
|
|
1070
|
+
--interactive-chip-channel-secondary-on-border-hover: #114a6f;
|
|
1071
|
+
--interactive-chip-channel-secondary-on-border-pressed: #104569;
|
|
1072
|
+
--interactive-chip-channel-secondary-off-fill-default: #e4ebf0;
|
|
1073
|
+
--interactive-chip-channel-secondary-off-fill-hover: #b7cad7;
|
|
1074
|
+
--interactive-chip-channel-secondary-off-fill-pressed: #a8becf;
|
|
1075
|
+
--interactive-chip-channel-secondary-off-text-default: #0e3c5c;
|
|
1076
|
+
--interactive-chip-channel-secondary-off-text-hover: #0c334e;
|
|
1077
|
+
--interactive-chip-channel-secondary-off-text-pressed: #0b3049;
|
|
1078
|
+
--interactive-chip-channel-secondary-off-icon-default: #0e3c5c;
|
|
1079
|
+
--interactive-chip-channel-secondary-off-icon-hover: #0c334e;
|
|
1080
|
+
--interactive-chip-channel-secondary-off-icon-pressed: #0b3049;
|
|
1081
|
+
--interactive-chip-channel-primary-on-fill-default: #145683;
|
|
1082
|
+
--interactive-chip-channel-primary-on-fill-hover: #114a6f;
|
|
1083
|
+
--interactive-chip-channel-primary-on-fill-pressed: #104569;
|
|
1084
|
+
--interactive-chip-channel-primary-off-fill-default: #e4ebf0;
|
|
1085
|
+
--interactive-chip-channel-primary-off-fill-hover: #b7cad7;
|
|
1086
|
+
--interactive-chip-channel-primary-off-fill-pressed: #a8becf;
|
|
1087
|
+
--interactive-chip-channel-primary-off-text-default: #0b2c42;
|
|
1088
|
+
--interactive-chip-channel-primary-off-text-hover: #092538;
|
|
1089
|
+
--interactive-chip-channel-primary-off-text-pressed: #092335;
|
|
1090
|
+
--interactive-chip-channel-primary-off-icon-default: #0b2c42;
|
|
1091
|
+
--interactive-chip-channel-primary-off-icon-hover: #092538;
|
|
1092
|
+
--interactive-chip-channel-primary-off-icon-pressed: #092335;
|
|
1093
|
+
--interactive-chip-channel-primary-off-border-default: #b1c5d3;
|
|
1094
|
+
--interactive-chip-channel-primary-off-border-hover: #8ca9be;
|
|
1095
|
+
--interactive-chip-channel-primary-off-border-pressed: #7fa0b7;
|
|
1096
|
+
--label-channel: #6b90ae;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
[data-theme="magazineSundayTimes"] {
|
|
1100
|
+
--surface-channel-50: #f7f7f5;
|
|
1101
|
+
--surface-channel-100: #edede8;
|
|
1102
|
+
--surface-channel-200: #d3c9be;
|
|
1103
|
+
--surface-channel-300: #7e6645;
|
|
1104
|
+
--surface-channel-400: #5a4730;
|
|
1105
|
+
--surface-channel-500: #3f3321;
|
|
1106
|
+
--text-channel-primary: #887253;
|
|
1107
|
+
--text-channel-secondary: #9f8c75;
|
|
1108
|
+
--text-channel-tertiary: #b7aa9a;
|
|
1109
|
+
--icon-channel-primary: #7e6645;
|
|
1110
|
+
--icon-channel-secondary: #927c60;
|
|
1111
|
+
--icon-channel-tertiary: #b7aa9a;
|
|
1112
|
+
--border-channel-primary: #d3c9be;
|
|
1113
|
+
--border-channel-secondary: #e9e5e0;
|
|
1114
|
+
--border-channel-tertiary: #f5f5f2;
|
|
1115
|
+
--interactive-chip-channel-secondary-on-fill-default: #f7f7f5;
|
|
1116
|
+
--interactive-chip-channel-secondary-on-fill-hover: #d6d6cc;
|
|
1117
|
+
--interactive-chip-channel-secondary-on-fill-pressed: #cbcbbe;
|
|
1118
|
+
--interactive-chip-channel-secondary-on-text-default: #7e6645;
|
|
1119
|
+
--interactive-chip-channel-secondary-on-text-hover: #6b573b;
|
|
1120
|
+
--interactive-chip-channel-secondary-on-text-pressed: #655237;
|
|
1121
|
+
--interactive-chip-channel-secondary-on-icon-default: #7e6645;
|
|
1122
|
+
--interactive-chip-channel-secondary-on-icon-hover: #6b573b;
|
|
1123
|
+
--interactive-chip-channel-secondary-on-icon-pressed: #655237;
|
|
1124
|
+
--interactive-chip-channel-secondary-on-border-default: #7e6645;
|
|
1125
|
+
--interactive-chip-channel-secondary-on-border-hover: #6b573b;
|
|
1126
|
+
--interactive-chip-channel-secondary-on-border-pressed: #655237;
|
|
1127
|
+
--interactive-chip-channel-secondary-off-fill-default: #edede8;
|
|
1128
|
+
--interactive-chip-channel-secondary-off-fill-hover: #cecec1;
|
|
1129
|
+
--interactive-chip-channel-secondary-off-fill-pressed: #c4c4b3;
|
|
1130
|
+
--interactive-chip-channel-secondary-off-text-default: #5a4730;
|
|
1131
|
+
--interactive-chip-channel-secondary-off-text-hover: #4c3c29;
|
|
1132
|
+
--interactive-chip-channel-secondary-off-text-pressed: #483926;
|
|
1133
|
+
--interactive-chip-channel-secondary-off-icon-default: #5a4730;
|
|
1134
|
+
--interactive-chip-channel-secondary-off-icon-hover: #4c3c29;
|
|
1135
|
+
--interactive-chip-channel-secondary-off-icon-pressed: #483926;
|
|
1136
|
+
--interactive-chip-channel-primary-on-fill-default: #7e6645;
|
|
1137
|
+
--interactive-chip-channel-primary-on-fill-hover: #6b573b;
|
|
1138
|
+
--interactive-chip-channel-primary-on-fill-pressed: #655237;
|
|
1139
|
+
--interactive-chip-channel-primary-off-fill-default: #edede8;
|
|
1140
|
+
--interactive-chip-channel-primary-off-fill-hover: #cecec1;
|
|
1141
|
+
--interactive-chip-channel-primary-off-fill-pressed: #c4c4b3;
|
|
1142
|
+
--interactive-chip-channel-primary-off-text-default: #3f3321;
|
|
1143
|
+
--interactive-chip-channel-primary-off-text-hover: #362b1c;
|
|
1144
|
+
--interactive-chip-channel-primary-off-text-pressed: #33291a;
|
|
1145
|
+
--interactive-chip-channel-primary-off-icon-default: #3f3321;
|
|
1146
|
+
--interactive-chip-channel-primary-off-icon-hover: #362b1c;
|
|
1147
|
+
--interactive-chip-channel-primary-off-icon-pressed: #33291a;
|
|
1148
|
+
--interactive-chip-channel-primary-off-border-default: #d3c9be;
|
|
1149
|
+
--interactive-chip-channel-primary-off-border-hover: #bbab9a;
|
|
1150
|
+
--interactive-chip-channel-primary-off-border-pressed: #b3a18e;
|
|
1151
|
+
--label-channel: #7e6645;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
[data-theme="magazineTimes"] {
|
|
1155
|
+
--surface-channel-50: #f7f7f5;
|
|
1156
|
+
--surface-channel-100: #edede5;
|
|
1157
|
+
--surface-channel-200: #c9ccb3;
|
|
1158
|
+
--surface-channel-300: #676f1d;
|
|
1159
|
+
--surface-channel-400: #494d15;
|
|
1160
|
+
--surface-channel-500: #323811;
|
|
1161
|
+
--text-channel-primary: #717b2f;
|
|
1162
|
+
--text-channel-secondary: #8e945a;
|
|
1163
|
+
--text-channel-tertiary: #adb085;
|
|
1164
|
+
--icon-channel-primary: #676f1d;
|
|
1165
|
+
--icon-channel-secondary: #7e8544;
|
|
1166
|
+
--icon-channel-tertiary: #adb085;
|
|
1167
|
+
--border-channel-primary: #c9ccb3;
|
|
1168
|
+
--border-channel-secondary: #e6e6da;
|
|
1169
|
+
--border-channel-tertiary: #f5f5ef;
|
|
1170
|
+
--interactive-chip-channel-secondary-on-fill-default: #f7f7f5;
|
|
1171
|
+
--interactive-chip-channel-secondary-on-fill-hover: #d6d6cc;
|
|
1172
|
+
--interactive-chip-channel-secondary-on-fill-pressed: #cbcbbe;
|
|
1173
|
+
--interactive-chip-channel-secondary-on-text-default: #676f1d;
|
|
1174
|
+
--interactive-chip-channel-secondary-on-text-hover: #575e19;
|
|
1175
|
+
--interactive-chip-channel-secondary-on-text-pressed: #535917;
|
|
1176
|
+
--interactive-chip-channel-secondary-on-icon-default: #676f1d;
|
|
1177
|
+
--interactive-chip-channel-secondary-on-icon-hover: #575e19;
|
|
1178
|
+
--interactive-chip-channel-secondary-on-icon-pressed: #535917;
|
|
1179
|
+
--interactive-chip-channel-secondary-on-border-default: #676f1d;
|
|
1180
|
+
--interactive-chip-channel-secondary-on-border-hover: #575e19;
|
|
1181
|
+
--interactive-chip-channel-secondary-on-border-pressed: #535917;
|
|
1182
|
+
--interactive-chip-channel-secondary-off-fill-default: #edede5;
|
|
1183
|
+
--interactive-chip-channel-secondary-off-fill-hover: #d0d0bc;
|
|
1184
|
+
--interactive-chip-channel-secondary-off-fill-pressed: #c7c7ae;
|
|
1185
|
+
--interactive-chip-channel-secondary-off-text-default: #494d15;
|
|
1186
|
+
--interactive-chip-channel-secondary-off-text-hover: #3e4112;
|
|
1187
|
+
--interactive-chip-channel-secondary-off-text-pressed: #3a3e11;
|
|
1188
|
+
--interactive-chip-channel-secondary-off-icon-default: #494d15;
|
|
1189
|
+
--interactive-chip-channel-secondary-off-icon-hover: #3e4112;
|
|
1190
|
+
--interactive-chip-channel-secondary-off-icon-pressed: #3a3e11;
|
|
1191
|
+
--interactive-chip-channel-primary-on-fill-default: #676f1d;
|
|
1192
|
+
--interactive-chip-channel-primary-on-fill-hover: #575e19;
|
|
1193
|
+
--interactive-chip-channel-primary-on-fill-pressed: #535917;
|
|
1194
|
+
--interactive-chip-channel-primary-off-fill-default: #edede5;
|
|
1195
|
+
--interactive-chip-channel-primary-off-fill-hover: #d0d0bc;
|
|
1196
|
+
--interactive-chip-channel-primary-off-fill-pressed: #c7c7ae;
|
|
1197
|
+
--interactive-chip-channel-primary-off-text-default: #323811;
|
|
1198
|
+
--interactive-chip-channel-primary-off-text-hover: #2b300e;
|
|
1199
|
+
--interactive-chip-channel-primary-off-text-pressed: #282d0e;
|
|
1200
|
+
--interactive-chip-channel-primary-off-icon-default: #323811;
|
|
1201
|
+
--interactive-chip-channel-primary-off-icon-hover: #2b300e;
|
|
1202
|
+
--interactive-chip-channel-primary-off-icon-pressed: #282d0e;
|
|
1203
|
+
--interactive-chip-channel-primary-off-border-default: #c9ccb3;
|
|
1204
|
+
--interactive-chip-channel-primary-off-border-hover: #b1b591;
|
|
1205
|
+
--interactive-chip-channel-primary-off-border-pressed: #a8ad85;
|
|
1206
|
+
--label-channel: #676f1d;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
[data-theme="timesPlus"] {
|
|
1210
|
+
--surface-channel-50: #f4f7fa;
|
|
1211
|
+
--surface-channel-100: #e4edf0;
|
|
1212
|
+
--surface-channel-200: #b2cfd5;
|
|
1213
|
+
--surface-channel-300: #017487;
|
|
1214
|
+
--surface-channel-400: #0c505d;
|
|
1215
|
+
--surface-channel-500: #0b3944;
|
|
1216
|
+
--text-channel-primary: #227f91;
|
|
1217
|
+
--text-channel-secondary: #5698a5;
|
|
1218
|
+
--text-channel-tertiary: #85b4be;
|
|
1219
|
+
--icon-channel-primary: #017487;
|
|
1220
|
+
--icon-channel-secondary: #398999;
|
|
1221
|
+
--icon-channel-tertiary: #85b4be;
|
|
1222
|
+
--border-channel-primary: #b2cfd5;
|
|
1223
|
+
--border-channel-secondary: #d9e6eb;
|
|
1224
|
+
--border-channel-tertiary: #eff5f5;
|
|
1225
|
+
--interactive-chip-channel-secondary-on-fill-default: #f4f7fa;
|
|
1226
|
+
--interactive-chip-channel-secondary-on-fill-hover: #c1d2e3;
|
|
1227
|
+
--interactive-chip-channel-secondary-on-fill-pressed: #b0c6db;
|
|
1228
|
+
--interactive-chip-channel-secondary-on-text-default: #017487;
|
|
1229
|
+
--interactive-chip-channel-secondary-on-text-hover: #016273;
|
|
1230
|
+
--interactive-chip-channel-secondary-on-text-pressed: #015c6c;
|
|
1231
|
+
--interactive-chip-channel-secondary-on-icon-default: #017487;
|
|
1232
|
+
--interactive-chip-channel-secondary-on-icon-hover: #016273;
|
|
1233
|
+
--interactive-chip-channel-secondary-on-icon-pressed: #015c6c;
|
|
1234
|
+
--interactive-chip-channel-secondary-on-border-default: #017487;
|
|
1235
|
+
--interactive-chip-channel-secondary-on-border-hover: #016273;
|
|
1236
|
+
--interactive-chip-channel-secondary-on-border-pressed: #015c6c;
|
|
1237
|
+
--interactive-chip-channel-secondary-off-fill-default: #e4edf0;
|
|
1238
|
+
--interactive-chip-channel-secondary-off-fill-hover: #b7cfd7;
|
|
1239
|
+
--interactive-chip-channel-secondary-off-fill-pressed: #a8c5cf;
|
|
1240
|
+
--interactive-chip-channel-secondary-off-text-default: #0c505d;
|
|
1241
|
+
--interactive-chip-channel-secondary-off-text-hover: #0a444f;
|
|
1242
|
+
--interactive-chip-channel-secondary-off-text-pressed: #0a404b;
|
|
1243
|
+
--interactive-chip-channel-secondary-off-icon-default: #0c505d;
|
|
1244
|
+
--interactive-chip-channel-secondary-off-icon-hover: #0a444f;
|
|
1245
|
+
--interactive-chip-channel-secondary-off-icon-pressed: #0a404b;
|
|
1246
|
+
--interactive-chip-channel-primary-on-fill-default: #017487;
|
|
1247
|
+
--interactive-chip-channel-primary-on-fill-hover: #016273;
|
|
1248
|
+
--interactive-chip-channel-primary-on-fill-pressed: #015c6c;
|
|
1249
|
+
--interactive-chip-channel-primary-off-fill-default: #e4edf0;
|
|
1250
|
+
--interactive-chip-channel-primary-off-fill-hover: #b7cfd7;
|
|
1251
|
+
--interactive-chip-channel-primary-off-fill-pressed: #a8c5cf;
|
|
1252
|
+
--interactive-chip-channel-primary-off-text-default: #0b3944;
|
|
1253
|
+
--interactive-chip-channel-primary-off-text-hover: #09303a;
|
|
1254
|
+
--interactive-chip-channel-primary-off-text-pressed: #092d36;
|
|
1255
|
+
--interactive-chip-channel-primary-off-icon-default: #0b3944;
|
|
1256
|
+
--interactive-chip-channel-primary-off-icon-hover: #09303a;
|
|
1257
|
+
--interactive-chip-channel-primary-off-icon-pressed: #092d36;
|
|
1258
|
+
--interactive-chip-channel-primary-off-border-default: #b2cfd5;
|
|
1259
|
+
--interactive-chip-channel-primary-off-border-hover: #8cb8c0;
|
|
1260
|
+
--interactive-chip-channel-primary-off-border-pressed: #7fb0b9;
|
|
1261
|
+
--label-channel: #017487;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
[data-theme="timesRadio"] {
|
|
1265
|
+
--ramp-cobalt-50: #05080d;
|
|
1266
|
+
--ramp-cobalt-100: #0b121d;
|
|
1267
|
+
--ramp-cobalt-150: #101a2a;
|
|
1268
|
+
--ramp-cobalt-200: #132437;
|
|
1269
|
+
--ramp-cobalt-250: #1b2c44;
|
|
1270
|
+
--ramp-cobalt-300: #1f3454;
|
|
1271
|
+
--ramp-cobalt-350: #223e61;
|
|
1272
|
+
--ramp-cobalt-400: #2a466e;
|
|
1273
|
+
--ramp-cobalt-450: #2e507e;
|
|
1274
|
+
--ramp-cobalt-500: #33588b;
|
|
1275
|
+
--ramp-cobalt-550: #3d5f90;
|
|
1276
|
+
--ramp-cobalt-600: #486998;
|
|
1277
|
+
--ramp-cobalt-650: #53719d;
|
|
1278
|
+
--ramp-cobalt-700: #5e79a1;
|
|
1279
|
+
--ramp-cobalt-750: #6883a9;
|
|
1280
|
+
--ramp-cobalt-800: #708aae;
|
|
1281
|
+
--ramp-cobalt-850: #7b92b3;
|
|
1282
|
+
--ramp-cobalt-900: #869aba;
|
|
1283
|
+
--ramp-cobalt-950: #90a4bf;
|
|
1284
|
+
--ramp-cobalt-1000: #9babc4;
|
|
1285
|
+
--ramp-coral-50: #160a0a;
|
|
1286
|
+
--ramp-coral-100: #2f1311;
|
|
1287
|
+
--ramp-coral-150: #451c1b;
|
|
1288
|
+
--ramp-coral-200: #5e2524;
|
|
1289
|
+
--ramp-coral-250: #732f2b;
|
|
1290
|
+
--ramp-coral-300: #8c3835;
|
|
1291
|
+
--ramp-coral-350: #a2413f;
|
|
1292
|
+
--ramp-coral-400: #b84b46;
|
|
1293
|
+
--ramp-coral-450: #d0574f;
|
|
1294
|
+
--ramp-coral-500: #e75f58;
|
|
1295
|
+
--ramp-coral-550: #e96961;
|
|
1296
|
+
--ramp-coral-600: #eb7169;
|
|
1297
|
+
--ramp-coral-650: #ed7971;
|
|
1298
|
+
--ramp-coral-700: #ec7f79;
|
|
1299
|
+
--ramp-coral-750: #ee8784;
|
|
1300
|
+
--ramp-coral-800: #f08f8c;
|
|
1301
|
+
--ramp-coral-850: #f29791;
|
|
1302
|
+
--ramp-coral-900: #f49f9c;
|
|
1303
|
+
--ramp-coral-950: #f3a8a4;
|
|
1304
|
+
--ramp-coral-1000: #f5b0ab;
|
|
1305
|
+
--base-cobalt: #33588b;
|
|
1306
|
+
--base-coral: #e75f58;
|
|
1076
1307
|
}
|
|
1077
1308
|
}
|
|
1078
1309
|
[data-color-mode="dark"] {
|
|
@@ -1338,17 +1569,22 @@
|
|
|
1338
1569
|
--label-secondary: #d9d9d9;
|
|
1339
1570
|
--label-channel: #999999;
|
|
1340
1571
|
--label-callout: #ff3933;
|
|
1341
|
-
--
|
|
1342
|
-
--
|
|
1343
|
-
--
|
|
1344
|
-
--
|
|
1345
|
-
--
|
|
1346
|
-
--
|
|
1347
|
-
--
|
|
1348
|
-
--
|
|
1349
|
-
--
|
|
1350
|
-
--
|
|
1351
|
-
--
|
|
1572
|
+
--tag-primary-fill: #ffffff;
|
|
1573
|
+
--tag-primary-text: #000000;
|
|
1574
|
+
--tag-primary-icon: #000000;
|
|
1575
|
+
--tag-secondary-fill: #262626;
|
|
1576
|
+
--tag-secondary-text: #ffffff;
|
|
1577
|
+
--tag-secondary-icon: #ffffff;
|
|
1578
|
+
--tag-tertiary-text: #ffffff;
|
|
1579
|
+
--tag-tertiary-icon: #ffffff;
|
|
1580
|
+
--tag-callout-primary-fill: #ff3933;
|
|
1581
|
+
--tag-callout-primary-text: #ffffff;
|
|
1582
|
+
--tag-callout-primary-icon: #ffffff;
|
|
1583
|
+
--tag-callout-secondary-fill: #670909;
|
|
1584
|
+
--tag-callout-secondary-text: #ff3933;
|
|
1585
|
+
--tag-callout-secondary-icon: #ff3933;
|
|
1586
|
+
--tag-callout-tertiary-text: #ff3933;
|
|
1587
|
+
--tag-callout-tertiary-icon: #ff3933;
|
|
1352
1588
|
--toast-fill-info: #0f4aa2;
|
|
1353
1589
|
--toast-fill-success: #2c865b;
|
|
1354
1590
|
--toast-fill-warning: #e49307;
|
|
@@ -1396,9 +1632,6 @@
|
|
|
1396
1632
|
--border-channel-tertiary: #3d0e1c;
|
|
1397
1633
|
--active-border: #ffffff;
|
|
1398
1634
|
--label-channel: #aa4361;
|
|
1399
|
-
--flag-channel-fill: #7d1738;
|
|
1400
|
-
--flag-channel-text: #d091a4;
|
|
1401
|
-
--flag-channel-icon: #d091a4;
|
|
1402
1635
|
--interactive-negative-border-default: #e70300;
|
|
1403
1636
|
--interactive-negative-border-hover: #c40300;
|
|
1404
1637
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -1483,9 +1716,6 @@
|
|
|
1483
1716
|
--border-channel-tertiary: #104149;
|
|
1484
1717
|
--active-border: #ffffff;
|
|
1485
1718
|
--label-channel: #47adbf;
|
|
1486
|
-
--flag-channel-fill: #147f91;
|
|
1487
|
-
--flag-channel-text: #97d0da;
|
|
1488
|
-
--flag-channel-icon: #97d0da;
|
|
1489
1719
|
--interactive-negative-border-default: #e70300;
|
|
1490
1720
|
--interactive-negative-border-hover: #c40300;
|
|
1491
1721
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -1570,9 +1800,6 @@
|
|
|
1570
1800
|
--border-channel-tertiary: #5a2e17;
|
|
1571
1801
|
--active-border: #ffffff;
|
|
1572
1802
|
--label-channel: #e68854;
|
|
1573
|
-
--flag-channel-fill: #b45c2a;
|
|
1574
|
-
--flag-channel-text: #f0bb9c;
|
|
1575
|
-
--flag-channel-icon: #f0bb9c;
|
|
1576
1803
|
--interactive-negative-border-default: #e70300;
|
|
1577
1804
|
--interactive-negative-border-hover: #c40300;
|
|
1578
1805
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -1657,9 +1884,6 @@
|
|
|
1657
1884
|
--border-channel-tertiary: #0b2452;
|
|
1658
1885
|
--active-border: #ffffff;
|
|
1659
1886
|
--label-channel: #3f77d2;
|
|
1660
|
-
--flag-channel-fill: #124ba1;
|
|
1661
|
-
--flag-channel-text: #91aee5;
|
|
1662
|
-
--flag-channel-icon: #91aee5;
|
|
1663
1887
|
--interactive-negative-border-default: #e70300;
|
|
1664
1888
|
--interactive-negative-border-hover: #c40300;
|
|
1665
1889
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -1744,9 +1968,6 @@
|
|
|
1744
1968
|
--border-channel-tertiary: #1a2e3c;
|
|
1745
1969
|
--active-border: #ffffff;
|
|
1746
1970
|
--label-channel: #5d86a6;
|
|
1747
|
-
--flag-channel-fill: #345a78;
|
|
1748
|
-
--flag-channel-text: #a1b8cb;
|
|
1749
|
-
--flag-channel-icon: #a1b8cb;
|
|
1750
1971
|
--interactive-negative-border-default: #e70300;
|
|
1751
1972
|
--interactive-negative-border-hover: #c40300;
|
|
1752
1973
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -1831,9 +2052,6 @@
|
|
|
1831
2052
|
--border-channel-tertiary: #073131;
|
|
1832
2053
|
--active-border: #ffffff;
|
|
1833
2054
|
--label-channel: #3c8b90;
|
|
1834
|
-
--flag-channel-fill: #056065;
|
|
1835
|
-
--flag-channel-text: #90bbbe;
|
|
1836
|
-
--flag-channel-icon: #90bbbe;
|
|
1837
2055
|
--interactive-negative-border-default: #e70300;
|
|
1838
2056
|
--interactive-negative-border-hover: #c40300;
|
|
1839
2057
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -1918,9 +2136,6 @@
|
|
|
1918
2136
|
--border-channel-tertiary: #0f2c3f;
|
|
1919
2137
|
--active-border: #ffffff;
|
|
1920
2138
|
--label-channel: #4786ac;
|
|
1921
|
-
--flag-channel-fill: #1b5b7d;
|
|
1922
|
-
--flag-channel-text: #94b9ce;
|
|
1923
|
-
--flag-channel-icon: #94b9ce;
|
|
1924
2139
|
--interactive-negative-border-default: #e70300;
|
|
1925
2140
|
--interactive-negative-border-hover: #c40300;
|
|
1926
2141
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -2005,9 +2220,6 @@
|
|
|
2005
2220
|
--border-channel-tertiary: #254035;
|
|
2006
2221
|
--active-border: #ffffff;
|
|
2007
2222
|
--label-channel: #71b297;
|
|
2008
|
-
--flag-channel-fill: #458469;
|
|
2009
|
-
--flag-channel-text: #aed2c1;
|
|
2010
|
-
--flag-channel-icon: #aed2c1;
|
|
2011
2223
|
--interactive-negative-border-default: #e70300;
|
|
2012
2224
|
--interactive-negative-border-hover: #c40300;
|
|
2013
2225
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -2092,9 +2304,6 @@
|
|
|
2092
2304
|
--border-channel-tertiary: #07311a;
|
|
2093
2305
|
--active-border: #ffffff;
|
|
2094
2306
|
--label-channel: #3b8e5d;
|
|
2095
|
-
--flag-channel-fill: #006234;
|
|
2096
|
-
--flag-channel-text: #8fbea1;
|
|
2097
|
-
--flag-channel-icon: #8fbea1;
|
|
2098
2307
|
--interactive-negative-border-default: #e70300;
|
|
2099
2308
|
--interactive-negative-border-hover: #c40300;
|
|
2100
2309
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -2179,9 +2388,6 @@
|
|
|
2179
2388
|
--border-channel-tertiary: #113144;
|
|
2180
2389
|
--active-border: #ffffff;
|
|
2181
2390
|
--label-channel: #4f8eb9;
|
|
2182
|
-
--flag-channel-fill: #26608b;
|
|
2183
|
-
--flag-channel-text: #9abbd6;
|
|
2184
|
-
--flag-channel-icon: #9abbd6;
|
|
2185
2391
|
--interactive-negative-border-default: #e70300;
|
|
2186
2392
|
--interactive-negative-border-hover: #c40300;
|
|
2187
2393
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -2266,9 +2472,6 @@
|
|
|
2266
2472
|
--border-channel-tertiary: #3b0f27;
|
|
2267
2473
|
--active-border: #ffffff;
|
|
2268
2474
|
--label-channel: #a4477c;
|
|
2269
|
-
--flag-channel-fill: #771c51;
|
|
2270
|
-
--flag-channel-text: #cd94b1;
|
|
2271
|
-
--flag-channel-icon: #cd94b1;
|
|
2272
2475
|
--interactive-negative-border-default: #e70300;
|
|
2273
2476
|
--interactive-negative-border-hover: #c40300;
|
|
2274
2477
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -2353,9 +2556,6 @@
|
|
|
2353
2556
|
--border-channel-tertiary: #2b2b2b;
|
|
2354
2557
|
--active-border: #ffffff;
|
|
2355
2558
|
--label-channel: #82827f;
|
|
2356
|
-
--flag-channel-fill: #575754;
|
|
2357
|
-
--flag-channel-text: #b5b5b5;
|
|
2358
|
-
--flag-channel-icon: #b5b5b5;
|
|
2359
2559
|
--interactive-negative-border-default: #e70300;
|
|
2360
2560
|
--interactive-negative-border-hover: #c40300;
|
|
2361
2561
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -2440,9 +2640,6 @@
|
|
|
2440
2640
|
--border-channel-tertiary: #0a1717;
|
|
2441
2641
|
--active-border: #ffffff;
|
|
2442
2642
|
--label-channel: #385a57;
|
|
2443
|
-
--flag-channel-fill: #0c312e;
|
|
2444
|
-
--flag-channel-text: #8b9f9c;
|
|
2445
|
-
--flag-channel-icon: #8b9f9c;
|
|
2446
2643
|
--interactive-negative-border-default: #e70300;
|
|
2447
2644
|
--interactive-negative-border-hover: #c40300;
|
|
2448
2645
|
--interactive-negative-border-pressed: #b90200;
|
|
@@ -2508,6 +2705,387 @@
|
|
|
2508
2705
|
--interactive-chip-channel-primary-on-icon-pressed: #cccccc;
|
|
2509
2706
|
--interactive-tab-selected-border-default: #ffffff;
|
|
2510
2707
|
}
|
|
2708
|
+
|
|
2709
|
+
[data-theme="magazineLuxx"] {
|
|
2710
|
+
--surface-channel-50: #05121a;
|
|
2711
|
+
--surface-channel-100: #082235;
|
|
2712
|
+
--surface-channel-200: #114669;
|
|
2713
|
+
--surface-channel-300: #3e6f95;
|
|
2714
|
+
--surface-channel-400: #6b90ae;
|
|
2715
|
+
--surface-channel-500: #8eacc1;
|
|
2716
|
+
--text-channel-primary: #8eacc1;
|
|
2717
|
+
--text-channel-secondary: #799ab5;
|
|
2718
|
+
--text-channel-tertiary: #49799c;
|
|
2719
|
+
--icon-channel-primary: #154e76;
|
|
2720
|
+
--icon-channel-secondary: #216088;
|
|
2721
|
+
--icon-channel-tertiary: #49799c;
|
|
2722
|
+
--border-channel-primary: #5581a1;
|
|
2723
|
+
--border-channel-secondary: #3e6f95;
|
|
2724
|
+
--border-channel-tertiary: #216088;
|
|
2725
|
+
--active-border: #ffffff;
|
|
2726
|
+
--label-channel: #3e6f95;
|
|
2727
|
+
--interactive-negative-border-default: #e70300;
|
|
2728
|
+
--interactive-negative-border-hover: #c40300;
|
|
2729
|
+
--interactive-negative-border-pressed: #b90200;
|
|
2730
|
+
--interactive-negative-text-default: #e70300;
|
|
2731
|
+
--interactive-negative-text-hover: #c40300;
|
|
2732
|
+
--interactive-negative-text-pressed: #b90200;
|
|
2733
|
+
--interactive-negative-icon-default: #e70300;
|
|
2734
|
+
--interactive-negative-icon-hover: #c40300;
|
|
2735
|
+
--interactive-negative-icon-pressed: #b90200;
|
|
2736
|
+
--interactive-link-secondary-text-default: #8c8c8c;
|
|
2737
|
+
--interactive-link-secondary-text-hover: #777777;
|
|
2738
|
+
--interactive-link-secondary-text-pressed: #707070;
|
|
2739
|
+
--interactive-link-secondary-text-visited: #9a9a9a;
|
|
2740
|
+
--interactive-link-secondary-icon-default: #8c8c8c;
|
|
2741
|
+
--interactive-link-secondary-icon-hover: #777777;
|
|
2742
|
+
--interactive-link-secondary-icon-pressed: #707070;
|
|
2743
|
+
--interactive-link-secondary-icon-visited: #9a9a9a;
|
|
2744
|
+
--interactive-link-secondary-underline-default: #8c8c8c;
|
|
2745
|
+
--interactive-link-secondary-underline-hover: #9d9d9d;
|
|
2746
|
+
--interactive-link-secondary-underline-pressed: #a3a3a3;
|
|
2747
|
+
--interactive-link-secondary-underline-visited: #7e7e7e;
|
|
2748
|
+
--interactive-chip-channel-secondary-off-fill-default: #082235;
|
|
2749
|
+
--interactive-chip-channel-secondary-off-fill-hover: #071d2d;
|
|
2750
|
+
--interactive-chip-channel-secondary-off-fill-pressed: #061b2a;
|
|
2751
|
+
--interactive-chip-channel-secondary-off-text-default: #6b90ae;
|
|
2752
|
+
--interactive-chip-channel-secondary-off-text-hover: #547b9a;
|
|
2753
|
+
--interactive-chip-channel-secondary-off-text-pressed: #507491;
|
|
2754
|
+
--interactive-chip-channel-secondary-off-icon-default: #6b90ae;
|
|
2755
|
+
--interactive-chip-channel-secondary-off-icon-hover: #547b9a;
|
|
2756
|
+
--interactive-chip-channel-secondary-off-icon-pressed: #507491;
|
|
2757
|
+
--interactive-chip-channel-secondary-on-border-default: #6b90ae;
|
|
2758
|
+
--interactive-chip-channel-secondary-on-border-hover: #547b9a;
|
|
2759
|
+
--interactive-chip-channel-secondary-on-border-pressed: #507491;
|
|
2760
|
+
--interactive-chip-channel-secondary-on-fill-default: #082235;
|
|
2761
|
+
--interactive-chip-channel-secondary-on-fill-hover: #071d2d;
|
|
2762
|
+
--interactive-chip-channel-secondary-on-fill-pressed: #061b2a;
|
|
2763
|
+
--interactive-chip-channel-secondary-on-text-default: #ffffff;
|
|
2764
|
+
--interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
|
|
2765
|
+
--interactive-chip-channel-secondary-on-text-pressed: #cccccc;
|
|
2766
|
+
--interactive-chip-channel-secondary-on-icon-default: #ffffff;
|
|
2767
|
+
--interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
|
|
2768
|
+
--interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
|
|
2769
|
+
--interactive-chip-channel-primary-off-fill-default: #05121a;
|
|
2770
|
+
--interactive-chip-channel-primary-off-fill-hover: #040f16;
|
|
2771
|
+
--interactive-chip-channel-primary-off-fill-pressed: #040e15;
|
|
2772
|
+
--interactive-chip-channel-primary-off-text-default: #8eacc1;
|
|
2773
|
+
--interactive-chip-channel-primary-off-text-hover: #6d94af;
|
|
2774
|
+
--interactive-chip-channel-primary-off-text-pressed: #638ca9;
|
|
2775
|
+
--interactive-chip-channel-primary-off-icon-default: #8eacc1;
|
|
2776
|
+
--interactive-chip-channel-primary-off-icon-hover: #6d94af;
|
|
2777
|
+
--interactive-chip-channel-primary-off-icon-pressed: #638ca9;
|
|
2778
|
+
--interactive-chip-channel-primary-off-border-default: #114669;
|
|
2779
|
+
--interactive-chip-channel-primary-off-border-hover: #0e3b59;
|
|
2780
|
+
--interactive-chip-channel-primary-off-border-pressed: #0e3854;
|
|
2781
|
+
--interactive-chip-channel-primary-on-fill-default: #114669;
|
|
2782
|
+
--interactive-chip-channel-primary-on-fill-hover: #0e3b59;
|
|
2783
|
+
--interactive-chip-channel-primary-on-fill-pressed: #0e3854;
|
|
2784
|
+
--interactive-chip-channel-primary-on-text-default: #ffffff;
|
|
2785
|
+
--interactive-chip-channel-primary-on-text-hover: #d9d9d9;
|
|
2786
|
+
--interactive-chip-channel-primary-on-text-pressed: #cccccc;
|
|
2787
|
+
--interactive-chip-channel-primary-on-icon-default: #ffffff;
|
|
2788
|
+
--interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
|
|
2789
|
+
--interactive-chip-channel-primary-on-icon-pressed: #cccccc;
|
|
2790
|
+
--interactive-tab-selected-border-default: #ffffff;
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
[data-theme="magazineSundayTimes"] {
|
|
2794
|
+
--surface-channel-50: #1b140f;
|
|
2795
|
+
--surface-channel-100: #32281d;
|
|
2796
|
+
--surface-channel-200: #645137;
|
|
2797
|
+
--surface-channel-300: #927c60;
|
|
2798
|
+
--surface-channel-400: #ab9b85;
|
|
2799
|
+
--surface-channel-500: #bfb2a1;
|
|
2800
|
+
--text-channel-primary: #bfb2a1;
|
|
2801
|
+
--text-channel-secondary: #b3a38f;
|
|
2802
|
+
--text-channel-tertiary: #97846b;
|
|
2803
|
+
--icon-channel-primary: #715b3f;
|
|
2804
|
+
--icon-channel-secondary: #866d4d;
|
|
2805
|
+
--icon-channel-tertiary: #97846b;
|
|
2806
|
+
--border-channel-primary: #9f8c75;
|
|
2807
|
+
--border-channel-secondary: #927c60;
|
|
2808
|
+
--border-channel-tertiary: #866d4d;
|
|
2809
|
+
--active-border: #ffffff;
|
|
2810
|
+
--label-channel: #927c60;
|
|
2811
|
+
--interactive-negative-border-default: #e70300;
|
|
2812
|
+
--interactive-negative-border-hover: #c40300;
|
|
2813
|
+
--interactive-negative-border-pressed: #b90200;
|
|
2814
|
+
--interactive-negative-text-default: #e70300;
|
|
2815
|
+
--interactive-negative-text-hover: #c40300;
|
|
2816
|
+
--interactive-negative-text-pressed: #b90200;
|
|
2817
|
+
--interactive-negative-icon-default: #e70300;
|
|
2818
|
+
--interactive-negative-icon-hover: #c40300;
|
|
2819
|
+
--interactive-negative-icon-pressed: #b90200;
|
|
2820
|
+
--interactive-link-secondary-text-default: #8c8c8c;
|
|
2821
|
+
--interactive-link-secondary-text-hover: #777777;
|
|
2822
|
+
--interactive-link-secondary-text-pressed: #707070;
|
|
2823
|
+
--interactive-link-secondary-text-visited: #9a9a9a;
|
|
2824
|
+
--interactive-link-secondary-icon-default: #8c8c8c;
|
|
2825
|
+
--interactive-link-secondary-icon-hover: #777777;
|
|
2826
|
+
--interactive-link-secondary-icon-pressed: #707070;
|
|
2827
|
+
--interactive-link-secondary-icon-visited: #9a9a9a;
|
|
2828
|
+
--interactive-link-secondary-underline-default: #8c8c8c;
|
|
2829
|
+
--interactive-link-secondary-underline-hover: #9d9d9d;
|
|
2830
|
+
--interactive-link-secondary-underline-pressed: #a3a3a3;
|
|
2831
|
+
--interactive-link-secondary-underline-visited: #7e7e7e;
|
|
2832
|
+
--interactive-chip-channel-secondary-off-fill-default: #32281d;
|
|
2833
|
+
--interactive-chip-channel-secondary-off-fill-hover: #2b2219;
|
|
2834
|
+
--interactive-chip-channel-secondary-off-fill-pressed: #282017;
|
|
2835
|
+
--interactive-chip-channel-secondary-off-text-default: #ab9b85;
|
|
2836
|
+
--interactive-chip-channel-secondary-off-text-hover: #98856a;
|
|
2837
|
+
--interactive-chip-channel-secondary-off-text-pressed: #907d63;
|
|
2838
|
+
--interactive-chip-channel-secondary-off-icon-default: #ab9b85;
|
|
2839
|
+
--interactive-chip-channel-secondary-off-icon-hover: #98856a;
|
|
2840
|
+
--interactive-chip-channel-secondary-off-icon-pressed: #907d63;
|
|
2841
|
+
--interactive-chip-channel-secondary-on-border-default: #ab9b85;
|
|
2842
|
+
--interactive-chip-channel-secondary-on-border-hover: #98856a;
|
|
2843
|
+
--interactive-chip-channel-secondary-on-border-pressed: #907d63;
|
|
2844
|
+
--interactive-chip-channel-secondary-on-fill-default: #32281d;
|
|
2845
|
+
--interactive-chip-channel-secondary-on-fill-hover: #2b2219;
|
|
2846
|
+
--interactive-chip-channel-secondary-on-fill-pressed: #282017;
|
|
2847
|
+
--interactive-chip-channel-secondary-on-text-default: #ffffff;
|
|
2848
|
+
--interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
|
|
2849
|
+
--interactive-chip-channel-secondary-on-text-pressed: #cccccc;
|
|
2850
|
+
--interactive-chip-channel-secondary-on-icon-default: #ffffff;
|
|
2851
|
+
--interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
|
|
2852
|
+
--interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
|
|
2853
|
+
--interactive-chip-channel-primary-off-fill-default: #1b140f;
|
|
2854
|
+
--interactive-chip-channel-primary-off-fill-hover: #17110d;
|
|
2855
|
+
--interactive-chip-channel-primary-off-fill-pressed: #16100c;
|
|
2856
|
+
--interactive-chip-channel-primary-off-text-default: #bfb2a1;
|
|
2857
|
+
--interactive-chip-channel-primary-off-text-hover: #aa9882;
|
|
2858
|
+
--interactive-chip-channel-primary-off-text-pressed: #a29077;
|
|
2859
|
+
--interactive-chip-channel-primary-off-icon-default: #bfb2a1;
|
|
2860
|
+
--interactive-chip-channel-primary-off-icon-hover: #aa9882;
|
|
2861
|
+
--interactive-chip-channel-primary-off-icon-pressed: #a29077;
|
|
2862
|
+
--interactive-chip-channel-primary-off-border-default: #645137;
|
|
2863
|
+
--interactive-chip-channel-primary-off-border-hover: #55452f;
|
|
2864
|
+
--interactive-chip-channel-primary-off-border-pressed: #50412c;
|
|
2865
|
+
--interactive-chip-channel-primary-on-fill-default: #645137;
|
|
2866
|
+
--interactive-chip-channel-primary-on-fill-hover: #55452f;
|
|
2867
|
+
--interactive-chip-channel-primary-on-fill-pressed: #50412c;
|
|
2868
|
+
--interactive-chip-channel-primary-on-text-default: #ffffff;
|
|
2869
|
+
--interactive-chip-channel-primary-on-text-hover: #d9d9d9;
|
|
2870
|
+
--interactive-chip-channel-primary-on-text-pressed: #cccccc;
|
|
2871
|
+
--interactive-chip-channel-primary-on-icon-default: #ffffff;
|
|
2872
|
+
--interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
|
|
2873
|
+
--interactive-chip-channel-primary-on-icon-pressed: #cccccc;
|
|
2874
|
+
--interactive-tab-selected-border-default: #ffffff;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
[data-theme="magazineTimes"] {
|
|
2878
|
+
--surface-channel-50: #141706;
|
|
2879
|
+
--surface-channel-100: #282b0e;
|
|
2880
|
+
--surface-channel-200: #535919;
|
|
2881
|
+
--surface-channel-300: #7e8544;
|
|
2882
|
+
--surface-channel-400: #9aa170;
|
|
2883
|
+
--surface-channel-500: #b1b893;
|
|
2884
|
+
--text-channel-primary: #b1b893;
|
|
2885
|
+
--text-channel-secondary: #a5a87b;
|
|
2886
|
+
--text-channel-tertiary: #868c4f;
|
|
2887
|
+
--icon-channel-primary: #5d6418;
|
|
2888
|
+
--icon-channel-secondary: #6f7629;
|
|
2889
|
+
--icon-channel-tertiary: #868c4f;
|
|
2890
|
+
--border-channel-primary: #8e945a;
|
|
2891
|
+
--border-channel-secondary: #7e8544;
|
|
2892
|
+
--border-channel-tertiary: #6f7629;
|
|
2893
|
+
--active-border: #ffffff;
|
|
2894
|
+
--label-channel: #7e8544;
|
|
2895
|
+
--interactive-negative-border-default: #e70300;
|
|
2896
|
+
--interactive-negative-border-hover: #c40300;
|
|
2897
|
+
--interactive-negative-border-pressed: #b90200;
|
|
2898
|
+
--interactive-negative-text-default: #e70300;
|
|
2899
|
+
--interactive-negative-text-hover: #c40300;
|
|
2900
|
+
--interactive-negative-text-pressed: #b90200;
|
|
2901
|
+
--interactive-negative-icon-default: #e70300;
|
|
2902
|
+
--interactive-negative-icon-hover: #c40300;
|
|
2903
|
+
--interactive-negative-icon-pressed: #b90200;
|
|
2904
|
+
--interactive-link-secondary-text-default: #8c8c8c;
|
|
2905
|
+
--interactive-link-secondary-text-hover: #777777;
|
|
2906
|
+
--interactive-link-secondary-text-pressed: #707070;
|
|
2907
|
+
--interactive-link-secondary-text-visited: #9a9a9a;
|
|
2908
|
+
--interactive-link-secondary-icon-default: #8c8c8c;
|
|
2909
|
+
--interactive-link-secondary-icon-hover: #777777;
|
|
2910
|
+
--interactive-link-secondary-icon-pressed: #707070;
|
|
2911
|
+
--interactive-link-secondary-icon-visited: #9a9a9a;
|
|
2912
|
+
--interactive-link-secondary-underline-default: #8c8c8c;
|
|
2913
|
+
--interactive-link-secondary-underline-hover: #9d9d9d;
|
|
2914
|
+
--interactive-link-secondary-underline-pressed: #a3a3a3;
|
|
2915
|
+
--interactive-link-secondary-underline-visited: #7e7e7e;
|
|
2916
|
+
--interactive-chip-channel-secondary-off-fill-default: #282b0e;
|
|
2917
|
+
--interactive-chip-channel-secondary-off-fill-hover: #22250c;
|
|
2918
|
+
--interactive-chip-channel-secondary-off-fill-pressed: #20220b;
|
|
2919
|
+
--interactive-chip-channel-secondary-off-text-default: #9aa170;
|
|
2920
|
+
--interactive-chip-channel-secondary-off-text-hover: #858c5c;
|
|
2921
|
+
--interactive-chip-channel-secondary-off-text-pressed: #7d8457;
|
|
2922
|
+
--interactive-chip-channel-secondary-off-icon-default: #9aa170;
|
|
2923
|
+
--interactive-chip-channel-secondary-off-icon-hover: #858c5c;
|
|
2924
|
+
--interactive-chip-channel-secondary-off-icon-pressed: #7d8457;
|
|
2925
|
+
--interactive-chip-channel-secondary-on-border-default: #9aa170;
|
|
2926
|
+
--interactive-chip-channel-secondary-on-border-hover: #858c5c;
|
|
2927
|
+
--interactive-chip-channel-secondary-on-border-pressed: #7d8457;
|
|
2928
|
+
--interactive-chip-channel-secondary-on-fill-default: #282b0e;
|
|
2929
|
+
--interactive-chip-channel-secondary-on-fill-hover: #22250c;
|
|
2930
|
+
--interactive-chip-channel-secondary-on-fill-pressed: #20220b;
|
|
2931
|
+
--interactive-chip-channel-secondary-on-text-default: #ffffff;
|
|
2932
|
+
--interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
|
|
2933
|
+
--interactive-chip-channel-secondary-on-text-pressed: #cccccc;
|
|
2934
|
+
--interactive-chip-channel-secondary-on-icon-default: #ffffff;
|
|
2935
|
+
--interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
|
|
2936
|
+
--interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
|
|
2937
|
+
--interactive-chip-channel-primary-off-fill-default: #141706;
|
|
2938
|
+
--interactive-chip-channel-primary-off-fill-hover: #111405;
|
|
2939
|
+
--interactive-chip-channel-primary-off-fill-pressed: #101205;
|
|
2940
|
+
--interactive-chip-channel-primary-off-text-default: #b1b893;
|
|
2941
|
+
--interactive-chip-channel-primary-off-text-hover: #9ba475;
|
|
2942
|
+
--interactive-chip-channel-primary-off-text-pressed: #949e6b;
|
|
2943
|
+
--interactive-chip-channel-primary-off-icon-default: #b1b893;
|
|
2944
|
+
--interactive-chip-channel-primary-off-icon-hover: #9ba475;
|
|
2945
|
+
--interactive-chip-channel-primary-off-icon-pressed: #949e6b;
|
|
2946
|
+
--interactive-chip-channel-primary-off-border-default: #535919;
|
|
2947
|
+
--interactive-chip-channel-primary-off-border-hover: #474c15;
|
|
2948
|
+
--interactive-chip-channel-primary-off-border-pressed: #424714;
|
|
2949
|
+
--interactive-chip-channel-primary-on-fill-default: #535919;
|
|
2950
|
+
--interactive-chip-channel-primary-on-fill-hover: #474c15;
|
|
2951
|
+
--interactive-chip-channel-primary-on-fill-pressed: #424714;
|
|
2952
|
+
--interactive-chip-channel-primary-on-text-default: #ffffff;
|
|
2953
|
+
--interactive-chip-channel-primary-on-text-hover: #d9d9d9;
|
|
2954
|
+
--interactive-chip-channel-primary-on-text-pressed: #cccccc;
|
|
2955
|
+
--interactive-chip-channel-primary-on-icon-default: #ffffff;
|
|
2956
|
+
--interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
|
|
2957
|
+
--interactive-chip-channel-primary-on-icon-pressed: #cccccc;
|
|
2958
|
+
--interactive-tab-selected-border-default: #ffffff;
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
[data-theme="timesPlus"] {
|
|
2962
|
+
--surface-channel-50: #06171a;
|
|
2963
|
+
--surface-channel-100: #092f37;
|
|
2964
|
+
--surface-channel-200: #0a5d6d;
|
|
2965
|
+
--surface-channel-300: #398999;
|
|
2966
|
+
--surface-channel-400: #6ba5b2;
|
|
2967
|
+
--surface-channel-500: #91b9c3;
|
|
2968
|
+
--text-channel-primary: #91b9c3;
|
|
2969
|
+
--text-channel-secondary: #7aacb7;
|
|
2970
|
+
--text-channel-tertiary: #4a90a0;
|
|
2971
|
+
--icon-channel-primary: #00687a;
|
|
2972
|
+
--icon-channel-secondary: #187c8c;
|
|
2973
|
+
--icon-channel-tertiary: #4a90a0;
|
|
2974
|
+
--border-channel-primary: #5698a5;
|
|
2975
|
+
--border-channel-secondary: #398999;
|
|
2976
|
+
--border-channel-tertiary: #187c8c;
|
|
2977
|
+
--active-border: #ffffff;
|
|
2978
|
+
--label-channel: #398999;
|
|
2979
|
+
--interactive-negative-border-default: #e70300;
|
|
2980
|
+
--interactive-negative-border-hover: #c40300;
|
|
2981
|
+
--interactive-negative-border-pressed: #b90200;
|
|
2982
|
+
--interactive-negative-text-default: #e70300;
|
|
2983
|
+
--interactive-negative-text-hover: #c40300;
|
|
2984
|
+
--interactive-negative-text-pressed: #b90200;
|
|
2985
|
+
--interactive-negative-icon-default: #e70300;
|
|
2986
|
+
--interactive-negative-icon-hover: #c40300;
|
|
2987
|
+
--interactive-negative-icon-pressed: #b90200;
|
|
2988
|
+
--interactive-link-secondary-text-default: #8c8c8c;
|
|
2989
|
+
--interactive-link-secondary-text-hover: #777777;
|
|
2990
|
+
--interactive-link-secondary-text-pressed: #707070;
|
|
2991
|
+
--interactive-link-secondary-text-visited: #9a9a9a;
|
|
2992
|
+
--interactive-link-secondary-icon-default: #8c8c8c;
|
|
2993
|
+
--interactive-link-secondary-icon-hover: #777777;
|
|
2994
|
+
--interactive-link-secondary-icon-pressed: #707070;
|
|
2995
|
+
--interactive-link-secondary-icon-visited: #9a9a9a;
|
|
2996
|
+
--interactive-link-secondary-underline-default: #8c8c8c;
|
|
2997
|
+
--interactive-link-secondary-underline-hover: #9d9d9d;
|
|
2998
|
+
--interactive-link-secondary-underline-pressed: #a3a3a3;
|
|
2999
|
+
--interactive-link-secondary-underline-visited: #7e7e7e;
|
|
3000
|
+
--interactive-chip-channel-secondary-off-fill-default: #092f37;
|
|
3001
|
+
--interactive-chip-channel-secondary-off-fill-hover: #08282f;
|
|
3002
|
+
--interactive-chip-channel-secondary-off-fill-pressed: #07262c;
|
|
3003
|
+
--interactive-chip-channel-secondary-off-text-default: #6ba5b2;
|
|
3004
|
+
--interactive-chip-channel-secondary-off-text-hover: #53919f;
|
|
3005
|
+
--interactive-chip-channel-secondary-off-text-pressed: #4e8996;
|
|
3006
|
+
--interactive-chip-channel-secondary-off-icon-default: #6ba5b2;
|
|
3007
|
+
--interactive-chip-channel-secondary-off-icon-hover: #53919f;
|
|
3008
|
+
--interactive-chip-channel-secondary-off-icon-pressed: #4e8996;
|
|
3009
|
+
--interactive-chip-channel-secondary-on-border-default: #6ba5b2;
|
|
3010
|
+
--interactive-chip-channel-secondary-on-border-hover: #53919f;
|
|
3011
|
+
--interactive-chip-channel-secondary-on-border-pressed: #4e8996;
|
|
3012
|
+
--interactive-chip-channel-secondary-on-fill-default: #092f37;
|
|
3013
|
+
--interactive-chip-channel-secondary-on-fill-hover: #08282f;
|
|
3014
|
+
--interactive-chip-channel-secondary-on-fill-pressed: #07262c;
|
|
3015
|
+
--interactive-chip-channel-secondary-on-text-default: #ffffff;
|
|
3016
|
+
--interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
|
|
3017
|
+
--interactive-chip-channel-secondary-on-text-pressed: #cccccc;
|
|
3018
|
+
--interactive-chip-channel-secondary-on-icon-default: #ffffff;
|
|
3019
|
+
--interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
|
|
3020
|
+
--interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
|
|
3021
|
+
--interactive-chip-channel-primary-off-fill-default: #06171a;
|
|
3022
|
+
--interactive-chip-channel-primary-off-fill-hover: #051416;
|
|
3023
|
+
--interactive-chip-channel-primary-off-fill-pressed: #051215;
|
|
3024
|
+
--interactive-chip-channel-primary-off-text-default: #91b9c3;
|
|
3025
|
+
--interactive-chip-channel-primary-off-text-hover: #70a4b1;
|
|
3026
|
+
--interactive-chip-channel-primary-off-text-pressed: #659dab;
|
|
3027
|
+
--interactive-chip-channel-primary-off-icon-default: #91b9c3;
|
|
3028
|
+
--interactive-chip-channel-primary-off-icon-hover: #70a4b1;
|
|
3029
|
+
--interactive-chip-channel-primary-off-icon-pressed: #659dab;
|
|
3030
|
+
--interactive-chip-channel-primary-off-border-default: #0a5d6d;
|
|
3031
|
+
--interactive-chip-channel-primary-off-border-hover: #084e5c;
|
|
3032
|
+
--interactive-chip-channel-primary-off-border-pressed: #084a57;
|
|
3033
|
+
--interactive-chip-channel-primary-on-fill-default: #0a5d6d;
|
|
3034
|
+
--interactive-chip-channel-primary-on-fill-hover: #084e5c;
|
|
3035
|
+
--interactive-chip-channel-primary-on-fill-pressed: #084a57;
|
|
3036
|
+
--interactive-chip-channel-primary-on-text-default: #ffffff;
|
|
3037
|
+
--interactive-chip-channel-primary-on-text-hover: #d9d9d9;
|
|
3038
|
+
--interactive-chip-channel-primary-on-text-pressed: #cccccc;
|
|
3039
|
+
--interactive-chip-channel-primary-on-icon-default: #ffffff;
|
|
3040
|
+
--interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
|
|
3041
|
+
--interactive-chip-channel-primary-on-icon-pressed: #cccccc;
|
|
3042
|
+
--interactive-tab-selected-border-default: #ffffff;
|
|
3043
|
+
}
|
|
3044
|
+
|
|
3045
|
+
[data-theme="timesRadio"] {
|
|
3046
|
+
--ramp-cobalt-50: #05080d;
|
|
3047
|
+
--ramp-cobalt-100: #0b121d;
|
|
3048
|
+
--ramp-cobalt-150: #101a2a;
|
|
3049
|
+
--ramp-cobalt-200: #132437;
|
|
3050
|
+
--ramp-cobalt-250: #1b2c44;
|
|
3051
|
+
--ramp-cobalt-300: #1f3454;
|
|
3052
|
+
--ramp-cobalt-350: #223e61;
|
|
3053
|
+
--ramp-cobalt-400: #2a466e;
|
|
3054
|
+
--ramp-cobalt-450: #2e507e;
|
|
3055
|
+
--ramp-cobalt-500: #33588b;
|
|
3056
|
+
--ramp-cobalt-550: #3d5f90;
|
|
3057
|
+
--ramp-cobalt-600: #486998;
|
|
3058
|
+
--ramp-cobalt-650: #53719d;
|
|
3059
|
+
--ramp-cobalt-700: #5e79a1;
|
|
3060
|
+
--ramp-cobalt-750: #6883a9;
|
|
3061
|
+
--ramp-cobalt-800: #708aae;
|
|
3062
|
+
--ramp-cobalt-850: #7b92b3;
|
|
3063
|
+
--ramp-cobalt-900: #869aba;
|
|
3064
|
+
--ramp-cobalt-950: #90a4bf;
|
|
3065
|
+
--ramp-cobalt-1000: #9babc4;
|
|
3066
|
+
--ramp-coral-50: #160a0a;
|
|
3067
|
+
--ramp-coral-100: #2f1311;
|
|
3068
|
+
--ramp-coral-150: #451c1b;
|
|
3069
|
+
--ramp-coral-200: #5e2524;
|
|
3070
|
+
--ramp-coral-250: #732f2b;
|
|
3071
|
+
--ramp-coral-300: #8c3835;
|
|
3072
|
+
--ramp-coral-350: #a2413f;
|
|
3073
|
+
--ramp-coral-400: #b84b46;
|
|
3074
|
+
--ramp-coral-450: #d0574f;
|
|
3075
|
+
--ramp-coral-500: #e75f58;
|
|
3076
|
+
--ramp-coral-550: #e96961;
|
|
3077
|
+
--ramp-coral-600: #eb7169;
|
|
3078
|
+
--ramp-coral-650: #ed7971;
|
|
3079
|
+
--ramp-coral-700: #ec7f79;
|
|
3080
|
+
--ramp-coral-750: #ee8784;
|
|
3081
|
+
--ramp-coral-800: #f08f8c;
|
|
3082
|
+
--ramp-coral-850: #f29791;
|
|
3083
|
+
--ramp-coral-900: #f49f9c;
|
|
3084
|
+
--ramp-coral-950: #f3a8a4;
|
|
3085
|
+
--ramp-coral-1000: #f5b0ab;
|
|
3086
|
+
--base-cobalt: #33588b;
|
|
3087
|
+
--base-coral: #e75f58;
|
|
3088
|
+
}
|
|
2511
3089
|
}
|
|
2512
3090
|
@media (min-width: 0px) {
|
|
2513
3091
|
:root {
|
|
@@ -2584,18 +3162,18 @@
|
|
|
2584
3162
|
--grid-viewport: 816px;
|
|
2585
3163
|
--grid-max-width: 1023px;
|
|
2586
3164
|
--grid-content-area: 768px;
|
|
2587
|
-
--grid-span-1:
|
|
2588
|
-
--grid-span-2:
|
|
2589
|
-
--grid-span-3:
|
|
2590
|
-
--grid-span-4:
|
|
2591
|
-
--grid-span-5:
|
|
2592
|
-
--grid-span-6:
|
|
2593
|
-
--grid-span-7:
|
|
2594
|
-
--grid-span-8:
|
|
2595
|
-
--grid-span-9:
|
|
2596
|
-
--grid-span-10:
|
|
2597
|
-
--grid-span-11:
|
|
2598
|
-
--grid-span-12:
|
|
3165
|
+
--grid-span-1: 31px;
|
|
3166
|
+
--grid-span-2: 93px;
|
|
3167
|
+
--grid-span-3: 156px;
|
|
3168
|
+
--grid-span-4: 219px;
|
|
3169
|
+
--grid-span-5: 281px;
|
|
3170
|
+
--grid-span-6: 344px;
|
|
3171
|
+
--grid-span-7: 407px;
|
|
3172
|
+
--grid-span-8: 469px;
|
|
3173
|
+
--grid-span-9: 532px;
|
|
3174
|
+
--grid-span-10: 595px;
|
|
3175
|
+
--grid-span-11: 657px;
|
|
3176
|
+
--grid-span-12: 720px;
|
|
2599
3177
|
--fontSize100: 4rem;
|
|
2600
3178
|
}}
|
|
2601
3179
|
@media (min-width: 1024px) {
|
|
@@ -2606,18 +3184,18 @@
|
|
|
2606
3184
|
--grid-viewport: 1072px;
|
|
2607
3185
|
--grid-max-width: 1439px;
|
|
2608
3186
|
--grid-content-area: 1024px;
|
|
2609
|
-
--grid-span-1:
|
|
2610
|
-
--grid-span-2:
|
|
2611
|
-
--grid-span-3:
|
|
2612
|
-
--grid-span-4:
|
|
2613
|
-
--grid-span-5:
|
|
2614
|
-
--grid-span-6:
|
|
2615
|
-
--grid-span-7:
|
|
2616
|
-
--grid-span-8:
|
|
2617
|
-
--grid-span-9:
|
|
2618
|
-
--grid-span-10:
|
|
2619
|
-
--grid-span-11:
|
|
2620
|
-
--grid-span-12:
|
|
3187
|
+
--grid-span-1: 52px;
|
|
3188
|
+
--grid-span-2: 136px;
|
|
3189
|
+
--grid-span-3: 220px;
|
|
3190
|
+
--grid-span-4: 304px;
|
|
3191
|
+
--grid-span-5: 388px;
|
|
3192
|
+
--grid-span-6: 472px;
|
|
3193
|
+
--grid-span-7: 556px;
|
|
3194
|
+
--grid-span-8: 640px;
|
|
3195
|
+
--grid-span-9: 724px;
|
|
3196
|
+
--grid-span-10: 808px;
|
|
3197
|
+
--grid-span-11: 892px;
|
|
3198
|
+
--grid-span-12: 976px;
|
|
2621
3199
|
--fontSize100: 4.6rem;
|
|
2622
3200
|
}}
|
|
2623
3201
|
@media (min-width: 1440px) {
|
|
@@ -2628,18 +3206,18 @@
|
|
|
2628
3206
|
--grid-viewport: 1440px;
|
|
2629
3207
|
--grid-max-width: 1920px;
|
|
2630
3208
|
--grid-content-area: 1144px;
|
|
2631
|
-
--grid-span-1:
|
|
2632
|
-
--grid-span-2:
|
|
2633
|
-
--grid-span-3:
|
|
2634
|
-
--grid-span-4:
|
|
2635
|
-
--grid-span-5:
|
|
2636
|
-
--grid-span-6:
|
|
2637
|
-
--grid-span-7:
|
|
2638
|
-
--grid-span-8:
|
|
2639
|
-
--grid-span-9:
|
|
2640
|
-
--grid-span-10:
|
|
2641
|
-
--grid-span-11:
|
|
2642
|
-
--grid-span-12:
|
|
3209
|
+
--grid-span-1: 62px;
|
|
3210
|
+
--grid-span-2: 156px;
|
|
3211
|
+
--grid-span-3: 250px;
|
|
3212
|
+
--grid-span-4: 344px;
|
|
3213
|
+
--grid-span-5: 438px;
|
|
3214
|
+
--grid-span-6: 532px;
|
|
3215
|
+
--grid-span-7: 626px;
|
|
3216
|
+
--grid-span-8: 720px;
|
|
3217
|
+
--grid-span-9: 814px;
|
|
3218
|
+
--grid-span-10: 908px;
|
|
3219
|
+
--grid-span-11: 1002px;
|
|
3220
|
+
--grid-span-12: 1096px;
|
|
2643
3221
|
--fontSize090: 3.6rem;
|
|
2644
3222
|
--fontSize100: 5.6rem;
|
|
2645
3223
|
--fontSize110: 4rem;
|
|
@@ -3057,4 +3635,16 @@ font: var(--fontWeight040) var(--fontSize030)/var(--fontLineHeight040) var(--fon
|
|
|
3057
3635
|
.utility-link-standalone-brand-large {
|
|
3058
3636
|
font: var(--fontWeight040) var(--fontSize040)/var(--fontLineHeight040) var(--fontFamily020);
|
|
3059
3637
|
}
|
|
3638
|
+
.utility-input-label-xsmall {
|
|
3639
|
+
font: var(--fontWeight040) var(--fontSize010)/var(--fontLineHeight020) var(--fontFamily040);
|
|
3640
|
+
}
|
|
3641
|
+
.utility-input-label-small {
|
|
3642
|
+
font: var(--fontWeight040) var(--fontSize020)/var(--fontLineHeight020) var(--fontFamily040);
|
|
3643
|
+
}
|
|
3644
|
+
.utility-input-label-medium {
|
|
3645
|
+
font: var(--fontWeight040) var(--fontSize030)/var(--fontLineHeight020) var(--fontFamily040);
|
|
3646
|
+
}
|
|
3647
|
+
.utility-input-label-large {
|
|
3648
|
+
font: var(--fontWeight040) var(--fontSize040)/var(--fontLineHeight020) var(--fontFamily040);
|
|
3649
|
+
}
|
|
3060
3650
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-design-system/theme-css",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Times Design System theme package - pre-resolved color tokens for CSS",
|
|
6
6
|
"keywords": [
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"url": "https://github.com/newsuk/times-design-system/issues"
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://github.com/newsuk/times-design-system#readme",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "f57ef06b52f90bc4c57a8e0cefd9be6c54b8f7bf"
|
|
45
45
|
}
|