barbican-reset 2.2.0 → 2.2.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.
Files changed (40) hide show
  1. package/helpers/functions/index.scss +0 -4
  2. package/helpers/mixins/_buttons.scss +1 -1
  3. package/helpers/variables/index.scss +6 -7
  4. package/package.json +16 -12
  5. package/{library → patterns}/gulpfile.js +0 -0
  6. package/{library → patterns}/index.js +0 -0
  7. package/patterns/scss/colors/_brand.scss +70 -0
  8. package/{helpers/variables → patterns/scss}/colors/_docs.scss +0 -0
  9. package/patterns/scss/colors/_grey.scss +6 -0
  10. package/{helpers/variables → patterns/scss}/colors/_llf.scss +0 -0
  11. package/{helpers/variables → patterns/scss}/colors/_power.scss +0 -0
  12. package/{helpers/variables → patterns/scss}/colors/_status.scss +0 -0
  13. package/{helpers/variables → patterns/scss}/colors/_wgp.scss +0 -0
  14. package/{helpers/variables → patterns/scss}/colors/index.scss +1 -1
  15. package/patterns/scss/styles.scss +99 -0
  16. package/patterns/static/styles.css +434 -0
  17. package/patterns/views/index.pug +30 -0
  18. package/{library → patterns}/views/layout.pug +0 -0
  19. package/patterns/views/mixins.pug +11 -0
  20. package/scss/_app.scss +1 -1
  21. package/scss/_atomic.scss +2 -3
  22. package/scss/_close-icon.scss +6 -5
  23. package/helpers/variables/colors/_grey.scss +0 -7
  24. package/helpers/variables/colors/brand/_art.scss +0 -6
  25. package/helpers/variables/colors/brand/_cinema.scss +0 -8
  26. package/helpers/variables/colors/brand/_classical.scss +0 -9
  27. package/helpers/variables/colors/brand/_contemporary.scss +0 -6
  28. package/helpers/variables/colors/brand/_generic.scss +0 -14
  29. package/helpers/variables/colors/brand/_membership.scss +0 -16
  30. package/helpers/variables/colors/brand/_programme.scss +0 -6
  31. package/helpers/variables/colors/brand/_shop.scss +0 -4
  32. package/helpers/variables/colors/brand/_talks.scss +0 -6
  33. package/helpers/variables/colors/brand/_theatre.scss +0 -6
  34. package/helpers/variables/colors/brand/index.scss +0 -13
  35. package/library/scss/colors/generic.scss +0 -13
  36. package/library/scss/colors/grey.scss +0 -9
  37. package/library/scss/styles.scss +0 -53
  38. package/library/static/styles.css +0 -151
  39. package/library/views/index.pug +0 -29
  40. package/library/views/mixins/test.pug +0 -2
@@ -6,10 +6,6 @@
6
6
  @return mix(black, $color, $percentage);
7
7
  }
8
8
 
9
- @function generic($s:100%, $l:41%) {
10
- @return hsl(21, $s, $l);
11
- }
12
-
13
9
  @function input-bg($value) {
14
10
  @return rgba($value,0.08);
15
11
  }
@@ -336,7 +336,7 @@
336
336
  }
337
337
 
338
338
  @mixin btn-video-login {
339
- @include button-solid($background: $white, $color: $c-splash-videos);
339
+ // @include button-solid($background: $white, $color: $c-splash-videos);
340
340
  }
341
341
 
342
342
  @mixin btn-cta {
@@ -1,7 +1,6 @@
1
- // paths more explicit for gulp-sass
2
- @import "colors/index";
3
- @import "alerts";
4
- @import "layout";
5
- @import "breakpoints";
6
- @import "typography";
7
- @import "columns";
1
+ @import '../../patterns/scss/colors/index';
2
+ @import 'alerts';
3
+ @import 'layout';
4
+ @import 'breakpoints';
5
+ @import 'typography';
6
+ @import 'columns';
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "_args": [
3
3
  [
4
- "barbican-reset@2.2.0",
4
+ "barbican-reset@2.2.2",
5
5
  "/Users/pheading/Sites/eticketing-vue"
6
6
  ]
7
7
  ],
8
- "_from": "barbican-reset@2.2.0",
9
- "_id": "barbican-reset@2.2.0",
8
+ "_from": "barbican-reset@2.2.2",
9
+ "_id": "barbican-reset@2.2.2",
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.0",
38
+ "raw": "barbican-reset@2.2.2",
39
39
  "name": "barbican-reset",
40
40
  "escapedName": "barbican-reset",
41
- "rawSpec": "2.2.0",
41
+ "rawSpec": "2.2.2",
42
42
  "saveSpec": null,
43
- "fetchSpec": "2.2.0"
43
+ "fetchSpec": "2.2.2"
44
44
  },
45
45
  "_requiredBy": [
46
46
  "/"
47
47
  ],
48
- "_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-2.2.0.tgz",
49
- "_spec": "2.2.0",
48
+ "_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-2.2.2.tgz",
49
+ "_spec": "2.2.2",
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/**/*",
@@ -78,7 +80,7 @@
78
80
  "fonts/*.{woff,woff2}",
79
81
  "helpers/**/*",
80
82
  "icons/**/*",
81
- "library/**/*",
83
+ "patterns/**/*",
82
84
  "logos/*",
83
85
  "scss/**/*",
84
86
  "focus-visible.min.js"
@@ -93,8 +95,10 @@
93
95
  },
94
96
  "sass": "scss/index.scss",
95
97
  "scripts": {
96
- "test": "echo \"Error: no test specified\" && exit 1"
98
+ "test": "echo \"Error: no test specified\" && exit 1",
99
+ "serve:patterns": "cd patterns && node index",
100
+ "watch:patterns": "cd patterns && gulp watch"
97
101
  },
