barbican-reset 1.8.1 → 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/functions/index.scss +7 -0
- package/helpers/index.scss +1 -0
- package/helpers/mixins/_buttons.scss +2 -2
- package/helpers/variables/colors/brand/_art.scss +5 -4
- package/helpers/variables/colors/brand/_cinema.scss +5 -3
- package/helpers/variables/colors/brand/_classical.scss +6 -4
- package/helpers/variables/colors/brand/_contemporary.scss +5 -4
- package/helpers/variables/colors/brand/_generic.scss +6 -4
- package/helpers/variables/colors/brand/_membership.scss +5 -3
- package/helpers/variables/colors/brand/_programme.scss +6 -0
- package/helpers/variables/colors/brand/_talks.scss +4 -3
- package/helpers/variables/colors/brand/_theatre.scss +4 -3
- package/helpers/variables/colors/brand/index.scss +1 -0
- package/package.json +1 -1
- package/scss/card/_membership.scss +3 -3
package/helpers/index.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
$c-brand-art
|
|
3
|
-
|
|
4
|
-
$c-brand-art-
|
|
5
|
-
$c-brand-art:
|
|
2
|
+
$c-brand-art: hsl(329, 100%, 45%);
|
|
3
|
+
|
|
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,6 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
$c-brand-cinema-x-lite: hsl(126, 31%, 99%); // 2% opacity
|
|
3
|
-
$c-brand-cinema-lite: hsl(126, 31%, 80%); // 30% opacity
|
|
4
|
-
$c-brand-cinema-medium: hsl(126, 31%, 60%); // 60% opacity
|
|
5
2
|
$c-brand-cinema: hsl(126, 62%, 33%);
|
|
3
|
+
|
|
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
|
+
|
|
6
8
|
$c-brand-cinema-dark: darken($c-brand-cinema, 7%);
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
$c-brand-classical-x-lite: hsl(38, 33%, 99%); // 2% opacity
|
|
3
|
-
$c-brand-classical-lite: hsl(38, 33%, 81%); // 30% opacity
|
|
4
|
-
$c-brand-classical-medium: hsl(38, 33%, 63%); // 60% opacity
|
|
5
|
-
$c-brand-classical-light: hsl(38, 53%, 95%);
|
|
6
2
|
$c-brand-classical: hsl(38, 53%, 38%);
|
|
3
|
+
|
|
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
|
+
|
|
8
|
+
$c-brand-classical-light: hsl(38, 53%, 95%);
|
|
7
9
|
$c-brand-classical-dark: hsl(38, 53%, 30%);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
$c-brand-contemporary
|
|
3
|
-
|
|
4
|
-
$c-brand-contemporary-
|
|
5
|
-
$c-brand-contemporary:
|
|
2
|
+
$c-brand-contemporary: hsl(254, 44%, 33%);
|
|
3
|
+
|
|
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,10 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
$c-brand-generic
|
|
2
|
+
$c-brand-generic: hsl(21, 100%, 41%);
|
|
3
|
+
|
|
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
|
+
|
|
3
8
|
$c-brand-generic-faint: hsl(21, 60%, 99%);
|
|
4
9
|
$c-brand-generic-light: hsl(21, 100%, 95%);
|
|
5
10
|
$c-brand-generic-shade: hsl(21, 50%, 90%);
|
|
6
|
-
$c-brand-generic-lite: hsl(21, 69%, 82%); // 30% opacity
|
|
7
|
-
$c-brand-generic-medium: hsl(21, 69%, 65%); // 60% opacity
|
|
8
|
-
$c-brand-generic: hsl(21, 100%, 41%);
|
|
9
11
|
$c-brand-generic-dark: hsl(21, 100%, 38%);
|
|
10
12
|
$c-brand-generic-x-dark: hsl(21, 100%, 15%);
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
$c-brand-membership-x-lite: hsl(217, 60%, 99%); // 2% opacity
|
|
3
|
-
$c-brand-membership-lite: hsl(217, 72%, 86%); // 30% opacity
|
|
4
|
-
$c-brand-membership-medium: hsl(217, 72%, 72%); // 60% opacity
|
|
5
2
|
$c-brand-membership: hsl(217, 72%, 53%);
|
|
3
|
+
|
|
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
|
+
|
|
6
8
|
$c-brand-membership-dark: hsl(223, 87%, 21%);
|
|
7
9
|
|
|
8
10
|
// ------------------------------
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-talks: hsl(214, 30%, 49%);
|
|
3
|
-
|
|
4
|
-
$c-brand-talks-
|
|
5
|
-
$c-brand-talks-
|
|
3
|
+
|
|
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,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
$c-brand-theatre: hsl(192, 99%, 31%);
|
|
3
|
-
|
|
4
|
-
$c-brand-theatre-
|
|
5
|
-
$c-brand-theatre-
|
|
3
|
+
|
|
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
|
@@ -25,12 +25,12 @@ $angle: 120deg;
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&.member {
|
|
28
|
-
background-color: $c-
|
|
28
|
+
background-color: $c-brand-membership;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&.member-plus {
|
|
32
|
-
background-color: $c-
|
|
33
|
-
background-image: linear-gradient($angle, $c-
|
|
32
|
+
background-color: $c-brand-membership-dark;
|
|
33
|
+
background-image: linear-gradient($angle, $c-brand-membership-dark 20%, $c-brand-membership 100%);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&.patron, &.premier-patron {
|