barbican-reset 2.2.0 → 2.2.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/helpers/functions/index.scss +0 -4
- package/helpers/mixins/_buttons.scss +1 -1
- package/helpers/variables/colors/brand/_art.scss +2 -1
- package/helpers/variables/colors/brand/_cinema.scss +3 -0
- package/helpers/variables/colors/brand/_classical.scss +3 -0
- package/helpers/variables/colors/brand/_contemporary.scss +2 -1
- package/helpers/variables/colors/brand/_generic.scss +10 -7
- package/helpers/variables/colors/brand/_membership.scss +3 -2
- package/helpers/variables/colors/brand/_talks.scss +2 -1
- package/helpers/variables/colors/brand/_theatre.scss +2 -1
- package/helpers/variables/colors/brand/index.scss +83 -1
- package/library/scss/styles.scss +39 -12
- package/library/static/styles.css +160 -29
- package/library/views/index.pug +63 -11
- package/package.json +12 -10
- package/scss/_app.scss +1 -1
- package/library/scss/colors/generic.scss +0 -13
- package/library/scss/colors/grey.scss +0 -9
|
@@ -3,4 +3,5 @@ $c-brand-art: hsl(329, 100%, 45%);
|
|
|
3
3
|
|
|
4
4
|
$c-brand-art-tint-98: tint($c-brand-art, 98%);
|
|
5
5
|
$c-brand-art-tint-70: tint($c-brand-art, 70%);
|
|
6
|
-
$c-brand-art-tint-40: tint($c-brand-art, 40%);
|
|
6
|
+
$c-brand-art-tint-40: tint($c-brand-art, 40%);
|
|
7
|
+
$c-brand-art-shade-5: shade($c-brand-art, 5%);
|
|
@@ -4,5 +4,8 @@ $c-brand-cinema: hsl(126, 62%, 33%);
|
|
|
4
4
|
$c-brand-cinema-tint-98: tint($c-brand-cinema, 98%);
|
|
5
5
|
$c-brand-cinema-tint-70: tint($c-brand-cinema, 70%);
|
|
6
6
|
$c-brand-cinema-tint-40: tint($c-brand-cinema, 40%);
|
|
7
|
+
$c-brand-cinema-shade-5: shade($c-brand-cinema, 5%);
|
|
8
|
+
|
|
9
|
+
// ------------------------------
|
|
7
10
|
|
|
8
11
|
$c-brand-cinema-dark: darken($c-brand-cinema, 7%);
|
|
@@ -4,6 +4,9 @@ $c-brand-classical: hsl(38, 53%, 38%);
|
|
|
4
4
|
$c-brand-classical-tint-98: tint($c-brand-classical, 98%);
|
|
5
5
|
$c-brand-classical-tint-70: tint($c-brand-classical, 70%);
|
|
6
6
|
$c-brand-classical-tint-40: tint($c-brand-classical, 40%);
|
|
7
|
+
$c-brand-classical-shade-5: shade($c-brand-classical, 5%);
|
|
8
|
+
|
|
9
|
+
// ------------------------------
|
|
7
10
|
|
|
8
11
|
$c-brand-classical-light: hsl(38, 53%, 95%);
|
|
9
12
|
$c-brand-classical-dark: hsl(38, 53%, 30%);
|
|
@@ -3,4 +3,5 @@ $c-brand-contemporary: hsl(254, 44%, 33%);
|
|
|
3
3
|
|
|
4
4
|
$c-brand-contemporary-tint-98: tint($c-brand-contemporary, 98%);
|
|
5
5
|
$c-brand-contemporary-tint-70: tint($c-brand-contemporary, 70%);
|
|
6
|
-
$c-brand-contemporary-tint-40: tint($c-brand-contemporary, 40%);
|
|
6
|
+
$c-brand-contemporary-tint-40: tint($c-brand-contemporary, 40%);
|
|
7
|
+
$c-brand-contemporary-shade-5: shade($c-brand-contemporary, 5%);
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
$c-brand-generic:
|
|
2
|
+
$c-brand-generic: hsl(21, 100%, 41%);
|
|
3
3
|
|
|
4
4
|
$c-brand-generic-tint-98: tint($c-brand-generic, 98%);
|
|
5
5
|
$c-brand-generic-tint-70: tint($c-brand-generic, 70%);
|
|
6
6
|
$c-brand-generic-tint-40: tint($c-brand-generic, 40%);
|
|
7
|
+
$c-brand-generic-shade-5: shade($c-brand-generic, 5%);
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
$c-brand-generic-s100-l95: generic(100%, 95%); // light
|
|
10
|
-
$c-brand-generic-s50-l90: generic(50%, 90%); // shade
|
|
11
|
-
$c-brand-generic-s100-l38: generic(100%, 38%); // dark
|
|
12
|
-
$c-brand-generic-s100-l15: generic(100%, 15%); // x-dark
|
|
9
|
+
// ------------------------------
|
|
13
10
|
|
|
14
|
-
$c-brand-generic-
|
|
11
|
+
$c-brand-generic-s60-l99: hsl(21, 60%, 99%); // faint
|
|
12
|
+
$c-brand-generic-s100-l95: hsl(21, 100%, 95%); // light
|
|
13
|
+
$c-brand-generic-s50-l90: hsl(21, 50%, 90%); // shade
|
|
14
|
+
$c-brand-generic-s100-l38: hsl(21, 100%, 38%); // dark
|
|
15
|
+
$c-brand-generic-s100-l15: hsl(21, 100%, 15%); // x-dark
|
|
16
|
+
|
|
17
|
+
// $c-brand-generic-test: hsl(21, 100%, 98%);
|
|
@@ -4,11 +4,12 @@ $c-brand-membership: hsl(217, 72%, 53%);
|
|
|
4
4
|
$c-brand-membership-tint-98: tint($c-brand-membership, 98%);
|
|
5
5
|
$c-brand-membership-tint-70: tint($c-brand-membership, 70%);
|
|
6
6
|
$c-brand-membership-tint-40: tint($c-brand-membership, 40%);
|
|
7
|
-
|
|
8
|
-
$c-brand-membership-dark: hsl(223, 87%, 21%);
|
|
7
|
+
$c-brand-membership-shade-5: shade($c-brand-membership, 5%);
|
|
9
8
|
|
|
10
9
|
// ------------------------------
|
|
11
10
|
|
|
11
|
+
$c-brand-membership-dark: hsl(223, 87%, 21%);
|
|
12
|
+
|
|
12
13
|
$c-patron: $c-grey-l44;
|
|
13
14
|
$c-patron-light: hsl(0, 0%, 60%);
|
|
14
15
|
|
|
@@ -3,4 +3,5 @@ $c-brand-talks: hsl(214, 30%, 49%);
|
|
|
3
3
|
|
|
4
4
|
$c-brand-talks-tint-98: tint($c-brand-talks, 98%);
|
|
5
5
|
$c-brand-talks-tint-70: tint($c-brand-talks, 70%);
|
|
6
|
-
$c-brand-talks-tint-40: tint($c-brand-talks, 40%);
|
|
6
|
+
$c-brand-talks-tint-40: tint($c-brand-talks, 40%);
|
|
7
|
+
$c-brand-talks-shade-5: shade($c-brand-talks, 5%);
|
|
@@ -3,4 +3,5 @@ $c-brand-theatre: hsl(192, 99%, 31%);
|
|
|
3
3
|
|
|
4
4
|
$c-brand-theatre-tint-98: tint($c-brand-theatre, 98%);
|
|
5
5
|
$c-brand-theatre-tint-70: tint($c-brand-theatre, 70%);
|
|
6
|
-
$c-brand-theatre-tint-40: tint($c-brand-theatre, 40%);
|
|
6
|
+
$c-brand-theatre-tint-40: tint($c-brand-theatre, 40%);
|
|
7
|
+
$c-brand-theatre-shade-5: shade($c-brand-theatre, 5%);
|
|
@@ -10,4 +10,86 @@
|
|
|
10
10
|
@import "talks";
|
|
11
11
|
@import "theatre";
|
|
12
12
|
|
|
13
|
-
$
|
|
13
|
+
$colors: (
|
|
14
|
+
contemporary-music: (
|
|
15
|
+
tint-98: $c-brand-contemporary-tint-98,
|
|
16
|
+
tint-70: $c-brand-contemporary-tint-70,
|
|
17
|
+
tint-40: $c-brand-contemporary-tint-40,
|
|
18
|
+
base: $c-brand-contemporary,
|
|
19
|
+
shade-5: $c-brand-contemporary-shade-5
|
|
20
|
+
),
|
|
21
|
+
membership--support: (
|
|
22
|
+
tint-98: $c-brand-membership-tint-98,
|
|
23
|
+
tint-70: $c-brand-membership-tint-70,
|
|
24
|
+
tint-40: $c-brand-membership-tint-40,
|
|
25
|
+
base: $c-brand-membership,
|
|
26
|
+
shade-5: $c-brand-membership-shade-5
|
|
27
|
+
),
|
|
28
|
+
tours--public-spaces: (
|
|
29
|
+
tint-98: $c-brand-generic-tint-98,
|
|
30
|
+
tint-70: $c-brand-generic-tint-70,
|
|
31
|
+
tint-40: $c-brand-generic-tint-40,
|
|
32
|
+
base: $c-brand-generic,
|
|
33
|
+
shade-5: $c-brand-generic-shade-5
|
|
34
|
+
),
|
|
35
|
+
classical-music: (
|
|
36
|
+
tint-98: $c-brand-classical-tint-98,
|
|
37
|
+
tint-70: $c-brand-classical-tint-70,
|
|
38
|
+
tint-40: $c-brand-classical-tint-40,
|
|
39
|
+
base: $c-brand-classical,
|
|
40
|
+
shade-5: $c-brand-classical-shade-5
|
|
41
|
+
),
|
|
42
|
+
theatre--dance: (
|
|
43
|
+
tint-98: $c-brand-theatre-tint-98,
|
|
44
|
+
tint-70: $c-brand-theatre-tint-70,
|
|
45
|
+
tint-40: $c-brand-theatre-tint-40,
|
|
46
|
+
base: $c-brand-theatre,
|
|
47
|
+
shade-5: $c-brand-theatre-shade-5
|
|
48
|
+
),
|
|
49
|
+
talks--events: (
|
|
50
|
+
tint-98: $c-brand-talks-tint-98,
|
|
51
|
+
tint-70: $c-brand-talks-tint-70,
|
|
52
|
+
tint-40: $c-brand-talks-tint-40,
|
|
53
|
+
base: $c-brand-talks,
|
|
54
|
+
shade-5: $c-brand-talks-shade-5
|
|
55
|
+
),
|
|
56
|
+
art--design: (
|
|
57
|
+
tint-98: $c-brand-art-tint-98,
|
|
58
|
+
tint-70: $c-brand-art-tint-70,
|
|
59
|
+
tint-40: $c-brand-art-tint-40,
|
|
60
|
+
base: $c-brand-art,
|
|
61
|
+
shade-5: $c-brand-art-shade-5
|
|
62
|
+
),
|
|
63
|
+
generic: (
|
|
64
|
+
tint-98: $c-brand-generic-tint-98,
|
|
65
|
+
tint-70: $c-brand-generic-tint-70,
|
|
66
|
+
tint-40: $c-brand-generic-tint-40,
|
|
67
|
+
base: $c-brand-generic,
|
|
68
|
+
shade-5: $c-brand-generic-shade-5
|
|
69
|
+
),
|
|
70
|
+
library: (
|
|
71
|
+
tint-98: $c-brand-generic-tint-98,
|
|
72
|
+
tint-70: $c-brand-generic-tint-70,
|
|
73
|
+
tint-40: $c-brand-generic-tint-40,
|
|
74
|
+
base: $c-brand-generic,
|
|
75
|
+
shade-5: $c-brand-generic-shade-5
|
|
76
|
+
),
|
|
77
|
+
cinema: (
|
|
78
|
+
tint-98: $c-brand-cinema-tint-98,
|
|
79
|
+
tint-70: $c-brand-cinema-tint-70,
|
|
80
|
+
tint-40: $c-brand-cinema-tint-40,
|
|
81
|
+
base: $c-brand-cinema,
|
|
82
|
+
shade-5: $c-brand-cinema-shade-5
|
|
83
|
+
),
|
|
84
|
+
hire: (
|
|
85
|
+
tint-98: $c-brand-generic-tint-98,
|
|
86
|
+
tint-70: $c-brand-generic-tint-70,
|
|
87
|
+
tint-40: $c-brand-generic-tint-40,
|
|
88
|
+
base: $c-brand-generic,
|
|
89
|
+
shade-5: $c-brand-generic-shade-5
|
|
90
|
+
),
|
|
91
|
+
);
|
|
92
|
+
|
|
93
|
+
@function get-color($color, $variant: base) {
|
|
94
|
+
@return map-get(map-get($colors, $color), $variant);
|
|
95
|
+
}
|
package/library/scss/styles.scss
CHANGED
|
@@ -12,29 +12,56 @@ body {
|
|
|
12
12
|
color: $c-grey-l21;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
@mixin brand {
|
|
16
|
+
@each $color, $variant in $colors {
|
|
17
|
+
&.#{$color} {
|
|
18
|
+
@content ($color, $variant);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
15
23
|
.br-color--palette {
|
|
16
|
-
list-style: none;
|
|
24
|
+
list-style: none;
|
|
17
25
|
margin: 0 0 2rem;
|
|
18
26
|
display: flex;
|
|
19
27
|
gap: 0.125rem;
|
|
20
28
|
padding: 0;
|
|
21
29
|
|
|
22
|
-
&.
|
|
23
|
-
|
|
30
|
+
&.grey {
|
|
31
|
+
> li {
|
|
32
|
+
&.l11 { background-color: $c-grey-l11; }
|
|
33
|
+
&.l21 { background-color: $c-grey-l21; }
|
|
34
|
+
&.l44 { background-color: $c-grey-l44; }
|
|
35
|
+
&.l65 { background-color: $c-grey-l65; }
|
|
36
|
+
&.l87 { background-color: $c-grey-l87; }
|
|
37
|
+
&.l96 { background-color: $c-grey-l96; }
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@include brand using($color, $variant) {
|
|
42
|
+
> li {
|
|
43
|
+
background-color: get-color($color);
|
|
44
|
+
|
|
45
|
+
&.tint-98 {
|
|
46
|
+
background-color: get-color($color, tint-98);
|
|
47
|
+
}
|
|
48
|
+
&.tint-70 {
|
|
49
|
+
background-color: get-color($color, tint-70);
|
|
50
|
+
}
|
|
51
|
+
&.tint-40 {
|
|
52
|
+
background-color: get-color($color, tint-40);
|
|
53
|
+
}
|
|
54
|
+
&.shade-5 {
|
|
55
|
+
background-color: get-color($color, shade-5);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
24
59
|
}
|
|
25
60
|
|
|
26
61
|
.br-color--sample {
|
|
27
62
|
background: grey;
|
|
28
63
|
height: 6.25rem;
|
|
29
64
|
width: 6.25rem;
|
|
30
|
-
|
|
31
|
-
&.test {
|
|
32
|
-
text-transform: uppercase;
|
|
33
|
-
place-content: center;
|
|
34
|
-
font-weight: bold;
|
|
35
|
-
color: grey;
|
|
36
|
-
display: grid;
|
|
37
|
-
}
|
|
38
65
|
}
|
|
39
66
|
|
|
40
67
|
h1 {
|
|
@@ -49,5 +76,5 @@ h2 {
|
|
|
49
76
|
|
|
50
77
|
h3 {
|
|
51
78
|
margin: 0 0 0.5rem;
|
|
52
|
-
}
|
|
79
|
+
}
|
|
53
80
|
|
|
@@ -77,6 +77,129 @@ body {
|
|
|
77
77
|
gap: 0.125rem;
|
|
78
78
|
padding: 0;
|
|
79
79
|
}
|
|
80
|
+
.br-color--palette.grey > li.l11 {
|
|
81
|
+
background-color: hsl(0deg, 0%, 11%);
|
|
82
|
+
}
|
|
83
|
+
.br-color--palette.grey > li.l21 {
|
|
84
|
+
background-color: hsl(0deg, 0%, 21%);
|
|
85
|
+
}
|
|
86
|
+
.br-color--palette.grey > li.l44 {
|
|
87
|
+
background-color: hsl(0deg, 0%, 44%);
|
|
88
|
+
}
|
|
89
|
+
.br-color--palette.grey > li.l65 {
|
|
90
|
+
background-color: hsl(0deg, 0%, 65%);
|
|
91
|
+
}
|
|
92
|
+
.br-color--palette.grey > li.l87 {
|
|
93
|
+
background-color: hsl(0deg, 0%, 87%);
|
|
94
|
+
}
|
|
95
|
+
.br-color--palette.grey > li.l96 {
|
|
96
|
+
background-color: hsl(0deg, 0%, 96%);
|
|
97
|
+
}
|
|
98
|
+
.br-color--palette.contemporary-music > li {
|
|
99
|
+
background-color: hsl(254deg, 44%, 33%);
|
|
100
|
+
}
|
|
101
|
+
.br-color--palette.contemporary-music > li.tint-98 {
|
|
102
|
+
background-color: #fbfbfc;
|
|
103
|
+
}
|
|
104
|
+
.br-color--palette.contemporary-music > li.tint-70 {
|
|
105
|
+
background-color: #c6c1d7;
|
|
106
|
+
}
|
|
107
|
+
.br-color--palette.contemporary-music > li.tint-40 {
|
|
108
|
+
background-color: #8c82af;
|
|
109
|
+
}
|
|
110
|
+
.br-color--palette.contemporary-music > li.shade-5 {
|
|
111
|
+
background-color: #3d2d73;
|
|
112
|
+
}
|
|
113
|
+
.br-color--palette.membership--support > li {
|
|
114
|
+
background-color: hsl(217deg, 72%, 53%);
|
|
115
|
+
}
|
|
116
|
+
.br-color--palette.membership--support > li.tint-98 {
|
|
117
|
+
background-color: #fbfcfe;
|
|
118
|
+
}
|
|
119
|
+
.br-color--palette.membership--support > li.tint-70 {
|
|
120
|
+
background-color: #c1d5f5;
|
|
121
|
+
}
|
|
122
|
+
.br-color--palette.membership--support > li.tint-40 {
|
|
123
|
+
background-color: #83abeb;
|
|
124
|
+
}
|
|
125
|
+
.br-color--palette.membership--support > li.shade-5 {
|
|
126
|
+
background-color: #2f6dd2;
|
|
127
|
+
}
|
|
128
|
+
.br-color--palette.tours--public-spaces > li {
|
|
129
|
+
background-color: hsl(21deg, 100%, 41%);
|
|
130
|
+
}
|
|
131
|
+
.br-color--palette.tours--public-spaces > li.tint-98 {
|
|
132
|
+
background-color: #fefbfa;
|
|
133
|
+
}
|
|
134
|
+
.br-color--palette.tours--public-spaces > li.tint-70 {
|
|
135
|
+
background-color: #f1c8b3;
|
|
136
|
+
}
|
|
137
|
+
.br-color--palette.tours--public-spaces > li.tint-40 {
|
|
138
|
+
background-color: #e39266;
|
|
139
|
+
}
|
|
140
|
+
.br-color--palette.tours--public-spaces > li.shade-5 {
|
|
141
|
+
background-color: #c74500;
|
|
142
|
+
}
|
|
143
|
+
.br-color--palette.classical-music > li {
|
|
144
|
+
background-color: hsl(38deg, 53%, 38%);
|
|
145
|
+
}
|
|
146
|
+
.br-color--palette.classical-music > li.tint-98 {
|
|
147
|
+
background-color: #fdfcfb;
|
|
148
|
+
}
|
|
149
|
+
.br-color--palette.classical-music > li.tint-70 {
|
|
150
|
+
background-color: #dfd4c0;
|
|
151
|
+
}
|
|
152
|
+
.br-color--palette.classical-music > li.tint-40 {
|
|
153
|
+
background-color: #bfa982;
|
|
154
|
+
}
|
|
155
|
+
.br-color--palette.classical-music > li.shade-5 {
|
|
156
|
+
background-color: #8d692c;
|
|
157
|
+
}
|
|
158
|
+
.br-color--palette.theatre--dance > li {
|
|
159
|
+
background-color: hsl(192deg, 99%, 31%);
|
|
160
|
+
}
|
|
161
|
+
.br-color--palette.theatre--dance > li.tint-98 {
|
|
162
|
+
background-color: #fafcfd;
|
|
163
|
+
}
|
|
164
|
+
.br-color--palette.theatre--dance > li.tint-70 {
|
|
165
|
+
background-color: #b3d8e2;
|
|
166
|
+
}
|
|
167
|
+
.br-color--palette.theatre--dance > li.tint-40 {
|
|
168
|
+
background-color: #67b2c4;
|
|
169
|
+
}
|
|
170
|
+
.br-color--palette.theatre--dance > li.shade-5 {
|
|
171
|
+
background-color: #017895;
|
|
172
|
+
}
|
|
173
|
+
.br-color--palette.talks--events > li {
|
|
174
|
+
background-color: hsl(214deg, 30%, 49%);
|
|
175
|
+
}
|
|
176
|
+
.br-color--palette.talks--events > li.tint-98 {
|
|
177
|
+
background-color: #fcfcfd;
|
|
178
|
+
}
|
|
179
|
+
.br-color--palette.talks--events > li.tint-70 {
|
|
180
|
+
background-color: #cdd7e3;
|
|
181
|
+
}
|
|
182
|
+
.br-color--palette.talks--events > li.tint-40 {
|
|
183
|
+
background-color: #9aaec7;
|
|
184
|
+
}
|
|
185
|
+
.br-color--palette.talks--events > li.shade-5 {
|
|
186
|
+
background-color: #53729a;
|
|
187
|
+
}
|
|
188
|
+
.br-color--palette.art--design > li {
|
|
189
|
+
background-color: hsl(329deg, 100%, 45%);
|
|
190
|
+
}
|
|
191
|
+
.br-color--palette.art--design > li.tint-98 {
|
|
192
|
+
background-color: #fffafc;
|
|
193
|
+
}
|
|
194
|
+
.br-color--palette.art--design > li.tint-70 {
|
|
195
|
+
background-color: #f8b3d6;
|
|
196
|
+
}
|
|
197
|
+
.br-color--palette.art--design > li.tint-40 {
|
|
198
|
+
background-color: #f066ad;
|
|
199
|
+
}
|
|
200
|
+
.br-color--palette.art--design > li.shade-5 {
|
|
201
|
+
background-color: #db0071;
|
|
202
|
+
}
|
|
80
203
|
.br-color--palette.generic > li {
|
|
81
204
|
background-color: hsl(21deg, 100%, 41%);
|
|
82
205
|
}
|
|
@@ -89,38 +212,53 @@ body {
|
|
|
89
212
|
.br-color--palette.generic > li.tint-40 {
|
|
90
213
|
background-color: #e39266;
|
|
91
214
|
}
|
|
92
|
-
.br-color--palette.generic > li.
|
|
93
|
-
background-color:
|
|
215
|
+
.br-color--palette.generic > li.shade-5 {
|
|
216
|
+
background-color: #c74500;
|
|
94
217
|
}
|
|
95
|
-
.br-color--palette.
|
|
96
|
-
background-color: hsl(21deg, 100%,
|
|
218
|
+
.br-color--palette.library > li {
|
|
219
|
+
background-color: hsl(21deg, 100%, 41%);
|
|
97
220
|
}
|
|
98
|
-
.br-color--palette.
|
|
99
|
-
background-color:
|
|
221
|
+
.br-color--palette.library > li.tint-98 {
|
|
222
|
+
background-color: #fefbfa;
|
|
100
223
|
}
|
|
101
|
-
.br-color--palette.
|
|
102
|
-
background-color:
|
|
224
|
+
.br-color--palette.library > li.tint-70 {
|
|
225
|
+
background-color: #f1c8b3;
|
|
103
226
|
}
|
|
104
|
-
.br-color--palette.
|
|
105
|
-
background-color:
|
|
227
|
+
.br-color--palette.library > li.tint-40 {
|
|
228
|
+
background-color: #e39266;
|
|
106
229
|
}
|
|
107
|
-
.br-color--palette.
|
|
108
|
-
background-color:
|
|
230
|
+
.br-color--palette.library > li.shade-5 {
|
|
231
|
+
background-color: #c74500;
|
|
109
232
|
}
|
|
110
|
-
.br-color--palette.
|
|
111
|
-
background-color: hsl(
|
|
233
|
+
.br-color--palette.cinema > li {
|
|
234
|
+
background-color: hsl(126deg, 62%, 33%);
|
|
112
235
|
}
|
|
113
|
-
.br-color--palette.
|
|
114
|
-
background-color:
|
|
236
|
+
.br-color--palette.cinema > li.tint-98 {
|
|
237
|
+
background-color: #fbfdfb;
|
|
115
238
|
}
|
|
116
|
-
.br-color--palette.
|
|
117
|
-
background-color:
|
|
239
|
+
.br-color--palette.cinema > li.tint-70 {
|
|
240
|
+
background-color: #bcdbbf;
|
|
118
241
|
}
|
|
119
|
-
.br-color--palette.
|
|
120
|
-
background-color:
|
|
242
|
+
.br-color--palette.cinema > li.tint-40 {
|
|
243
|
+
background-color: #79b87f;
|
|
121
244
|
}
|
|
122
|
-
.br-color--palette.
|
|
123
|
-
background-color:
|
|
245
|
+
.br-color--palette.cinema > li.shade-5 {
|
|
246
|
+
background-color: #1e8128;
|
|
247
|
+
}
|
|
248
|
+
.br-color--palette.hire > li {
|
|
249
|
+
background-color: hsl(21deg, 100%, 41%);
|
|
250
|
+
}
|
|
251
|
+
.br-color--palette.hire > li.tint-98 {
|
|
252
|
+
background-color: #fefbfa;
|
|
253
|
+
}
|
|
254
|
+
.br-color--palette.hire > li.tint-70 {
|
|
255
|
+
background-color: #f1c8b3;
|
|
256
|
+
}
|
|
257
|
+
.br-color--palette.hire > li.tint-40 {
|
|
258
|
+
background-color: #e39266;
|
|
259
|
+
}
|
|
260
|
+
.br-color--palette.hire > li.shade-5 {
|
|
261
|
+
background-color: #c74500;
|
|
124
262
|
}
|
|
125
263
|
|
|
126
264
|
.br-color--sample {
|
|
@@ -128,13 +266,6 @@ body {
|
|
|
128
266
|
height: 6.25rem;
|
|
129
267
|
width: 6.25rem;
|
|
130
268
|
}
|
|
131
|
-
.br-color--sample.test {
|
|
132
|
-
text-transform: uppercase;
|
|
133
|
-
place-content: center;
|
|
134
|
-
font-weight: bold;
|
|
135
|
-
color: grey;
|
|
136
|
-
display: grid;
|
|
137
|
-
}
|
|
138
269
|
|
|
139
270
|
h1 {
|
|
140
271
|
border-bottom: 1px solid grey;
|
package/library/views/index.pug
CHANGED
|
@@ -4,26 +4,78 @@ block content
|
|
|
4
4
|
|
|
5
5
|
h2 Grey
|
|
6
6
|
ul.br-color--palette.grey
|
|
7
|
-
li.br-color--sample.l11
|
|
8
|
-
li.br-color--sample.l21
|
|
9
|
-
li.br-color--sample.l44
|
|
10
|
-
li.br-color--sample.l65
|
|
11
|
-
li.br-color--sample.l87
|
|
12
7
|
li.br-color--sample.l96
|
|
8
|
+
li.br-color--sample.l87
|
|
9
|
+
li.br-color--sample.l65
|
|
10
|
+
li.br-color--sample.l44
|
|
11
|
+
li.br-color--sample.l21
|
|
12
|
+
li.br-color--sample.l11
|
|
13
13
|
|
|
14
14
|
h2 Brand
|
|
15
15
|
|
|
16
|
-
h3 Generic
|
|
16
|
+
h3 Generic / Library / Tours / Hire
|
|
17
17
|
ul.br-color--palette.generic
|
|
18
|
+
li.br-color--sample.tint-98
|
|
19
|
+
li.br-color--sample.tint-70
|
|
20
|
+
li.br-color--sample.tint-40
|
|
18
21
|
li.br-color--sample
|
|
22
|
+
li.br-color--sample.shade-5
|
|
23
|
+
|
|
24
|
+
h3 Contemporary
|
|
25
|
+
ul.br-color--palette.contemporary-music
|
|
19
26
|
li.br-color--sample.tint-98
|
|
20
27
|
li.br-color--sample.tint-70
|
|
21
28
|
li.br-color--sample.tint-40
|
|
22
|
-
li.br-color--sample
|
|
23
|
-
li.br-color--sample.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
29
|
+
li.br-color--sample
|
|
30
|
+
li.br-color--sample.shade-5
|
|
31
|
+
|
|
32
|
+
h3 Membership
|
|
33
|
+
ul.br-color--palette.membership--support
|
|
34
|
+
li.br-color--sample.tint-98
|
|
35
|
+
li.br-color--sample.tint-70
|
|
36
|
+
li.br-color--sample.tint-40
|
|
37
|
+
li.br-color--sample
|
|
38
|
+
li.br-color--sample.shade-5
|
|
39
|
+
|
|
40
|
+
h3 Classical
|
|
41
|
+
ul.br-color--palette.classical-music
|
|
42
|
+
li.br-color--sample.tint-98
|
|
43
|
+
li.br-color--sample.tint-70
|
|
44
|
+
li.br-color--sample.tint-40
|
|
45
|
+
li.br-color--sample
|
|
46
|
+
li.br-color--sample.shade-5
|
|
47
|
+
|
|
48
|
+
h3 Theatre
|
|
49
|
+
ul.br-color--palette.theatre--dance
|
|
50
|
+
li.br-color--sample.tint-98
|
|
51
|
+
li.br-color--sample.tint-70
|
|
52
|
+
li.br-color--sample.tint-40
|
|
53
|
+
li.br-color--sample
|
|
54
|
+
li.br-color--sample.shade-5
|
|
55
|
+
|
|
56
|
+
h3 Talks
|
|
57
|
+
ul.br-color--palette.talks--events
|
|
58
|
+
li.br-color--sample.tint-98
|
|
59
|
+
li.br-color--sample.tint-70
|
|
60
|
+
li.br-color--sample.tint-40
|
|
61
|
+
li.br-color--sample
|
|
62
|
+
li.br-color--sample.shade-5
|
|
63
|
+
|
|
64
|
+
h3 Art
|
|
65
|
+
ul.br-color--palette.art--design
|
|
66
|
+
li.br-color--sample.tint-98
|
|
67
|
+
li.br-color--sample.tint-70
|
|
68
|
+
li.br-color--sample.tint-40
|
|
69
|
+
li.br-color--sample
|
|
70
|
+
li.br-color--sample.shade-5
|
|
71
|
+
|
|
72
|
+
h3 Cinema
|
|
73
|
+
ul.br-color--palette.cinema
|
|
74
|
+
li.br-color--sample.tint-98
|
|
75
|
+
li.br-color--sample.tint-70
|
|
76
|
+
li.br-color--sample.tint-40
|
|
77
|
+
li.br-color--sample
|
|
78
|
+
li.br-color--sample.shade-5
|
|
27
79
|
|
|
28
80
|
//- include mixins/test
|
|
29
81
|
//- +test()
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_args": [
|
|
3
3
|
[
|
|
4
|
-
"barbican-reset@2.2.
|
|
4
|
+
"barbican-reset@2.2.1",
|
|
5
5
|
"/Users/pheading/Sites/eticketing-vue"
|
|
6
6
|
]
|
|
7
7
|
],
|
|
8
|
-
"_from": "barbican-reset@2.2.
|
|
9
|
-
"_id": "barbican-reset@2.2.
|
|
8
|
+
"_from": "barbican-reset@2.2.1",
|
|
9
|
+
"_id": "barbican-reset@2.2.1",
|
|
10
10
|
"_inBundle": false,
|
|
11
11
|
"_integrity": "sha512-9QMrzuoZ/NZfFlFagC6go3ofn5hBhU9rtSPEeGH0krwY5dBKOlfs8oGIvqUaEGFKI+jQ3spuDOQoeyYK5NRiQw==",
|
|
12
12
|
"_location": "/barbican-reset",
|
|
@@ -35,24 +35,23 @@
|
|
|
35
35
|
"_requested": {
|
|
36
36
|
"type": "version",
|
|
37
37
|
"registry": true,
|
|
38
|
-
"raw": "barbican-reset@2.2.
|
|
38
|
+
"raw": "barbican-reset@2.2.1",
|
|
39
39
|
"name": "barbican-reset",
|
|
40
40
|
"escapedName": "barbican-reset",
|
|
41
|
-
"rawSpec": "2.2.
|
|
41
|
+
"rawSpec": "2.2.1",
|
|
42
42
|
"saveSpec": null,
|
|
43
|
-
"fetchSpec": "2.2.
|
|
43
|
+
"fetchSpec": "2.2.1"
|
|
44
44
|
},
|
|
45
45
|
"_requiredBy": [
|
|
46
46
|
"/"
|
|
47
47
|
],
|
|
48
|
-
"_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-2.2.
|
|
49
|
-
"_spec": "2.2.
|
|
48
|
+
"_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-2.2.1.tgz",
|
|
49
|
+
"_spec": "2.2.1",
|
|
50
50
|
"_where": "/Users/pheading/Sites/eticketing-vue",
|
|
51
51
|
"author": {
|
|
52
52
|
"name": "Paul Heading"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"bootstrap": "^5.1.3",
|
|
56
55
|
"bootstrap-vue": "^2.21.2",
|
|
57
56
|
"express": "^4.18.1",
|
|
58
57
|
"focus-visible": "^5.2.0",
|
|
@@ -70,6 +69,9 @@
|
|
|
70
69
|
"vue-moment": "^4.1.0",
|
|
71
70
|
"vue-slick-carousel": "^1.0.6"
|
|
72
71
|
},
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"bootstrap": "^5.1.3"
|
|
74
|
+
},
|
|
73
75
|
"description": "A collection of useful scss imports and js scripts, that provide consistent styling and functionality across barbican projects.",
|
|
74
76
|
"files": [
|
|
75
77
|
"animations/**/*",
|
|
@@ -96,5 +98,5 @@
|
|
|
96
98
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
97
99
|
},
|
|
98
100
|
"style": "dist/css/barbican-reset.css",
|
|
99
|
-
"version": "2.2.
|
|
101
|
+
"version": "2.2.1"
|
|
100
102
|
}
|
package/scss/_app.scss
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
&.concertSplash,
|
|
27
27
|
&.theatreSplash {
|
|
28
28
|
background-image: url("/img/videos/splash-bg.jpg");
|
|
29
|
-
background-color: $c-splash-videos;
|
|
29
|
+
// background-color: $c-splash-videos;
|
|
30
30
|
background-position: center -4rem;
|
|
31
31
|
background-repeat: no-repeat;
|
|
32
32
|
background-size: 72rem;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> li {
|
|
3
|
-
background-color: $c-brand-generic;
|
|
4
|
-
|
|
5
|
-
&.tint-98 { background-color: $c-brand-generic-tint-98; }
|
|
6
|
-
&.tint-70 { background-color: $c-brand-generic-tint-70; }
|
|
7
|
-
&.tint-40 { background-color: $c-brand-generic-tint-40; }
|
|
8
|
-
&.s60-l99 { background-color: $c-brand-generic-s60-l99; }
|
|
9
|
-
&.s100-l95 { background-color: $c-brand-generic-s100-l95; }
|
|
10
|
-
&.s50-l90 { background-color: $c-brand-generic-s50-l90; }
|
|
11
|
-
&.s100-l38 { background-color: $c-brand-generic-s100-l38; }
|
|
12
|
-
&.s100-l15 { background-color: $c-brand-generic-s100-l15; }
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> li {
|
|
3
|
-
&.l11 { background-color: $c-grey-l11; }
|
|
4
|
-
&.l21 { background-color: $c-grey-l21; }
|
|
5
|
-
&.l44 { background-color: $c-grey-l44; }
|
|
6
|
-
&.l65 { background-color: $c-grey-l65; }
|
|
7
|
-
&.l87 { background-color: $c-grey-l87; }
|
|
8
|
-
&.l96 { background-color: $c-grey-l96; }
|
|
9
|
-
}
|