98
102
  "style": "dist/css/barbican-reset.css",
99
- "version": "2.2.0"
103
+ "version": "2.2.2"
100
104
  }
File without changes
File without changes
@@ -0,0 +1,70 @@
1
+ $c-brand-art: hsl(329, 100%, 45%);
2
+ $c-brand-cinema: hsl(126, 62%, 33%);
3
+ $c-brand-classical: hsl(38, 53%, 38%);
4
+ $c-brand-contemporary: hsl(254, 44%, 33%);
5
+ $c-brand-generic: hsl(21, 100%, 41%);
6
+ $c-brand-membership: hsl(217, 72%, 53%);
7
+ $c-brand-programme: $c-grey-l21;
8
+ $c-brand-shop: hsl(168, 75%, 30%);
9
+ $c-brand-talks: hsl(214, 30%, 49%);
10
+ $c-brand-theatre: hsl(192, 99%, 31%);
11
+
12
+ $c-patron: $c-grey-l44;
13
+ $c-patron-light: hsl(0, 0%, 60%);
14
+ $c-principle: $c-brand-classical;
15
+ $c-principle-light: hsl(38, 53%, 53%);
16
+
17
+ $setup : (
18
+ contemporary-music : $c-brand-contemporary,
19
+ membership--support : $c-brand-membership,
20
+ tours--public-spaces : $c-brand-generic,
21
+ classical-music : $c-brand-classical,
22
+ theatre--dance : $c-brand-theatre,
23
+ talks--events : $c-brand-talks,
24
+ art--design : $c-brand-art,
25
+ generic : $c-brand-generic,
26
+ library : $c-brand-generic,
27
+ cinema : $c-brand-cinema,
28
+ hire : $c-brand-generic,
29
+ programme : $c-brand-programme,
30
+ shop : $c-brand-shop,
31
+ );
32
+
33
+ $brands: ();
34
+
35
+ @function map-brands($color) {
36
+ $map: (
37
+ shade-65: shade($color, 65%),
38
+ shade-20: shade($color, 20%),
39
+ shade-10: shade($color, 10%),
40
+ base: $color,
41
+ tint-40: tint($color, 40%),
42
+ tint-70: tint($color, 70%),
43
+ tint-85: tint($color, 85%),
44
+ tint-95: tint($color, 95%),
45
+ );
46
+ @return $map;
47
+ }
48
+
49
+ @each $key, $value in $setup {
50
+ $map: ();
51
+ $map: map-merge($map,($key: map-brands($value)));
52
+ $brands: map-merge($brands, $map);
53
+ }
54
+
55
+ @function brand($color, $variant: base) {
56
+ @return map-get(map-get($brands, $color), $variant);
57
+ }
58
+
59
+ $c-brand-cinema-dark: brand(cinema, shade-20); // deprecated
60
+ $c-brand-shop-light: brand(shop, tint-85); // deprecated
61
+ $c-brand-shop-dark: brand(shop, shade-20); // deprecated
62
+ $c-brand-generic-s60-l99: brand(generic, tint-95); // faint deprecated
63
+ $c-brand-generic-s100-l95: brand(generic, tint-85); // light deprecated
64
+ $c-brand-generic-s50-l90: brand(generic, tint-70); // shade deprecated
65
+ $c-brand-generic-s100-l38: brand(generic, shade-10); // dark deprecated
66
+ $c-brand-generic-s100-l15: brand(generic, shade-65); // x-dark deprecated
67
+
68
+ $c-brand-classical-light: hsl(38, 53%, 95%);
69
+ $c-brand-classical-dark: hsl(38, 53%, 30%);
70
+ $c-brand-membership-dark: hsl(223, 87%, 21%);
@@ -0,0 +1,6 @@
1
+ $c-grey-l11: hsl(0, 0%, 10%); // midnight
2
+ $c-grey-l21: hsl(0, 0%, 20%); // night
3
+ $c-grey-l44: hsl(0, 0%, 35%); // steel
4
+ $c-grey-l65: hsl(0, 0%, 65%); // concrete
5
+ $c-grey-l87: hsl(0, 0%, 85%); // pearl
6
+ $c-grey-l96: hsl(0, 0%, 95%); // alpine
@@ -1,5 +1,5 @@
1
1
  @import 'grey';
2
- @import 'brand/index';
2
+ @import 'brand';
3
3
  @import 'docs';
4
4
  @import 'status';
5
5
  @import 'wgp';
