barbican-reset 1.8.3 → 1.8.4
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/helpers/variables/colors/brand/_art.scss +3 -3
- package/helpers/variables/colors/brand/_cinema.scss +4 -3
- package/helpers/variables/colors/brand/_classical.scss +4 -3
- package/helpers/variables/colors/brand/_contemporary.scss +3 -3
- package/helpers/variables/colors/brand/_generic.scss +4 -3
- package/helpers/variables/colors/brand/_membership.scss +4 -3
- package/helpers/variables/colors/brand/_programme.scss +3 -3
- package/helpers/variables/colors/brand/_talks.scss +3 -3
- package/helpers/variables/colors/brand/_theatre.scss +3 -3
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-art: hsl(329, 100%, 45%);
|
|
3
3
|
|
|
4
|
-
$c-brand-art-
|
|
5
|
-
$c-brand-art-
|
|
6
|
-
$c-brand-art-
|
|
4
|
+
$c-brand-art-tint-98: tint($c-brand-art, 98%);
|
|
5
|
+
$c-brand-art-tint-70: tint($c-brand-art, 70%);
|
|
6
|
+
$c-brand-art-tint-40: tint($c-brand-art, 40%);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-cinema: hsl(126, 62%, 33%);
|
|
3
3
|
|
|
4
|
-
$c-brand-cinema-
|
|
5
|
-
$c-brand-cinema-
|
|
6
|
-
$c-brand-cinema-
|
|
4
|
+
$c-brand-cinema-tint-98: tint($c-brand-cinema, 98%);
|
|
5
|
+
$c-brand-cinema-tint-70: tint($c-brand-cinema, 70%);
|
|
6
|
+
$c-brand-cinema-tint-40: tint($c-brand-cinema, 40%);
|
|
7
|
+
|
|
7
8
|
$c-brand-cinema-dark: darken($c-brand-cinema, 7%);
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-classical: hsl(38, 53%, 38%);
|
|
3
3
|
|
|
4
|
-
$c-brand-classical-
|
|
5
|
-
$c-brand-classical-
|
|
6
|
-
$c-brand-classical-
|
|
4
|
+
$c-brand-classical-tint-98: tint($c-brand-classical, 98%);
|
|
5
|
+
$c-brand-classical-tint-70: tint($c-brand-classical, 70%);
|
|
6
|
+
$c-brand-classical-tint-40: tint($c-brand-classical, 40%);
|
|
7
|
+
|
|
7
8
|
$c-brand-classical-light: hsl(38, 53%, 95%);
|
|
8
9
|
$c-brand-classical-dark: hsl(38, 53%, 30%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-contemporary: hsl(254, 44%, 33%);
|
|
3
3
|
|
|
4
|
-
$c-brand-contemporary-
|
|
5
|
-
$c-brand-contemporary-
|
|
6
|
-
$c-brand-contemporary-
|
|
4
|
+
$c-brand-contemporary-tint-98: tint($c-brand-contemporary, 98%);
|
|
5
|
+
$c-brand-contemporary-tint-70: tint($c-brand-contemporary, 70%);
|
|
6
|
+
$c-brand-contemporary-tint-40: tint($c-brand-contemporary, 40%);
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-generic: hsl(21, 100%, 41%);
|
|
3
3
|
|
|
4
|
-
$c-brand-generic-
|
|
4
|
+
$c-brand-generic-tint-98: tint($c-brand-generic, 98%);
|
|
5
|
+
$c-brand-generic-tint-70: tint($c-brand-generic, 70%);
|
|
6
|
+
$c-brand-generic-tint-40: tint($c-brand-generic, 40%);
|
|
7
|
+
|
|
5
8
|
$c-brand-generic-faint: hsl(21, 60%, 99%);
|
|
6
9
|
$c-brand-generic-light: hsl(21, 100%, 95%);
|
|
7
10
|
$c-brand-generic-shade: hsl(21, 50%, 90%);
|
|
8
|
-
$c-brand-generic-lite: tint($c-brand-generic, 70%);
|
|
9
|
-
$c-brand-generic-medium: tint($c-brand-generic, 40%);
|
|
10
11
|
$c-brand-generic-dark: hsl(21, 100%, 38%);
|
|
11
12
|
$c-brand-generic-x-dark: hsl(21, 100%, 15%);
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-membership: hsl(217, 72%, 53%);
|
|
3
3
|
|
|
4
|
-
$c-brand-membership-
|
|
5
|
-
$c-brand-membership-
|
|
6
|
-
$c-brand-membership-
|
|
4
|
+
$c-brand-membership-tint-98: tint($c-brand-membership, 98%);
|
|
5
|
+
$c-brand-membership-tint-70: tint($c-brand-membership, 70%);
|
|
6
|
+
$c-brand-membership-tint-40: tint($c-brand-membership, 40%);
|
|
7
|
+
|
|
7
8
|
$c-brand-membership-dark: hsl(223, 87%, 21%);
|
|
8
9
|
|
|
9
10
|
// ------------------------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-programme: $c-grey-night;
|
|
3
3
|
|
|
4
|
-
$c-brand-programme-
|
|
5
|
-
$c-brand-programme-
|
|
6
|
-
$c-brand-programme-
|
|
4
|
+
$c-brand-programme-tint-98: tint($c-brand-programme, 98%);
|
|
5
|
+
$c-brand-programme-tint-70: tint($c-brand-programme, 70%);
|
|
6
|
+
$c-brand-programme-tint-40: tint($c-brand-programme, 40%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-talks: hsl(214, 30%, 49%);
|
|
3
3
|
|
|
4
|
-
$c-brand-talks-
|
|
5
|
-
$c-brand-talks-
|
|
6
|
-
$c-brand-talks-
|
|
4
|
+
$c-brand-talks-tint-98: tint($c-brand-talks, 98%);
|
|
5
|
+
$c-brand-talks-tint-70: tint($c-brand-talks, 70%);
|
|
6
|
+
$c-brand-talks-tint-40: tint($c-brand-talks, 40%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-theatre: hsl(192, 99%, 31%);
|
|
3
3
|
|
|
4
|
-
$c-brand-theatre-
|
|
5
|
-
$c-brand-theatre-
|
|
6
|
-
$c-brand-theatre-
|
|
4
|
+
$c-brand-theatre-tint-98: tint($c-brand-theatre, 98%);
|
|
5
|
+
$c-brand-theatre-tint-70: tint($c-brand-theatre, 70%);
|
|
6
|
+
$c-brand-theatre-tint-40: tint($c-brand-theatre, 40%);
|
package/package.json
CHANGED