barbican-reset 2.3.3 → 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.
@@ -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
  }
@@ -35,6 +35,5 @@
35
35
  @mixin card-container {
36
36
  border-radius: $border-radius-lg;
37
37
  background-color: $white;
38
- padding: $gap-power;
39
38
  overflow: hidden;
40
39
  }
@@ -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.3",
4
+ "barbican-reset@2.3.4",
5
5
  "/Users/pheading/Sites/eticketing-vue"
6
6
  ]
7
7
  ],
8
- "_from": "barbican-reset@2.3.3",
9
- "_id": "barbican-reset@2.3.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.3",
38
+ "raw": "barbican-reset@2.3.4",
39
39
  "name": "barbican-reset",
40
40
  "escapedName": "barbican-reset",
41
- "rawSpec": "2.3.3",
41
+ "rawSpec": "2.3.4",
42
42
  "saveSpec": null,
43
- "fetchSpec": "2.3.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.3.tgz",
49
- "_spec": "2.3.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.3"
103
+ "version": "2.3.4"
104
104
  }
@@ -3,5 +3,4 @@
3
3
  @import 'docs';
4
4
  @import 'status';
5
5
  @import 'wgp';
6
- @import 'power';
7
6
  @import 'llf';
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
- background-image: url("/img/videos/splash-bg.jpg");
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
@@ -73,10 +73,6 @@
73
73
  @include btn-video-login;
74
74
  }
75
75
 
76
- &.btn-power-login {
77
- @include btn-power-login;
78
- }
79
-
80
76
  &.btn-cta {
81
77
  @include btn-cta;
82
78
  }
package/scss/_header.scss CHANGED
@@ -3,7 +3,7 @@ header {
3
3
  background-color: $c-brand-generic;
4
4
  color: white;
5
5
 
6
- &.videoSplash, &.powerSplash, &.cinemaSplash, &.concertSplash, &.theatreSplash {
6
+ &.videoSplash, &.cinemaSplash, &.concertSplash, &.theatreSplash {
7
7
  display: none;
8
8
  }
9
9
  }
package/scss/_main.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  main {
2
- &.videoSplash, &.powerSplash, &.cinemaSplash, &.concertSplash, &.theatreSplash {
2
+ &.videoSplash, &.cinemaSplash, &.concertSplash, &.theatreSplash {
3
3
  padding-top: 2rem;
4
4
  color: $white;
5
5
 
@@ -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%);