@@ -0,0 +1,99 @@
1
+ @import '../../node_modules/bootstrap/scss/functions';
2
+ @import '../../node_modules/bootstrap/scss/variables';
3
+ @import '../../node_modules/bootstrap/scss/mixins';
4
+ @import '../../helpers/index';
5
+
6
+ @import '../../scss/fonts';
7
+ @import '../../scss/br-container';
8
+
9
+ $shades: '65', '20', '10';
10
+ $tints: '40', '70', '85', '95';
11
+
12
+ @mixin brand {
13
+ @each $color, $variant in $brands {
14
+ &.brand-#{$color} {
15
+ @content ($color, $variant);
16
+ }
17
+ }
18
+ }
19
+
20
+ body {
21
+ line-height: $line-height-md;
22
+ font-family: $font-family;
23
+ color: $c-grey-l21;
24
+ }
25
+
26
+ .list.list-palette {
27
+ list-style: none;
28
+ margin: 0 0 2rem;
29
+ display: flex;
30
+ gap: 0.125rem;
31
+ padding: 0;
32
+
33
+ @include brand using($color, $variant) {
34
+ .item.item-palette {
35
+ background-color: brand($color);
36
+
37
+ @each $shade in $shades {
38
+ &.shade-#{$shade} {
39
+ background-color: brand($color, shade-#{$shade});
40
+ }
41
+ }
42
+
43
+ @each $tint in $tints {
44
+ &.tint-#{$tint} {
45
+ background-color: brand($color, tint-#{$tint});
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+
52
+ .list.list-palette.grey {
53
+ .item.item-palette {
54
+ &.l11 {
55
+ background-color: $c-grey-l11;
56
+ }
57
+ &.l21 {
58
+ background-color: $c-grey-l21;
59
+ }
60
+ &.l44 {
61
+ background-color: $c-grey-l44;
62
+ }
63
+ &.l65 {
64
+ background-color: $c-grey-l65;
65
+ }
66
+ &.l87 {
67
+ background-color: $c-grey-l87;
68
+ }
69
+ &.l96 {
70
+ background-color: $c-grey-l96;
71
+ }
72
+ }
73
+ }
74
+
75
+ .list.list-palette.sample {
76
+ .item.item-palette {
77
+ background-color: $c-brand-generic-s100-l15;
78
+ }
79
+ }
80
+
81
+ .item.item-palette {
82
+ background: grey;
83
+ height: 6.25rem;
84
+ width: 6.25rem;
85
+ }
86
+
87
+ h1 {
88
+ border-bottom: 1px solid grey;
89
+ padding-bottom: 0.25rem;
90
+ margin: 0 0 2rem;
91
+ }
92
+
93
+ h2 {
94
+ margin: 0 0 1rem;
95
+ }
96
+
97
+ h3 {
98
+ margin: 0 0 0.5rem;
99
+ }
@@ -0,0 +1,434 @@
1
+ @font-face {
2
+ font-family: "FuturaLTPro";
3
+ src: url("../fonts/FuturaLTPro-Book.woff") format("woff"), url("../fonts/FuturaLTPro-Book.woff2") format("woff2");
4
+ font-style: normal;
5
+ }
6
+ @font-face {
7
+ font-family: "FuturaLTPro";
8
+ src: url("../fonts/FuturaLTPro-BookOblique.woff") format("woff"), url("../fonts/FuturaLTPro-BookOblique.woff2") format("woff2");
9
+ font-style: italic;
10
+ }
11
+ @font-face {
12
+ font-family: "FuturaLTPro";
13
+ src: url("../fonts/FuturaLTPro-Bold.woff") format("woff"), url("../fonts/FuturaLTPro-Bold.woff2") format("woff2");
14
+ font-style: normal;
15
+ font-weight: bold;
16
+ }
17
+ @font-face {
18
+ font-family: "FuturaLTPro";
19
+ src: url("../fonts/FuturaLTPro-BoldOblique.woff") format("woff"), url("../fonts/FuturaLTPro-BoldOblique.woff2") format("woff2");
20
+ font-style: italic;
21
+ font-weight: bold;
22
+ }
23
+ .br-container--outer {
24
+ padding-right: 5%;
25
+ padding-left: 5%;
26
+ }
27
+ .br-container--outer.splash {
28
+ padding-right: 10%;
29
+ padding-left: 10%;
30
+ }
31
+ .br-container--outer.masthead {
32
+ box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.1);
33
+ background-color: white;
34
+ }
35
+
36
+ .br-container--inner {
37
+ max-width: 75rem;
38
+ margin: 0 auto;
39
+ }
40
+ .br-container--inner:not(.footer) {
41
+ padding-bottom: 1.5rem;
42
+ padding-top: 1.5rem;
43
+ }
44
+ @media (min-width: 32.5em) {
45
+ .br-container--inner:not(.footer) {
46
+ padding-bottom: 2.5rem;
47
+ padding-top: 2.5rem;
48
+ }
49
+ }
50
+ .br-container--inner.header {
51
+ padding-bottom: 1.875rem;
52
+ padding-top: 1.875rem;
53
+ }
54
+ .br-container--inner.thin {
55
+ max-width: 50rem;
56
+ }
57
+ @media (min-width: 32.5em) {
58
+ .br-container--inner.masthead {
59
+ padding-bottom: 3rem;
60
+ padding-top: 3rem;
61
+ }
62
+ }
63
+ .br-container--inner.masthead h1 {
64
+ margin: 0;
65
+ }
66
+
67
+ body {
68
+ line-height: 1.4;
69
+ font-family: FuturaLTPro, "Helvetica", "Arial", sans-serif;
70
+ color: hsl(0deg, 0%, 20%);
71
+ }
72
+
73
+ .list.list-palette {
74
+ list-style: none;
75
+ margin: 0 0 2rem;
76
+ display: flex;
77
+ gap: 0.125rem;
78
+ padding: 0;
79
+ }
80
+ .list.list-palette.brand-contemporary-music .item.item-palette {
81
+ background-color: hsl(254deg, 44%, 33%);
82
+ }
83
+ .list.list-palette.brand-contemporary-music .item.item-palette.shade-65 {
84
+ background-color: #16102a;
85
+ }
86
+ .list.list-palette.brand-contemporary-music .item.item-palette.shade-20 {
87
+ background-color: #332661;
88
+ }
89
+ .list.list-palette.brand-contemporary-music .item.item-palette.shade-10 {
90
+ background-color: #3a2a6d;
91
+ }
92
+ .list.list-palette.brand-contemporary-music .item.item-palette.tint-40 {
93
+ background-color: #8c82af;
94
+ }
95
+ .list.list-palette.brand-contemporary-music .item.item-palette.tint-70 {
96
+ background-color: #c6c1d7;
97
+ }
98
+ .list.list-palette.brand-contemporary-music .item.item-palette.tint-85 {
99
+ background-color: #e2e0eb;
100
+ }
101
+ .list.list-palette.brand-contemporary-music .item.item-palette.tint-95 {
102
+ background-color: #f5f5f8;
103
+ }
104
+ .list.list-palette.brand-membership--support .item.item-palette {
105
+ background-color: hsl(217deg, 72%, 53%);
106
+ }
107
+ .list.list-palette.brand-membership--support .item.item-palette.shade-65 {
108
+ background-color: #11284d;
109
+ }
110
+ .list.list-palette.brand-membership--support .item.item-palette.shade-20 {
111
+ background-color: #275cb1;
112
+ }
113
+ .list.list-palette.brand-membership--support .item.item-palette.shade-10 {
114
+ background-color: #2c68c7;
115
+ }
116
+ .list.list-palette.brand-membership--support .item.item-palette.tint-40 {
117
+ background-color: #83abeb;
118
+ }
119
+ .list.list-palette.brand-membership--support .item.item-palette.tint-70 {
120
+ background-color: #c1d5f5;
121
+ }
122
+ .list.list-palette.brand-membership--support .item.item-palette.tint-85 {
123
+ background-color: #e0eafa;
124
+ }
125
+ .list.list-palette.brand-membership--support .item.item-palette.tint-95 {
126
+ background-color: #f5f8fd;
127
+ }
128
+ .list.list-palette.brand-tours--public-spaces .item.item-palette {
129
+ background-color: hsl(21deg, 100%, 41%);
130
+ }
131
+ .list.list-palette.brand-tours--public-spaces .item.item-palette.shade-65 {
132
+ background-color: #491a00;
133
+ }
134
+ .list.list-palette.brand-tours--public-spaces .item.item-palette.shade-20 {
135
+ background-color: #a73a00;
136
+ }
137
+ .list.list-palette.brand-tours--public-spaces .item.item-palette.shade-10 {
138
+ background-color: #bc4200;
139
+ }
140
+ .list.list-palette.brand-tours--public-spaces .item.item-palette.tint-40 {
141
+ background-color: #e39266;
142
+ }
143
+ .list.list-palette.brand-tours--public-spaces .item.item-palette.tint-70 {
144
+ background-color: #f1c8b3;
145
+ }
146
+ .list.list-palette.brand-tours--public-spaces .item.item-palette.tint-85 {
147
+ background-color: #f8e4d9;
148
+ }
149
+ .list.list-palette.brand-tours--public-spaces .item.item-palette.tint-95 {
150
+ background-color: #fdf6f2;
151
+ }
152
+ .list.list-palette.brand-classical-music .item.item-palette {
153
+ background-color: hsl(38deg, 53%, 38%);
154
+ }
155
+ .list.list-palette.brand-classical-music .item.item-palette.shade-65 {
156
+ background-color: #342710;
157
+ }
158
+ .list.list-palette.brand-classical-music .item.item-palette.shade-20 {
159
+ background-color: #765925;
160
+ }
161
+ .list.list-palette.brand-classical-music .item.item-palette.shade-10 {
162
+ background-color: #856429;
163
+ }
164
+ .list.list-palette.brand-classical-music .item.item-palette.tint-40 {
165
+ background-color: #bfa982;
166
+ }
167
+ .list.list-palette.brand-classical-music .item.item-palette.tint-70 {
168
+ background-color: #dfd4c0;
169
+ }
170
+ .list.list-palette.brand-classical-music .item.item-palette.tint-85 {
171
+ background-color: #efe9e0;
172
+ }
173
+ .list.list-palette.brand-classical-music .item.item-palette.tint-95 {
174
+ background-color: #faf8f5;
175
+ }
176
+ .list.list-palette.brand-theatre--dance .item.item-palette {
177
+ background-color: hsl(192deg, 99%, 31%);
178
+ }
179
+ .list.list-palette.brand-theatre--dance .item.item-palette.shade-65 {
180
+ background-color: #002c37;
181
+ }
182
+ .list.list-palette.brand-theatre--dance .item.item-palette.shade-20 {
183
+ background-color: #01657e;
184
+ }
185
+ .list.list-palette.brand-theatre--dance .item.item-palette.shade-10 {
186
+ background-color: #01718d;
187
+ }
188
+ .list.list-palette.brand-theatre--dance .item.item-palette.tint-40 {
189
+ background-color: #67b2c4;
190
+ }
191
+ .list.list-palette.brand-theatre--dance .item.item-palette.tint-70 {
192
+ background-color: #b3d8e2;
193
+ }
194
+ .list.list-palette.brand-theatre--dance .item.item-palette.tint-85 {
195
+ background-color: #d9ecf0;
196
+ }
197
+ .list.list-palette.brand-theatre--dance .item.item-palette.tint-95 {
198
+ background-color: #f2f9fa;
199
+ }
200
+ .list.list-palette.brand-talks--events .item.item-palette {
201
+ background-color: hsl(214deg, 30%, 49%);
202
+ }
203
+ .list.list-palette.brand-talks--events .item.item-palette.shade-65 {
204
+ background-color: #1e2a39;
205
+ }
206
+ .list.list-palette.brand-talks--events .item.item-palette.shade-20 {
207
+ background-color: #466082;
208
+ }
209
+ .list.list-palette.brand-talks--events .item.item-palette.shade-10 {
210
+ background-color: #4e6c92;
211
+ }
212
+ .list.list-palette.brand-talks--events .item.item-palette.tint-40 {
213
+ background-color: #9aaec7;
214
+ }
215
+ .list.list-palette.brand-talks--events .item.item-palette.tint-70 {
216
+ background-color: #cdd7e3;
217
+ }
218
+ .list.list-palette.brand-talks--events .item.item-palette.tint-85 {
219
+ background-color: #e6ebf1;
220
+ }
221
+ .list.list-palette.brand-talks--events .item.item-palette.tint-95 {
222
+ background-color: #f7f8fa;
223
+ }
224
+ .list.list-palette.brand-art--design .item.item-palette {
225
+ background-color: hsl(329deg, 100%, 45%);
226
+ }
227
+ .list.list-palette.brand-art--design .item.item-palette.shade-65 {
228
+ background-color: #51002a;
229
+ }
230
+ .list.list-palette.brand-art--design .item.item-palette.shade-20 {
231
+ background-color: #b8005f;
232
+ }
233
+ .list.list-palette.brand-art--design .item.item-palette.shade-10 {
234
+ background-color: #cf006b;
235
+ }
236
+ .list.list-palette.brand-art--design .item.item-palette.tint-40 {
237
+ background-color: #f066ad;
238
+ }
239
+ .list.list-palette.brand-art--design .item.item-palette.tint-70 {
240
+ background-color: #f8b3d6;
241
+ }
242
+ .list.list-palette.brand-art--design .item.item-palette.tint-85 {
243
+ background-color: #fbd9eb;
244
+ }
245
+ .list.list-palette.brand-art--design .item.item-palette.tint-95 {
246
+ background-color: #fef2f8;
247
+ }
248
+ .list.list-palette.brand-generic .item.item-palette {
249
+ background-color: hsl(21deg, 100%, 41%);
250
+ }
251
+ .list.list-palette.brand-generic .item.item-palette.shade-65 {
252
+ background-color: #491a00;
253
+ }
254
+ .list.list-palette.brand-generic .item.item-palette.shade-20 {
255
+ background-color: #a73a00;
256
+ }
257
+ .list.list-palette.brand-generic .item.item-palette.shade-10 {
258
+ background-color: #bc4200;
259
+ }
260
+ .list.list-palette.brand-generic .item.item-palette.tint-40 {
261
+ background-color: #e39266;
262
+ }
263
+ .list.list-palette.brand-generic .item.item-palette.tint-70 {
264
+ background-color: #f1c8b3;
265
+ }
266
+ .list.list-palette.brand-generic .item.item-palette.tint-85 {
267
+ background-color: #f8e4d9;
268
+ }
269
+ .list.list-palette.brand-generic .item.item-palette.tint-95 {
270
+ background-color: #fdf6f2;
271
+ }
272
+ .list.list-palette.brand-library .item.item-palette {
273
+ background-color: hsl(21deg, 100%, 41%);
274
+ }
275
+ .list.list-palette.brand-library .item.item-palette.shade-65 {
276
+ background-color: #491a00;
277
+ }
278
+ .list.list-palette.brand-library .item.item-palette.shade-20 {
279
+ background-color: #a73a00;
280
+ }
281
+ .list.list-palette.brand-library .item.item-palette.shade-10 {
282
+ background-color: #bc4200;
283
+ }
284
+ .list.list-palette.brand-library .item.item-palette.tint-40 {
285
+ background-color: #e39266;
286
+ }
287
+ .list.list-palette.brand-library .item.item-palette.tint-70 {
288
+ background-color: #f1c8b3;
289
+ }
290
+ .list.list-palette.brand-library .item.item-palette.tint-85 {
291
+ background-color: #f8e4d9;
292
+ }
293
+ .list.list-palette.brand-library .item.item-palette.tint-95 {
294
+ background-color: #fdf6f2;
295
+ }
296
+ .list.list-palette.brand-cinema .item.item-palette {
297
+ background-color: hsl(126deg, 62%, 33%);
298
+ }
299
+ .list.list-palette.brand-cinema .item.item-palette.shade-65 {
300
+ background-color: #0b300f;
301
+ }
302
+ .list.list-palette.brand-cinema .item.item-palette.shade-20 {
303
+ background-color: #1a6d22;
304
+ }
305
+ .list.list-palette.brand-cinema .item.item-palette.shade-10 {
306
+ background-color: #1d7a26;
307
+ }
308
+ .list.list-palette.brand-cinema .item.item-palette.tint-40 {
309
+ background-color: #79b87f;
310
+ }
311
+ .list.list-palette.brand-cinema .item.item-palette.tint-70 {
312
+ background-color: #bcdbbf;
313
+ }
314
+ .list.list-palette.brand-cinema .item.item-palette.tint-85 {
315
+ background-color: #deeddf;
316
+ }
317
+ .list.list-palette.brand-cinema .item.item-palette.tint-95 {
318
+ background-color: #f4f9f4;
319
+ }
320
+ .list.list-palette.brand-hire .item.item-palette {
321
+ background-color: hsl(21deg, 100%, 41%);
322
+ }
323
+ .list.list-palette.brand-hire .item.item-palette.shade-65 {
324
+ background-color: #491a00;
325
+ }
326
+ .list.list-palette.brand-hire .item.item-palette.shade-20 {
327
+ background-color: #a73a00;
328
+ }
329
+ .list.list-palette.brand-hire .item.item-palette.shade-10 {
330
+ background-color: #bc4200;
331
+ }
332
+ .list.list-palette.brand-hire .item.item-palette.tint-40 {
333
+ background-color: #e39266;
334
+ }
335
+ .list.list-palette.brand-hire .item.item-palette.tint-70 {
336
+ background-color: #f1c8b3;
337
+ }
338
+ .list.list-palette.brand-hire .item.item-palette.tint-85 {
339
+ background-color: #f8e4d9;
340
+ }
341
+ .list.list-palette.brand-hire .item.item-palette.tint-95 {
342
+ background-color: #fdf6f2;
343
+ }
344
+ .list.list-palette.brand-programme .item.item-palette {
345
+ background-color: hsl(0deg, 0%, 20%);
346
+ }
347
+ .list.list-palette.brand-programme .item.item-palette.shade-65 {
348
+ background-color: #121212;
349
+ }
350
+ .list.list-palette.brand-programme .item.item-palette.shade-20 {
351
+ background-color: #292929;
352
+ }
353
+ .list.list-palette.brand-programme .item.item-palette.shade-10 {
354
+ background-color: #2e2e2e;
355
+ }
356
+ .list.list-palette.brand-programme .item.item-palette.tint-40 {
357
+ background-color: #858585;
358
+ }
359
+ .list.list-palette.brand-programme .item.item-palette.tint-70 {
360
+ background-color: #c2c2c2;
361
+ }
362
+ .list.list-palette.brand-programme .item.item-palette.tint-85 {
363
+ background-color: #e0e0e0;
364
+ }
365
+ .list.list-palette.brand-programme .item.item-palette.tint-95 {
366
+ background-color: whitesmoke;
367
+ }
368
+ .list.list-palette.brand-shop .item.item-palette {
369
+ background-color: hsl(168deg, 75%, 30%);
370
+ }
371
+ .list.list-palette.brand-shop .item.item-palette.shade-65 {
372
+ background-color: #072f27;
373
+ }
374
+ .list.list-palette.brand-shop .item.item-palette.shade-20 {
375
+ background-color: #0f6b59;
376
+ }
377
+ .list.list-palette.brand-shop .item.item-palette.shade-10 {
378
+ background-color: #117964;
379
+ }
380
+ .list.list-palette.brand-shop .item.item-palette.tint-40 {
381
+ background-color: #71b6a9;
382
+ }
383
+ .list.list-palette.brand-shop .item.item-palette.tint-70 {
384
+ background-color: #b8dbd4;
385
+ }
386
+ .list.list-palette.brand-shop .item.item-palette.tint-85 {
387
+ background-color: #dcede9;
388
+ }
389
+ .list.list-palette.brand-shop .item.item-palette.tint-95 {
390
+ background-color: #f3f9f8;
391
+ }
392
+
393
+ .list.list-palette.grey .item.item-palette.l11 {
394
+ background-color: hsl(0deg, 0%, 10%);
395
+ }
396
+ .list.list-palette.grey .item.item-palette.l21 {
397
+ background-color: hsl(0deg, 0%, 20%);
398
+ }
399
+ .list.list-palette.grey .item.item-palette.l44 {
400
+ background-color: hsl(0deg, 0%, 35%);
401
+ }
402
+ .list.list-palette.grey .item.item-palette.l65 {
403
+ background-color: hsl(0deg, 0%, 65%);
404
+ }
405
+ .list.list-palette.grey .item.item-palette.l87 {
406
+ background-color: hsl(0deg, 0%, 85%);
407
+ }
408
+ .list.list-palette.grey .item.item-palette.l96 {
409
+ background-color: hsl(0deg, 0%, 95%);
410
+ }
411
+
412
+ .list.list-palette.sample .item.item-palette {
413
+ background-color: #491a00;
414
+ }
415
+
416
+ .item.item-palette {
417
+ background: grey;
418
+ height: 6.25rem;
419
+ width: 6.25rem;
420
+ }
421
+
422
+ h1 {
423
+ border-bottom: 1px solid grey;
424
+ padding-bottom: 0.25rem;
425
+ margin: 0 0 2rem;
426
+ }
427
+
428
+ h2 {
429
+ margin: 0 0 1rem;
430
+ }
431
+
432
+ h3 {
433
+ margin: 0 0 0.5rem;
434
+ }
@@ -0,0 +1,30 @@
1
+ extends layout
2
+ include mixins
3
+ block content
4
+ h1 Color Palettes
5
+
6
+ h2 Grey
7
+ ul.list.list-palette.grey
8
+ li.item.item-palette.l11
9
+ li.item.item-palette.l21
10
+ li.item.item-palette.l44
11
+ li.item.item-palette.l65
12
+ li.item.item-palette.l87
13
+ li.item.item-palette.l96
14
+
15
+ h2 Brand
16
+
17
+ +Samples('Contemporary','contemporary-music')
18
+ +Samples('Membership','membership--support')
19
+ +Samples('Classical','classical-music')
20
+ +Samples('Theatre','theatre--dance')
21
+ +Samples('Talks','talks--events')
22
+ +Samples('Art','art--design')
23
+ +Samples('Programme','programme')
24
+ +Samples('Cinema','cinema')
25
+ +Samples('Shop','shop')
26
+ +Samples('Generic / Library / Tours / Hire','generic')
27
+
28
+ h2 Sample
29
+ ul.list.list-palette.sample
30
+ li.item.item-palette
File without changes
@@ -0,0 +1,11 @@
1
+ mixin Samples(title, className)
2
+ h3.title.title-palette= title
3
+ ul(class='list list-palette brand-' + className)
4
+ li.item.item-palette.shade-65
5
+ li.item.item-palette.shade-20
6
+ li.item.item-palette.shade-10
7
+ li.item.item-palette
8
+ li.item.item-palette.tint-40
9
+ li.item.item-palette.tint-70
10
+ li.item.item-palette.tint-85
11
+ li.item.item-palette.tint-95
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;
package/scss/_atomic.scss CHANGED
@@ -1,5 +1,4 @@
1
- $gaps: 'margin-top', 'margin-bottom', 'min-height', 'padding-left',
2
- 'padding-right';
1
+ $gaps: 'margin-top', 'margin-bottom', 'min-height', 'padding-left', 'padding-right';
3
2
  $text-aligns: 'left', 'center', 'right';
4
3
  $font-weights: '700', '400';
5
4
  $margins05: 'margin-top', 'margin-bottom', 'margin-right', 'margin-left';
@@ -80,7 +79,7 @@ $paddings05: 'padding-top', 'padding-bottom', 'padding-right', 'padding-left';
80
79
  }
81
80
 
82
81
  .background-color-alt {
83
- background-color: $c-brand-generic-tint-98;
82
+ background-color: color(generic, tint-95);
84
83
  }
85
84
 
86
85
  .min-width-3 {
@@ -1,14 +1,14 @@
1
-
2
1
  .close-icon-svg {
3
2
  cursor: pointer;
4
3
  width: 1.875rem;
5
4
 
6
- .outline, .cross {
5
+ .outline,
6
+ .cross {
7
7
  fill: $c-grey-l21;
8
8
  }
9
9
 
10
10
  .fill {
11
- fill: $c-brand-generic-tint-98;
11
+ fill: color(generic, tint-95);
12
12
  }
13
13
  }
14
14
 
@@ -26,10 +26,11 @@
26
26
  background-color: $white;
27
27
  border-radius: 50%;
28
28
 
29
- .outline, .cross {
29
+ .outline,
30
+ .cross {
30
31
  fill: $white;
31
32
  }
32
-
33
+
33
34
  .fill {
34
35
  fill: $c-grey-l21;
35
36
  }
@@ -1,7 +0,0 @@
1
-
2
- $c-grey-l11: hsl(0, 0%, 11%); // midnight
3
- $c-grey-l21: hsl(0, 0%, 21%); // night
4
- $c-grey-l44: hsl(0, 0%, 44%); // steel
5
- $c-grey-l65:hsl(0, 0%, 65%); // concrete
6
- $c-grey-l87: hsl(0, 0%, 87%); // pearl
7
- $c-grey-l96: hsl(0, 0%, 96%); // alpine
@@ -1,6 +0,0 @@
1
-
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,8 +0,0 @@
1
-
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
-
8
- $c-brand-cinema-dark: darken($c-brand-cinema, 7%);
@@ -1,9 +0,0 @@
1
-
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%);
9
- $c-brand-classical-dark: hsl(38, 53%, 30%);
@@ -1,6 +0,0 @@
1
-
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,14 +0,0 @@
1
-
2
- $c-brand-generic: generic(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
-
8
- $c-brand-generic-s60-l99: generic(60%, 99%); // faint
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
13
-
14
- $c-brand-generic-test: hsl(21, 100%, 98%);
@@ -1,16 +0,0 @@
1
-
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
-
8
- $c-brand-membership-dark: hsl(223, 87%, 21%);
9
-
10
- // ------------------------------
11
-
12
- $c-patron: $c-grey-l44;
13
- $c-patron-light: hsl(0, 0%, 60%);
14
-
15
- $c-principle: $c-brand-classical;
16
- $c-principle-light: hsl(38, 53%, 53%);
@@ -1,6 +0,0 @@
1
-
2
- $c-brand-programme: $c-grey-l21;
3
-
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,4 +0,0 @@
1
-
2
- $c-brand-shop-light: hsl(168, 30%, 90%);
3
- $c-brand-shop: hsl(168, 75%, 30%);
4
- $c-brand-shop-dark: hsl(168, 75%, 26%);
@@ -1,6 +0,0 @@
1
-
2
- $c-brand-talks: hsl(214, 30%, 49%);
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,6 +0,0 @@
1
-
2
- $c-brand-theatre: hsl(192, 99%, 31%);
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%);
@@ -1,13 +0,0 @@
1
-
2
- @import "generic";
3
- @import "art";
4
- @import "cinema";
5
- @import "classical";
6
- @import "contemporary";
7
- @import "membership";
8
- @import "programme";
9
- @import "shop";
10
- @import "talks";
11
- @import "theatre";
12
-
13
- $c-splash-videos: hsl(0, 0%, 4%);
@@ -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
- }
@@ -1,53 +0,0 @@
1
- @import "../../node_modules/bootstrap/scss/functions";
2
- @import "../../node_modules/bootstrap/scss/variables";
3
- @import "../../node_modules/bootstrap/scss/mixins";
4
- @import "../../helpers/index";
5
-
6
- @import "../../scss/fonts";
7
- @import "../../scss/br-container";
8
-
9
- body {
10
- line-height: $line-height-md;
11
- font-family: $font-family;
12
- color: $c-grey-l21;
13
- }
14
-
15
- .br-color--palette {
16
- list-style: none;
17
- margin: 0 0 2rem;
18
- display: flex;
19
- gap: 0.125rem;
20
- padding: 0;
21
-
22
- &.generic { @import "scss/colors/generic"; }
23
- &.grey { @import "scss/colors/grey"; }
24
- }
25
-
26
- .br-color--sample {
27
- background: grey;
28
- height: 6.25rem;
29
- 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
- }
39
-
40
- h1 {
41
- border-bottom: 1px solid grey;
42
- padding-bottom: 0.25rem;
43
- margin: 0 0 2rem;
44
- }
45
-
46
- h2 {
47
- margin: 0 0 1rem;
48
- }
49
-
50
- h3 {
51
- margin: 0 0 0.5rem;
52
- }
53
-
@@ -1,151 +0,0 @@
1
- @font-face {
2
- font-family: "FuturaLTPro";
3
- src: url("../fonts/FuturaLTPro-Book.woff") format("woff"), url("../fonts/FuturaLTPro-Book.woff2") format("woff2");
4
- font-style: normal;
5
- }
6
- @font-face {
7
- font-family: "FuturaLTPro";
8
- src: url("../fonts/FuturaLTPro-BookOblique.woff") format("woff"), url("../fonts/FuturaLTPro-BookOblique.woff2") format("woff2");
9
- font-style: italic;
10
- }
11
- @font-face {
12
- font-family: "FuturaLTPro";
13
- src: url("../fonts/FuturaLTPro-Bold.woff") format("woff"), url("../fonts/FuturaLTPro-Bold.woff2") format("woff2");
14
- font-style: normal;
15
- font-weight: bold;
16
- }
17
- @font-face {
18
- font-family: "FuturaLTPro";
19
- src: url("../fonts/FuturaLTPro-BoldOblique.woff") format("woff"), url("../fonts/FuturaLTPro-BoldOblique.woff2") format("woff2");
20
- font-style: italic;
21
- font-weight: bold;
22
- }
23
- .br-container--outer {
24
- padding-right: 5%;
25
- padding-left: 5%;
26
- }
27
- .br-container--outer.splash {
28
- padding-right: 10%;
29
- padding-left: 10%;
30
- }
31
- .br-container--outer.masthead {
32
- box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.1);
33
- background-color: white;
34
- }
35
-
36
- .br-container--inner {
37
- max-width: 75rem;
38
- margin: 0 auto;
39
- }
40
- .br-container--inner:not(.footer) {
41
- padding-bottom: 1.5rem;
42
- padding-top: 1.5rem;
43
- }
44
- @media (min-width: 32.5em) {
45
- .br-container--inner:not(.footer) {
46
- padding-bottom: 2.5rem;
47
- padding-top: 2.5rem;
48
- }
49
- }
50
- .br-container--inner.header {
51
- padding-bottom: 1.875rem;
52
- padding-top: 1.875rem;
53
- }
54
- .br-container--inner.thin {
55
- max-width: 50rem;
56
- }
57
- @media (min-width: 32.5em) {
58
- .br-container--inner.masthead {
59
- padding-bottom: 3rem;
60
- padding-top: 3rem;
61
- }
62
- }
63
- .br-container--inner.masthead h1 {
64
- margin: 0;
65
- }
66
-
67
- body {
68
- line-height: 1.4;
69
- font-family: FuturaLTPro, "Helvetica", "Arial", sans-serif;
70
- color: hsl(0deg, 0%, 21%);
71
- }
72
-
73
- .br-color--palette {
74
- list-style: none;
75
- margin: 0 0 2rem;
76
- display: flex;
77
- gap: 0.125rem;
78
- padding: 0;
79
- }
80
- .br-color--palette.generic > li {
81
- background-color: hsl(21deg, 100%, 41%);
82
- }
83
- .br-color--palette.generic > li.tint-98 {
84
- background-color: #fefbfa;
85
- }
86
- .br-color--palette.generic > li.tint-70 {
87
- background-color: #f1c8b3;
88
- }
89
- .br-color--palette.generic > li.tint-40 {
90
- background-color: #e39266;
91
- }
92
- .br-color--palette.generic > li.s60-l99 {
93
- background-color: hsl(21deg, 60%, 99%);
94
- }
95
- .br-color--palette.generic > li.s100-l95 {
96
- background-color: hsl(21deg, 100%, 95%);
97
- }
98
- .br-color--palette.generic > li.s50-l90 {
99
- background-color: hsl(21deg, 50%, 90%);
100
- }
101
- .br-color--palette.generic > li.s100-l38 {
102
- background-color: hsl(21deg, 100%, 38%);
103
- }
104
- .br-color--palette.generic > li.s100-l15 {
105
- background-color: hsl(21deg, 100%, 15%);
106
- }
107
- .br-color--palette.grey > li.l11 {
108
- background-color: hsl(0deg, 0%, 11%);
109
- }
110
- .br-color--palette.grey > li.l21 {
111
- background-color: hsl(0deg, 0%, 21%);
112
- }
113
- .br-color--palette.grey > li.l44 {
114
- background-color: hsl(0deg, 0%, 44%);
115
- }
116
- .br-color--palette.grey > li.l65 {
117
- background-color: hsl(0deg, 0%, 65%);
118
- }
119
- .br-color--palette.grey > li.l87 {
120
- background-color: hsl(0deg, 0%, 87%);
121
- }
122
- .br-color--palette.grey > li.l96 {
123
- background-color: hsl(0deg, 0%, 96%);
124
- }
125
-
126
- .br-color--sample {
127
- background: grey;
128
- height: 6.25rem;
129
- width: 6.25rem;
130
- }
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
-
139
- h1 {
140
- border-bottom: 1px solid grey;
141
- padding-bottom: 0.25rem;
142
- margin: 0 0 2rem;
143
- }
144
-
145
- h2 {
146
- margin: 0 0 1rem;
147
- }
148
-
149
- h3 {
150
- margin: 0 0 0.5rem;
151
- }
@@ -1,29 +0,0 @@
1
- extends layout
2
- block content
3
- h1 Color Palettes
4
-
5
- h2 Grey
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
- li.br-color--sample.l96
13
-
14
- h2 Brand
15
-
16
- h3 Generic
17
- ul.br-color--palette.generic
18
- li.br-color--sample
19
- li.br-color--sample.tint-98
20
- li.br-color--sample.tint-70
21
- li.br-color--sample.tint-40
22
- li.br-color--sample.s60-l99
23
- li.br-color--sample.s100-l95
24
- li.br-color--sample.s50-l90
25
- li.br-color--sample.s100-l38
26
- li.br-color--sample.s100-l15
27
-
28
- //- include mixins/test
29
- //- +test()
@@ -1,2 +0,0 @@
1
- mixin test()
2
- div test worked