barbican-reset 2.33.0 → 2.35.0
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/README.md +159 -0
- package/components/br_alert.vue +10 -9
- package/components/br_skiplink.vue +17 -0
- package/components/card_display.vue +15 -15
- package/components/fluid_iframe.vue +8 -9
- package/index.js +34 -35
- package/package.json +9 -8
- package/patterns/components/alert.pug +8 -0
- package/patterns/components/section.pug +3 -0
- package/patterns/html/blocks.html +1 -0
- package/patterns/html/index.html +1 -0
- package/patterns/html/layouts.html +1 -0
- package/patterns/index.js +19 -7
- package/patterns/layouts/main.pug +21 -0
- package/patterns/layouts/page.pug +2 -0
- package/patterns/pages/alerts.pug +9 -0
- package/patterns/pages/colors.pug +25 -0
- package/patterns/scss/styles.scss +68 -3
- package/patterns/static/favicon.ico +0 -0
- package/patterns/static/styles.css +2206 -26
- package/patterns/views/blocks.pug +7 -0
- package/patterns/views/index.pug +5 -28
- package/patterns/views/layouts.pug +4 -0
- package/scss/_atomic.scss +40 -14
- package/scss/_br-alert.scss +10 -5
- package/scss/_br-button.scss +186 -0
- package/scss/_br-skiplink.scss +3 -0
- package/scss/helpers/mixins/_br-skiplink.scss +16 -0
- package/{helpers → scss/helpers}/mixins/_buttons.scss +0 -7
- package/{helpers → scss/helpers}/mixins/_focus.scss +2 -2
- package/{helpers → scss/helpers}/mixins/_font.scss +1 -1
- package/{helpers → scss/helpers}/mixins/_headings.scss +2 -0
- package/{helpers → scss/helpers}/mixins/index.scss +9 -7
- package/{helpers → scss/helpers}/mixins/input/_generic.scss +1 -1
- package/{helpers → scss/helpers}/variables/_columns.scss +0 -1
- package/{helpers → scss/helpers}/variables/_typography.scss +5 -1
- package/scss/helpers/variables/colors/_brand.scss +96 -0
- package/{patterns/scss → scss/helpers/variables}/colors/_grey.scss +3 -1
- package/{patterns/scss → scss/helpers/variables}/colors/index.scss +1 -1
- package/scss/helpers/variables/index.scss +5 -0
- package/scss/index.scss +5 -3
- package/components/skip_link.vue +0 -38
- package/fonts/SupremeLLWeb-Black.woff +0 -0
- package/fonts/SupremeLLWeb-Black.woff2 +0 -0
- package/fonts/SupremeLLWeb-BlackItalic.woff +0 -0
- package/fonts/SupremeLLWeb-BlackItalic.woff2 +0 -0
- package/fonts/SupremeLLWeb-Italic.woff +0 -0
- package/fonts/SupremeLLWeb-Italic.woff2 +0 -0
- package/fonts/SupremeLLWeb-Light.woff +0 -0
- package/fonts/SupremeLLWeb-Light.woff2 +0 -0
- package/fonts/SupremeLLWeb-LightItalic.woff +0 -0
- package/fonts/SupremeLLWeb-LightItalic.woff2 +0 -0
- package/fonts/SupremeLLWeb-Regular.woff +0 -0
- package/fonts/SupremeLLWeb-Regular.woff2 +0 -0
- package/helpers/variables/index.scss +0 -5
- package/patterns/scss/colors/_brand.scss +0 -79
- package/patterns/views/layout.pug +0 -8
- /package/patterns/{views/mixins.pug → components/samples.pug} +0 -0
- /package/{helpers → scss/helpers}/functions/index.scss +0 -0
- /package/{helpers → scss/helpers}/index.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_basket.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_br-alert.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_br-card.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_br-footer.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_br-form-password.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_br-form-row.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_br-form-update.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_breakpoints.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_city-of-london.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_content.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_core.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_festival.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_input.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_loading.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/_table.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/account/_orders.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/buttons/_outline.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/buttons/_setup.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/buttons/_solid.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/buttons/_spektrix.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/drupal/_br-border-reset.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/drupal/_br-column.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/drupal/_br-container.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/drupal/_br-inner.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/drupal/_br-search-form.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/drupal/_br-site-logo.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/drupal/index.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/input/_checkbox.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/input/_radio.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/input/_select.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/input/_status.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/input/_text.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_basket.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_details.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_etickets.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_gifts.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_membership.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_orders.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_preferences.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_resale.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_section.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_simple.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/_tickets.scss +0 -0
- /package/{helpers → scss/helpers}/mixins/table/row/_disabled.scss +0 -0
- /package/{helpers → scss/helpers}/variables/_alerts.scss +0 -0
- /package/{helpers → scss/helpers}/variables/_layout.scss +0 -0
- /package/{patterns/scss → scss/helpers/variables}/colors/_docs.scss +0 -0
- /package/{patterns/scss → scss/helpers/variables}/colors/_llf.scss +0 -0
- /package/{patterns/scss → scss/helpers/variables}/colors/_status.scss +0 -0
- /package/{patterns/scss → scss/helpers/variables}/colors/_wgp.scss +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
@import "../../node_modules/bootstrap/scss/functions";
|
|
2
2
|
@import "../../node_modules/bootstrap/scss/variables";
|
|
3
3
|
@import "../../node_modules/bootstrap/scss/mixins";
|
|
4
|
-
@import "../../helpers/index";
|
|
5
4
|
|
|
6
|
-
@import "../../scss/
|
|
5
|
+
@import "../../scss/helpers/index";
|
|
6
|
+
|
|
7
|
+
@import "../../scss/br-alert";
|
|
8
|
+
@import "../../scss/br-button";
|
|
7
9
|
@import "../../scss/br-container";
|
|
8
10
|
|
|
9
11
|
$shades: "65", "20", "10";
|
|
@@ -21,14 +23,69 @@ body {
|
|
|
21
23
|
@include fontfamily-light;
|
|
22
24
|
line-height: $line-height-md;
|
|
23
25
|
color: $c-grey-l21;
|
|
26
|
+
margin: 0;
|
|
27
|
+
background-color: $c-grey-l96;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.topbar {
|
|
31
|
+
justify-content: space-between;
|
|
32
|
+
border-bottom: 1px solid grey;
|
|
33
|
+
background-color: white;
|
|
34
|
+
line-height: 60px;
|
|
35
|
+
display: flex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.topbar .sections {
|
|
39
|
+
display: flex;
|
|
40
|
+
|
|
41
|
+
h3 {
|
|
42
|
+
margin-bottom: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
a {
|
|
46
|
+
padding-right: 1rem;
|
|
47
|
+
padding-left: 1rem;
|
|
48
|
+
color: inherit;
|
|
49
|
+
|
|
50
|
+
@include focus {
|
|
51
|
+
background-color: $c-grey-l96;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.page {
|
|
57
|
+
background-color: #ffffff;
|
|
58
|
+
padding: 1.25rem;
|
|
59
|
+
|
|
60
|
+
+.page {
|
|
61
|
+
margin-top: 1.25rem;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
+.section-header {
|
|
65
|
+
margin-top: 2.5rem;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.section-header {
|
|
70
|
+
background-color: black;
|
|
71
|
+
padding: 1.25rem;
|
|
72
|
+
color: white;
|
|
73
|
+
|
|
74
|
+
h3 {
|
|
75
|
+
margin-bottom: 0;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
+.page {
|
|
79
|
+
margin-top: 1.25rem;
|
|
80
|
+
}
|
|
24
81
|
}
|
|
25
82
|
|
|
26
83
|
.list.list-palette {
|
|
27
84
|
list-style: none;
|
|
28
|
-
margin: 0 0 2rem;
|
|
29
85
|
display: flex;
|
|
30
86
|
gap: 0.125rem;
|
|
31
87
|
padding: 0;
|
|
88
|
+
margin: 0;
|
|
32
89
|
|
|
33
90
|
@include brand using($color, $variant) {
|
|
34
91
|
.item.item-palette {
|
|
@@ -49,6 +106,10 @@ body {
|
|
|
49
106
|
}
|
|
50
107
|
}
|
|
51
108
|
|
|
109
|
+
.list.list-palette+.title.title-palette {
|
|
110
|
+
margin-top: 2rem;
|
|
111
|
+
}
|
|
112
|
+
|
|
52
113
|
.list.list-palette.grey {
|
|
53
114
|
.item.item-palette {
|
|
54
115
|
&.l11 {
|
|
@@ -101,4 +162,8 @@ h2 {
|
|
|
101
162
|
|
|
102
163
|
h3 {
|
|
103
164
|
margin: 0 0 0.5rem;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.br-alert+.br-alert {
|
|
168
|
+
margin-top: 1.25rem;
|
|
104
169
|
}
|
|
Binary file
|