barbican-reset 2.3.2 → 2.3.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/components/video_content.vue +2 -1
- package/helpers/mixins/_buttons.scss +0 -8
- package/helpers/mixins/_content.scss +0 -1
- package/helpers/variables/_layout.scss +0 -6
- package/package.json +9 -9
- package/patterns/scss/colors/index.scss +0 -1
- package/scss/_app.scss +5 -16
- package/scss/_btn.scss +0 -4
- package/scss/_header.scss +1 -1
- package/scss/_main.scss +1 -1
- package/patterns/scss/colors/_power.scss +0 -9
|
@@ -248,14 +248,6 @@
|
|
|
248
248
|
@include solid-button($c-brand-cinema);
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
@mixin btn-power {
|
|
252
|
-
@include solid-button($c-power-blue);
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
@mixin btn-power-login {
|
|
256
|
-
@include solid-button($background: white, $color: $c-power-blue);
|
|
257
|
-
}
|
|
258
|
-
|
|
259
251
|
@mixin btn-info {
|
|
260
252
|
@include solid-button($c-status-neutral);
|
|
261
253
|
}
|
|
@@ -16,12 +16,6 @@ $gap-instance: 1.5rem;
|
|
|
16
16
|
// Account Area
|
|
17
17
|
$gap-account: 2rem;
|
|
18
18
|
|
|
19
|
-
// Power Festival
|
|
20
|
-
$gap-power: 1.25rem;
|
|
21
|
-
$height-dashboard-banner: 25rem;
|
|
22
|
-
$width-power-related: 66rem;
|
|
23
|
-
$gap-accordion: 2rem;
|
|
24
|
-
|
|
25
19
|
$select-arrow: "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e";
|
|
26
20
|
|
|
27
21
|
$box-shadow-card: 0 0 0.5rem rgba($black, 0.1);
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_args": [
|
|
3
3
|
[
|
|
4
|
-
"barbican-reset@2.3.
|
|
4
|
+
"barbican-reset@2.3.4",
|
|
5
5
|
"/Users/pheading/Sites/eticketing-vue"
|
|
6
6
|
]
|
|
7
7
|
],
|
|
8
|
-
"_from": "barbican-reset@2.3.
|
|
9
|
-
"_id": "barbican-reset@2.3.
|
|
8
|
+
"_from": "barbican-reset@2.3.4",
|
|
9
|
+
"_id": "barbican-reset@2.3.4",
|
|
10
10
|
"_inBundle": false,
|
|
11
11
|
"_integrity": "sha512-9QMrzuoZ/NZfFlFagC6go3ofn5hBhU9rtSPEeGH0krwY5dBKOlfs8oGIvqUaEGFKI+jQ3spuDOQoeyYK5NRiQw==",
|
|
12
12
|
"_location": "/barbican-reset",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"_requested": {
|
|
36
36
|
"type": "version",
|
|
37
37
|
"registry": true,
|
|
38
|
-
"raw": "barbican-reset@2.3.
|
|
38
|
+
"raw": "barbican-reset@2.3.4",
|
|
39
39
|
"name": "barbican-reset",
|
|
40
40
|
"escapedName": "barbican-reset",
|
|
41
|
-
"rawSpec": "2.3.
|
|
41
|
+
"rawSpec": "2.3.4",
|
|
42
42
|
"saveSpec": null,
|
|
43
|
-
"fetchSpec": "2.3.
|
|
43
|
+
"fetchSpec": "2.3.4"
|
|
44
44
|
},
|
|
45
45
|
"_requiredBy": [
|
|
46
46
|
"/"
|
|
47
47
|
],
|
|
48
|
-
"_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-2.3.
|
|
49
|
-
"_spec": "2.3.
|
|
48
|
+
"_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-2.3.4.tgz",
|
|
49
|
+
"_spec": "2.3.4",
|
|
50
50
|
"_where": "/Users/pheading/Sites/eticketing-vue",
|
|
51
51
|
"author": {
|
|
52
52
|
"name": "Paul Heading"
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"watch:patterns": "cd patterns && gulp watch"
|
|
101
101
|
},
|
|
102
102
|
"style": "dist/css/barbican-reset.css",
|
|
103
|
-
"version": "2.3.
|
|
103
|
+
"version": "2.3.4"
|
|
104
104
|
}
|
package/scss/_app.scss
CHANGED
|
@@ -6,26 +6,15 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
#app {
|
|
9
|
-
&.powerSplash {
|
|
10
|
-
background-position: center -15rem;
|
|
11
|
-
background-color: $c-power-blue;
|
|
12
|
-
background-repeat: no-repeat;
|
|
13
|
-
|
|
14
|
-
@include media-breakpoint-up(lg) {
|
|
15
|
-
background-image: url("/img/power/bg.jpg");
|
|
16
|
-
background-size: 36rem;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@include media-breakpoint-up(xxl) {
|
|
20
|
-
background-size: 40rem;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
9
|
&.videoSplash,
|
|
25
10
|
&.cinemaSplash,
|
|
26
11
|
&.concertSplash,
|
|
27
12
|
&.theatreSplash {
|
|
28
|
-
|
|
13
|
+
// @TODO:
|
|
14
|
+
// This image/path is specific to the ticketing app, which means it may break
|
|
15
|
+
// when used in another project or if that path changes. These styles should be moved
|
|
16
|
+
// to the ticketing app as they're not relevant to other projects.
|
|
17
|
+
background-image: url("../public/img/videos/splash-bg.jpg");
|
|
29
18
|
// background-color: $c-splash-videos;
|
|
30
19
|
background-position: center -4rem;
|
|
31
20
|
background-repeat: no-repeat;
|
package/scss/_btn.scss
CHANGED
package/scss/_header.scss
CHANGED
package/scss/_main.scss
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
// can we talk about power festival
|
|
2
|
-
$c-power-blue: #3E5BA7;
|
|
3
|
-
$c-power-blue-dark: darken($c-power-blue, 7%);
|
|
4
|
-
|
|
5
|
-
$c-power-green: #5EB57E;
|
|
6
|
-
$c-power-green-dark: darken($c-power-green, 7%);
|
|
7
|
-
|
|
8
|
-
$c-power-red: #EF1D26;
|
|
9
|
-
$c-power-red-dark: darken($c-power-red, 7%);
|