barbican-reset 2.3.5 → 2.4.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/package.json +12 -9
- package/scss/card/_membership.scss +8 -0
- package/components/.DS_Store +0 -0
- package/dist/.DS_Store +0 -0
- package/dist/css/barbican-reset.css +0 -2788
- package/helpers/.DS_Store +0 -0
- package/helpers/mixins/.DS_Store +0 -0
- package/helpers/variables/.DS_Store +0 -0
- package/icons/.DS_Store +0 -0
- package/patterns/.DS_Store +0 -0
- package/scss/.DS_Store +0 -0
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.6",
|
|
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.6",
|
|
9
|
+
"_id": "barbican-reset@2.3.6",
|
|
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.6",
|
|
39
39
|
"name": "barbican-reset",
|
|
40
40
|
"escapedName": "barbican-reset",
|
|
41
|
-
"rawSpec": "2.3.
|
|
41
|
+
"rawSpec": "2.3.6",
|
|
42
42
|
"saveSpec": null,
|
|
43
|
-
"fetchSpec": "2.3.
|
|
43
|
+
"fetchSpec": "2.3.6"
|
|
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.6.tgz",
|
|
49
|
+
"_spec": "2.3.6",
|
|
50
50
|
"_where": "/Users/pheading/Sites/eticketing-vue",
|
|
51
51
|
"author": {
|
|
52
52
|
"name": "Paul Heading"
|
|
@@ -59,14 +59,17 @@
|
|
|
59
59
|
"gulp": "^4.0.2",
|
|
60
60
|
"gulp-babel": "^8.0.0",
|
|
61
61
|
"gulp-concat": "^2.6.1",
|
|
62
|
+
"gulp-dart-sass": "^1.0.2",
|
|
62
63
|
"gulp-rename": "^2.0.0",
|
|
63
64
|
"gulp-sass": "^5.0.0",
|
|
65
|
+
"gulp-sourcemaps": "^3.0.0",
|
|
64
66
|
"gulp-uglify": "^3.0.2",
|
|
65
67
|
"luxon": "^3.2.1",
|
|
66
68
|
"node-sass-tilde-importer": "^1.0.2",
|
|
67
69
|
"placeholder-loading": "^0.4.0",
|
|
68
70
|
"pug": "^3.0.2",
|
|
69
71
|
"sass": "^1.41.0",
|
|
72
|
+
"save-dev": "^0.0.1-security",
|
|
70
73
|
"vue-slick-carousel": "^1.0.6"
|
|
71
74
|
},
|
|
72
75
|
"devDependencies": {
|
|
@@ -100,5 +103,5 @@
|
|
|
100
103
|
"watch:patterns": "cd patterns && gulp watch"
|
|
101
104
|
},
|
|
102
105
|
"style": "dist/css/barbican-reset.css",
|
|
103
|
-
"version": "2.
|
|
106
|
+
"version": "2.4.0"
|
|
104
107
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
$angle: 120deg;
|
|
3
|
+
$c-yb-membership-card-1: #8205FF;
|
|
4
|
+
$c-yb-membership-card-2: #C030AC;
|
|
5
|
+
$c-yb-membership-card-3: #FE5A59;
|
|
3
6
|
|
|
4
7
|
.card[membership] {
|
|
5
8
|
box-shadow: 0 0 0.375rem rgba($c-grey-l44, 0.5);
|
|
@@ -42,4 +45,9 @@ $angle: 120deg;
|
|
|
42
45
|
background-color: $c-principle;
|
|
43
46
|
background-image: linear-gradient($angle, $c-principle 60%, $c-principle-light 75%, $c-principle 90%);
|
|
44
47
|
}
|
|
48
|
+
|
|
49
|
+
&.young-barbican {
|
|
50
|
+
background-color: $c-yb-membership-card-1;
|
|
51
|
+
background-image: linear-gradient($angle, $c-yb-membership-card-1 0%, $c-yb-membership-card-2 50%, $c-yb-membership-card-3 95%);
|
|
52
|
+
}
|
|
45
53
|
}
|
package/components/.DS_Store
DELETED
|
Binary file
|
package/dist/.DS_Store
DELETED
|
Binary file
|