@times-design-system/theme-scss 2.5.0 → 2.5.1
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/palettes/business-dark.scss +2 -2
- package/dist/palettes/business-light.scss +2 -2
- package/dist/palettes/comment-dark.scss +2 -2
- package/dist/palettes/comment-light.scss +2 -2
- package/dist/palettes/core-dark.scss +2 -2
- package/dist/palettes/core-light.scss +2 -2
- package/dist/palettes/culture-dark.scss +2 -2
- package/dist/palettes/culture-light.scss +2 -2
- package/dist/palettes/home-dark.scss +2 -2
- package/dist/palettes/home-light.scss +2 -2
- package/dist/palettes/ireland-dark.scss +2 -2
- package/dist/palettes/ireland-light.scss +2 -2
- package/dist/palettes/lifeAndStyle-dark.scss +2 -2
- package/dist/palettes/lifeAndStyle-light.scss +2 -2
- package/dist/palettes/magazineLuxx-dark.scss +2 -2
- package/dist/palettes/magazineLuxx-light.scss +2 -2
- package/dist/palettes/magazineSundayTimes-dark.scss +2 -2
- package/dist/palettes/magazineSundayTimes-light.scss +2 -2
- package/dist/palettes/magazineTimes-dark.scss +2 -2
- package/dist/palettes/magazineTimes-light.scss +2 -2
- package/dist/palettes/money-dark.scss +2 -2
- package/dist/palettes/money-light.scss +2 -2
- package/dist/palettes/obituaries-dark.scss +2 -2
- package/dist/palettes/obituaries-light.scss +2 -2
- package/dist/palettes/puzzles-dark.scss +2 -2
- package/dist/palettes/puzzles-light.scss +2 -2
- package/dist/palettes/sport-dark.scss +2 -2
- package/dist/palettes/sport-light.scss +2 -2
- package/dist/palettes/timesEvents-dark.scss +2 -2
- package/dist/palettes/timesEvents-light.scss +2 -2
- package/dist/palettes/timesPlus-dark.scss +2 -2
- package/dist/palettes/timesPlus-light.scss +2 -2
- package/dist/palettes/travel-dark.scss +2 -2
- package/dist/palettes/travel-light.scss +2 -2
- package/dist/palettes/uk-dark.scss +2 -2
- package/dist/palettes/uk-light.scss +2 -2
- package/dist/palettes/world-dark.scss +2 -2
- package/dist/palettes/world-light.scss +2 -2
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-business-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-business-surface-canvas: #000000;
|
|
3
|
-
$dark-business-surface-transparent:
|
|
3
|
+
$dark-business-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-business-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-business-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-business-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-business-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-business-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-business-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-business-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-business-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-business-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-business-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-business-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-business-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-business-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-business-surface-canvas: #ffffff;
|
|
3
|
-
$light-business-surface-transparent:
|
|
3
|
+
$light-business-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-business-surface-level-1: #ffffff;
|
|
5
5
|
$light-business-surface-level-2: #ffffff;
|
|
6
6
|
$light-business-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-business-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-business-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-business-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-business-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-business-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-business-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-business-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-business-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-business-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-comment-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-comment-surface-canvas: #000000;
|
|
3
|
-
$dark-comment-surface-transparent:
|
|
3
|
+
$dark-comment-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-comment-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-comment-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-comment-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-comment-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-comment-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-comment-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-comment-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-comment-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-comment-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-comment-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-comment-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-comment-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-comment-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-comment-surface-canvas: #ffffff;
|
|
3
|
-
$light-comment-surface-transparent:
|
|
3
|
+
$light-comment-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-comment-surface-level-1: #ffffff;
|
|
5
5
|
$light-comment-surface-level-2: #ffffff;
|
|
6
6
|
$light-comment-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-comment-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-comment-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-comment-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-comment-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-comment-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-comment-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-comment-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-comment-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-comment-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-core-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-core-surface-canvas: #000000;
|
|
3
|
-
$dark-core-surface-transparent:
|
|
3
|
+
$dark-core-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-core-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-core-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-core-surface-level-3: #262626;
|
|
@@ -267,7 +267,7 @@ $dark-core-interactive-tab-selected-border-default: #8c8c8c;
|
|
|
267
267
|
$dark-core-interactive-switch-off-fill-default: #737373;
|
|
268
268
|
$dark-core-interactive-switch-off-fill-hover: #626262;
|
|
269
269
|
$dark-core-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
270
|
-
$dark-core-interactive-switch-off-control-border-default:
|
|
270
|
+
$dark-core-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
271
271
|
$dark-core-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
272
272
|
$dark-core-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
273
273
|
$dark-core-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-core-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-core-surface-canvas: #ffffff;
|
|
3
|
-
$light-core-surface-transparent:
|
|
3
|
+
$light-core-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-core-surface-level-1: #ffffff;
|
|
5
5
|
$light-core-surface-level-2: #ffffff;
|
|
6
6
|
$light-core-surface-level-3: #ffffff;
|
|
@@ -267,7 +267,7 @@ $light-core-interactive-tab-selected-border-default: #000000;
|
|
|
267
267
|
$light-core-interactive-switch-off-fill-default: #8c8c8c;
|
|
268
268
|
$light-core-interactive-switch-off-fill-hover: #777777;
|
|
269
269
|
$light-core-interactive-switch-off-fill-pressed: #707070;
|
|
270
|
-
$light-core-interactive-switch-off-control-border-default:
|
|
270
|
+
$light-core-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
271
271
|
$light-core-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
272
272
|
$light-core-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
273
273
|
$light-core-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-culture-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-culture-surface-canvas: #000000;
|
|
3
|
-
$dark-culture-surface-transparent:
|
|
3
|
+
$dark-culture-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-culture-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-culture-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-culture-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-culture-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-culture-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-culture-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-culture-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-culture-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-culture-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-culture-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-culture-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-culture-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-culture-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-culture-surface-canvas: #ffffff;
|
|
3
|
-
$light-culture-surface-transparent:
|
|
3
|
+
$light-culture-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-culture-surface-level-1: #ffffff;
|
|
5
5
|
$light-culture-surface-level-2: #ffffff;
|
|
6
6
|
$light-culture-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-culture-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-culture-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-culture-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-culture-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-culture-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-culture-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-culture-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-culture-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-culture-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-home-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-home-surface-canvas: #000000;
|
|
3
|
-
$dark-home-surface-transparent:
|
|
3
|
+
$dark-home-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-home-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-home-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-home-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-home-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-home-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-home-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-home-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-home-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-home-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-home-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-home-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-home-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-home-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-home-surface-canvas: #ffffff;
|
|
3
|
-
$light-home-surface-transparent:
|
|
3
|
+
$light-home-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-home-surface-level-1: #ffffff;
|
|
5
5
|
$light-home-surface-level-2: #ffffff;
|
|
6
6
|
$light-home-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-home-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-home-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-home-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-home-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-home-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-home-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-home-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-home-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-home-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-ireland-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-ireland-surface-canvas: #000000;
|
|
3
|
-
$dark-ireland-surface-transparent:
|
|
3
|
+
$dark-ireland-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-ireland-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-ireland-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-ireland-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-ireland-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-ireland-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-ireland-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-ireland-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-ireland-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-ireland-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-ireland-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-ireland-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-ireland-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-ireland-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-ireland-surface-canvas: #ffffff;
|
|
3
|
-
$light-ireland-surface-transparent:
|
|
3
|
+
$light-ireland-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-ireland-surface-level-1: #ffffff;
|
|
5
5
|
$light-ireland-surface-level-2: #ffffff;
|
|
6
6
|
$light-ireland-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-ireland-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-ireland-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-ireland-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-ireland-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-ireland-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-ireland-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-ireland-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-ireland-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-ireland-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-lifeAndStyle-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-lifeAndStyle-surface-canvas: #000000;
|
|
3
|
-
$dark-lifeAndStyle-surface-transparent:
|
|
3
|
+
$dark-lifeAndStyle-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-lifeAndStyle-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-lifeAndStyle-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-lifeAndStyle-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-lifeAndStyle-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-lifeAndStyle-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-lifeAndStyle-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-lifeAndStyle-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-lifeAndStyle-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-lifeAndStyle-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-lifeAndStyle-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-lifeAndStyle-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-lifeAndStyle-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-lifeAndStyle-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-lifeAndStyle-surface-canvas: #ffffff;
|
|
3
|
-
$light-lifeAndStyle-surface-transparent:
|
|
3
|
+
$light-lifeAndStyle-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-lifeAndStyle-surface-level-1: #ffffff;
|
|
5
5
|
$light-lifeAndStyle-surface-level-2: #ffffff;
|
|
6
6
|
$light-lifeAndStyle-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-lifeAndStyle-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-lifeAndStyle-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-lifeAndStyle-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-lifeAndStyle-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-lifeAndStyle-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-lifeAndStyle-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-lifeAndStyle-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-lifeAndStyle-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-lifeAndStyle-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-magazineLuxx-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-magazineLuxx-surface-canvas: #000000;
|
|
3
|
-
$dark-magazineLuxx-surface-transparent:
|
|
3
|
+
$dark-magazineLuxx-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-magazineLuxx-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-magazineLuxx-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-magazineLuxx-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-magazineLuxx-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-magazineLuxx-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-magazineLuxx-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-magazineLuxx-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-magazineLuxx-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-magazineLuxx-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-magazineLuxx-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-magazineLuxx-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-magazineLuxx-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-magazineLuxx-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-magazineLuxx-surface-canvas: #ffffff;
|
|
3
|
-
$light-magazineLuxx-surface-transparent:
|
|
3
|
+
$light-magazineLuxx-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-magazineLuxx-surface-level-1: #ffffff;
|
|
5
5
|
$light-magazineLuxx-surface-level-2: #ffffff;
|
|
6
6
|
$light-magazineLuxx-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-magazineLuxx-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-magazineLuxx-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-magazineLuxx-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-magazineLuxx-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-magazineLuxx-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-magazineLuxx-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-magazineLuxx-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-magazineLuxx-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-magazineLuxx-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-magazineSundayTimes-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-magazineSundayTimes-surface-canvas: #000000;
|
|
3
|
-
$dark-magazineSundayTimes-surface-transparent:
|
|
3
|
+
$dark-magazineSundayTimes-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-magazineSundayTimes-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-magazineSundayTimes-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-magazineSundayTimes-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-magazineSundayTimes-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-magazineSundayTimes-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-magazineSundayTimes-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-magazineSundayTimes-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-magazineSundayTimes-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-magazineSundayTimes-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-magazineSundayTimes-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-magazineSundayTimes-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-magazineSundayTimes-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-magazineSundayTimes-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-magazineSundayTimes-surface-canvas: #ffffff;
|
|
3
|
-
$light-magazineSundayTimes-surface-transparent:
|
|
3
|
+
$light-magazineSundayTimes-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-magazineSundayTimes-surface-level-1: #ffffff;
|
|
5
5
|
$light-magazineSundayTimes-surface-level-2: #ffffff;
|
|
6
6
|
$light-magazineSundayTimes-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-magazineSundayTimes-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-magazineSundayTimes-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-magazineSundayTimes-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-magazineSundayTimes-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-magazineSundayTimes-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-magazineSundayTimes-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-magazineSundayTimes-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-magazineSundayTimes-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-magazineSundayTimes-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-magazineTimes-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-magazineTimes-surface-canvas: #000000;
|
|
3
|
-
$dark-magazineTimes-surface-transparent:
|
|
3
|
+
$dark-magazineTimes-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-magazineTimes-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-magazineTimes-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-magazineTimes-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-magazineTimes-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-magazineTimes-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-magazineTimes-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-magazineTimes-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-magazineTimes-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-magazineTimes-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-magazineTimes-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-magazineTimes-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-magazineTimes-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-magazineTimes-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-magazineTimes-surface-canvas: #ffffff;
|
|
3
|
-
$light-magazineTimes-surface-transparent:
|
|
3
|
+
$light-magazineTimes-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-magazineTimes-surface-level-1: #ffffff;
|
|
5
5
|
$light-magazineTimes-surface-level-2: #ffffff;
|
|
6
6
|
$light-magazineTimes-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-magazineTimes-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-magazineTimes-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-magazineTimes-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-magazineTimes-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-magazineTimes-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-magazineTimes-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-magazineTimes-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-magazineTimes-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-magazineTimes-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-money-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-money-surface-canvas: #000000;
|
|
3
|
-
$dark-money-surface-transparent:
|
|
3
|
+
$dark-money-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-money-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-money-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-money-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-money-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-money-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-money-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-money-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-money-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-money-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-money-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-money-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-money-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-money-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-money-surface-canvas: #ffffff;
|
|
3
|
-
$light-money-surface-transparent:
|
|
3
|
+
$light-money-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-money-surface-level-1: #ffffff;
|
|
5
5
|
$light-money-surface-level-2: #ffffff;
|
|
6
6
|
$light-money-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-money-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-money-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-money-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-money-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-money-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-money-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-money-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-money-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-money-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-obituaries-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-obituaries-surface-canvas: #000000;
|
|
3
|
-
$dark-obituaries-surface-transparent:
|
|
3
|
+
$dark-obituaries-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-obituaries-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-obituaries-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-obituaries-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-obituaries-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-obituaries-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-obituaries-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-obituaries-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-obituaries-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-obituaries-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-obituaries-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-obituaries-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-obituaries-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-obituaries-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-obituaries-surface-canvas: #ffffff;
|
|
3
|
-
$light-obituaries-surface-transparent:
|
|
3
|
+
$light-obituaries-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-obituaries-surface-level-1: #ffffff;
|
|
5
5
|
$light-obituaries-surface-level-2: #ffffff;
|
|
6
6
|
$light-obituaries-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-obituaries-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-obituaries-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-obituaries-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-obituaries-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-obituaries-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-obituaries-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-obituaries-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-obituaries-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-obituaries-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-puzzles-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-puzzles-surface-canvas: #000000;
|
|
3
|
-
$dark-puzzles-surface-transparent:
|
|
3
|
+
$dark-puzzles-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-puzzles-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-puzzles-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-puzzles-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-puzzles-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-puzzles-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-puzzles-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-puzzles-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-puzzles-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-puzzles-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-puzzles-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-puzzles-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-puzzles-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-puzzles-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-puzzles-surface-canvas: #ffffff;
|
|
3
|
-
$light-puzzles-surface-transparent:
|
|
3
|
+
$light-puzzles-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-puzzles-surface-level-1: #ffffff;
|
|
5
5
|
$light-puzzles-surface-level-2: #ffffff;
|
|
6
6
|
$light-puzzles-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-puzzles-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-puzzles-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-puzzles-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-puzzles-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-puzzles-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-puzzles-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-puzzles-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-puzzles-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-puzzles-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-sport-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-sport-surface-canvas: #000000;
|
|
3
|
-
$dark-sport-surface-transparent:
|
|
3
|
+
$dark-sport-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-sport-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-sport-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-sport-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-sport-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-sport-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-sport-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-sport-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-sport-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-sport-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-sport-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-sport-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-sport-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-sport-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-sport-surface-canvas: #ffffff;
|
|
3
|
-
$light-sport-surface-transparent:
|
|
3
|
+
$light-sport-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-sport-surface-level-1: #ffffff;
|
|
5
5
|
$light-sport-surface-level-2: #ffffff;
|
|
6
6
|
$light-sport-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-sport-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-sport-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-sport-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-sport-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-sport-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-sport-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-sport-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-sport-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-sport-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-timesEvents-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-timesEvents-surface-canvas: #000000;
|
|
3
|
-
$dark-timesEvents-surface-transparent:
|
|
3
|
+
$dark-timesEvents-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-timesEvents-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-timesEvents-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-timesEvents-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-timesEvents-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-timesEvents-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-timesEvents-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-timesEvents-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-timesEvents-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-timesEvents-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-timesEvents-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-timesEvents-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-timesEvents-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-timesEvents-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-timesEvents-surface-canvas: #ffffff;
|
|
3
|
-
$light-timesEvents-surface-transparent:
|
|
3
|
+
$light-timesEvents-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-timesEvents-surface-level-1: #ffffff;
|
|
5
5
|
$light-timesEvents-surface-level-2: #ffffff;
|
|
6
6
|
$light-timesEvents-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-timesEvents-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-timesEvents-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-timesEvents-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-timesEvents-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-timesEvents-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-timesEvents-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-timesEvents-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-timesEvents-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-timesEvents-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-timesPlus-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-timesPlus-surface-canvas: #000000;
|
|
3
|
-
$dark-timesPlus-surface-transparent:
|
|
3
|
+
$dark-timesPlus-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-timesPlus-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-timesPlus-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-timesPlus-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-timesPlus-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-timesPlus-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-timesPlus-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-timesPlus-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-timesPlus-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-timesPlus-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-timesPlus-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-timesPlus-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-timesPlus-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-timesPlus-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-timesPlus-surface-canvas: #ffffff;
|
|
3
|
-
$light-timesPlus-surface-transparent:
|
|
3
|
+
$light-timesPlus-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-timesPlus-surface-level-1: #ffffff;
|
|
5
5
|
$light-timesPlus-surface-level-2: #ffffff;
|
|
6
6
|
$light-timesPlus-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-timesPlus-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-timesPlus-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-timesPlus-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-timesPlus-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-timesPlus-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-timesPlus-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-timesPlus-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-timesPlus-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-timesPlus-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-travel-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-travel-surface-canvas: #000000;
|
|
3
|
-
$dark-travel-surface-transparent:
|
|
3
|
+
$dark-travel-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-travel-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-travel-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-travel-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-travel-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-travel-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-travel-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-travel-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-travel-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-travel-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-travel-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-travel-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-travel-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-travel-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-travel-surface-canvas: #ffffff;
|
|
3
|
-
$light-travel-surface-transparent:
|
|
3
|
+
$light-travel-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-travel-surface-level-1: #ffffff;
|
|
5
5
|
$light-travel-surface-level-2: #ffffff;
|
|
6
6
|
$light-travel-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-travel-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-travel-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-travel-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-travel-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-travel-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-travel-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-travel-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-travel-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-travel-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-uk-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-uk-surface-canvas: #000000;
|
|
3
|
-
$dark-uk-surface-transparent:
|
|
3
|
+
$dark-uk-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-uk-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-uk-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-uk-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-uk-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-uk-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-uk-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-uk-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-uk-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-uk-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-uk-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-uk-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-uk-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-uk-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-uk-surface-canvas: #ffffff;
|
|
3
|
-
$light-uk-surface-transparent:
|
|
3
|
+
$light-uk-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-uk-surface-level-1: #ffffff;
|
|
5
5
|
$light-uk-surface-level-2: #ffffff;
|
|
6
6
|
$light-uk-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-uk-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-uk-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-uk-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-uk-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-uk-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-uk-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-uk-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-uk-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-uk-interactive-switch-on-fill-default: #298458;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$dark-world-surface-undercanvas: #1a1a1a;
|
|
2
2
|
$dark-world-surface-canvas: #000000;
|
|
3
|
-
$dark-world-surface-transparent:
|
|
3
|
+
$dark-world-surface-transparent: rgba(0, 0, 0, 0);
|
|
4
4
|
$dark-world-surface-level-1: #0d0d0d;
|
|
5
5
|
$dark-world-surface-level-2: #1a1a1a;
|
|
6
6
|
$dark-world-surface-level-3: #262626;
|
|
@@ -268,7 +268,7 @@ $dark-world-interactive-tab-selected-border-default: #ffffff;
|
|
|
268
268
|
$dark-world-interactive-switch-off-fill-default: #737373;
|
|
269
269
|
$dark-world-interactive-switch-off-fill-hover: #626262;
|
|
270
270
|
$dark-world-interactive-switch-off-fill-pressed: #5c5c5c;
|
|
271
|
-
$dark-world-interactive-switch-off-control-border-default:
|
|
271
|
+
$dark-world-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
272
272
|
$dark-world-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
|
|
273
273
|
$dark-world-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
|
|
274
274
|
$dark-world-interactive-switch-on-fill-default: #2c9365;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$light-world-surface-undercanvas: #f2f2f2;
|
|
2
2
|
$light-world-surface-canvas: #ffffff;
|
|
3
|
-
$light-world-surface-transparent:
|
|
3
|
+
$light-world-surface-transparent: rgba(255, 255, 255, 0);
|
|
4
4
|
$light-world-surface-level-1: #ffffff;
|
|
5
5
|
$light-world-surface-level-2: #ffffff;
|
|
6
6
|
$light-world-surface-level-3: #ffffff;
|
|
@@ -243,7 +243,7 @@ $light-world-interactive-tab-selected-border-default: #000000;
|
|
|
243
243
|
$light-world-interactive-switch-off-fill-default: #8c8c8c;
|
|
244
244
|
$light-world-interactive-switch-off-fill-hover: #777777;
|
|
245
245
|
$light-world-interactive-switch-off-fill-pressed: #707070;
|
|
246
|
-
$light-world-interactive-switch-off-control-border-default:
|
|
246
|
+
$light-world-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
|
|
247
247
|
$light-world-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
|
|
248
248
|
$light-world-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
|
|
249
249
|
$light-world-interactive-switch-on-fill-default: #298458;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-design-system/theme-scss",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Times Design System theme package - pre-resolved color tokens for React",
|
|
6
6
|
"keywords": [
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"url": "https://github.com/newsuk/times-design-system/issues"
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://github.com/newsuk/times-design-system#readme",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "96aae79e15100c0ddf7ce0e9defa5283c2d35803"
|
|
48
48
|
}
|