barbican-reset 1.7.9 → 1.8.2
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/mixins/_buttons.scss +11 -5
- package/helpers/variables/colors/_grey.scss +1 -1
- package/helpers/variables/colors/brand/_art.scss +5 -0
- package/helpers/variables/colors/brand/_cinema.scss +6 -0
- package/helpers/variables/colors/brand/_classical.scss +7 -0
- package/helpers/variables/colors/brand/_contemporary.scss +5 -0
- package/helpers/variables/colors/brand/_generic.scss +10 -0
- package/helpers/variables/colors/brand/_membership.scss +14 -0
- package/helpers/variables/colors/brand/_programme.scss +5 -0
- package/helpers/variables/colors/brand/_shop.scss +4 -0
- package/helpers/variables/colors/brand/_talks.scss +5 -0
- package/helpers/variables/colors/brand/_theatre.scss +5 -0
- package/helpers/variables/colors/brand/index.scss +13 -0
- package/helpers/variables/colors/index.scss +1 -1
- package/package.json +1 -1
- package/scss/_atomic.scss +2 -2
- package/scss/_close-icon.scss +1 -1
- package/scss/_header.scss +1 -1
- package/helpers/variables/colors/_brand.scss +0 -30
|
@@ -8,10 +8,16 @@
|
|
|
8
8
|
font-weight: 700;
|
|
9
9
|
transition: none;
|
|
10
10
|
line-height: 1;
|
|
11
|
-
padding:
|
|
11
|
+
padding: 1rem;
|
|
12
12
|
|
|
13
13
|
&[slim] {
|
|
14
|
-
padding: 0.
|
|
14
|
+
padding: 0.75rem;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&[large] {
|
|
18
|
+
padding-bottom: 0.9375rem;
|
|
19
|
+
padding-top: 0.9375rem;
|
|
20
|
+
font-size: 1.125rem;
|
|
15
21
|
}
|
|
16
22
|
}
|
|
17
23
|
|
|
@@ -33,7 +39,7 @@
|
|
|
33
39
|
}
|
|
34
40
|
|
|
35
41
|
@mixin button-solid(
|
|
36
|
-
$background: $c-brand-
|
|
42
|
+
$background: $c-brand-generic,
|
|
37
43
|
$color: $white,
|
|
38
44
|
$border: 1px,
|
|
39
45
|
$padding: false,
|
|
@@ -70,7 +76,7 @@
|
|
|
70
76
|
}
|
|
71
77
|
|
|
72
78
|
@mixin button-outline(
|
|
73
|
-
$color: $c-brand-
|
|
79
|
+
$color: $c-brand-generic,
|
|
74
80
|
$background: $white,
|
|
75
81
|
$border: 1px,
|
|
76
82
|
$padding: false,
|
|
@@ -161,7 +167,7 @@
|
|
|
161
167
|
@mixin btn-outline-header {
|
|
162
168
|
@include button-outline(
|
|
163
169
|
$color: $white,
|
|
164
|
-
$background: $c-brand-
|
|
170
|
+
$background: $c-brand-generic,
|
|
165
171
|
$border: 0.125rem,
|
|
166
172
|
$display: 'flex');
|
|
167
173
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
+
$c-brand-cinema: hsl(126, 62%, 33%);
|
|
6
|
+
$c-brand-cinema-dark: darken($c-brand-cinema, 7%);
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
$c-brand-classical: hsl(38, 53%, 38%);
|
|
7
|
+
$c-brand-classical-dark: hsl(38, 53%, 30%);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
$c-brand-generic-x-lite: hsl(21, 67%, 99%); // 2% opacity
|
|
3
|
+
$c-brand-generic-faint: hsl(21, 60%, 99%);
|
|
4
|
+
$c-brand-generic-light: hsl(21, 100%, 95%);
|
|
5
|
+
$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
|
+
$c-brand-generic-dark: hsl(21, 100%, 38%);
|
|
10
|
+
$c-brand-generic-x-dark: hsl(21, 100%, 15%);
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
$c-brand-membership: hsl(217, 72%, 53%);
|
|
6
|
+
$c-brand-membership-dark: hsl(223, 87%, 21%);
|
|
7
|
+
|
|
8
|
+
// ------------------------------
|
|
9
|
+
|
|
10
|
+
$c-patron: $c-grey-steel;
|
|
11
|
+
$c-patron-light: hsl(0, 0%, 60%);
|
|
12
|
+
|
|
13
|
+
$c-principle: $c-brand-classical;
|
|
14
|
+
$c-principle-light: hsl(38, 53%, 53%);
|
package/package.json
CHANGED
package/scss/_atomic.scss
CHANGED
|
@@ -42,7 +42,7 @@ $paddings05: "padding-top", "padding-bottom", "padding-right", "padding-left";
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.color-orange {
|
|
45
|
-
color: $c-brand-
|
|
45
|
+
color: $c-brand-generic;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.font-size-lg {
|
|
@@ -76,5 +76,5 @@ $paddings05: "padding-top", "padding-bottom", "padding-right", "padding-left";
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.background-color-alt {
|
|
79
|
-
background-color: $c-brand-
|
|
79
|
+
background-color: $c-brand-generic-faint;
|
|
80
80
|
}
|
package/scss/_close-icon.scss
CHANGED
package/scss/_header.scss
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
$c-brand-orange-faint: hsl(21, 60%, 99%);
|
|
3
|
-
$c-brand-orange-light: hsl(21, 100%, 95%);
|
|
4
|
-
$c-brand-orange-shade: hsl(21, 50%, 90%);
|
|
5
|
-
$c-brand-orange: hsl(21, 100%, 41%);
|
|
6
|
-
$c-brand-orange-dark: hsl(21, 100%, 38%);
|
|
7
|
-
|
|
8
|
-
$c-brand-cinema: hsl(126, 62%, 33%);
|
|
9
|
-
$c-brand-cinema-dark: darken($c-brand-cinema, 7%);
|
|
10
|
-
|
|
11
|
-
$c-brand-shop-light: hsl(168, 30%, 90%);
|
|
12
|
-
$c-brand-shop: hsl(168, 75%, 30%);
|
|
13
|
-
$c-brand-shop-dark: hsl(168, 75%, 26%);
|
|
14
|
-
|
|
15
|
-
$c-brand-classical-light: hsl(38, 53%, 95%);
|
|
16
|
-
$c-brand-classical: hsl(38, 53%, 38%);
|
|
17
|
-
$c-brand-classical-dark: rgb(117, 89, 36);
|
|
18
|
-
|
|
19
|
-
$c-splash-videos: #0a0a0a;
|
|
20
|
-
|
|
21
|
-
// membership cards
|
|
22
|
-
|
|
23
|
-
$c-member: #3173DD;
|
|
24
|
-
$c-member-dark: #072162;
|
|
25
|
-
|
|
26
|
-
$c-patron: $c-grey-steel;
|
|
27
|
-
$c-patron-light: #999999;
|
|
28
|
-
|
|
29
|
-
$c-principle: #906C2C;
|
|
30
|
-
$c-principle-light: #C59540;
|