barbican-reset 1.9.1 → 1.9.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.
@@ -123,6 +123,7 @@
123
123
  font-weight: inherit;
124
124
  padding: $padding;
125
125
  border-radius: 0;
126
+ text-align: left;
126
127
  color: $color;
127
128
 
128
129
  @if $line-height { line-height: $line-height; }
@@ -212,7 +213,7 @@
212
213
  }
213
214
 
214
215
  @mixin btn-link {
215
- @include button-link;
216
+ @include button-link($line-height: 1.3);
216
217
  @include focus {
217
218
  @include single-box($c-grey-l21);
218
219
  background-color: $c-grey-l21;
@@ -225,7 +226,6 @@
225
226
  $padding: 1.25em,
226
227
  $background: $c-grey-l96);
227
228
  font-weight: 700;
228
- text-align: left;
229
229
  width: 100%;
230
230
 
231
231
  @include focus {
@@ -22,4 +22,6 @@ $height-dashboard-banner: 25rem;
22
22
  $width-power-related: 66rem;
23
23
  $gap-accordion: 2rem;
24
24
 
25
- $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";
25
+ $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
+
27
+ $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@1.9.1",
4
+ "barbican-reset@1.9.2",
5
5
  "/Users/pheading/Sites/eticketing-vue"
6
6
  ]
7
7
  ],
8
- "_from": "barbican-reset@1.9.1",
9
- "_id": "barbican-reset@1.9.1",
8
+ "_from": "barbican-reset@1.9.2",
9
+ "_id": "barbican-reset@1.9.2",
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@1.9.1",
38
+ "raw": "barbican-reset@1.9.2",
39
39
  "name": "barbican-reset",
40
40
  "escapedName": "barbican-reset",
41
- "rawSpec": "1.9.1",
41
+ "rawSpec": "1.9.2",
42
42
  "saveSpec": null,
43
- "fetchSpec": "1.9.1"
43
+ "fetchSpec": "1.9.2"
44
44
  },
45
45
  "_requiredBy": [
46
46
  "/"
47
47
  ],
48
- "_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-1.9.1.tgz",
49
- "_spec": "1.9.1",
48
+ "_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-1.9.2.tgz",
49
+ "_spec": "1.9.2",
50
50
  "_where": "/Users/pheading/Sites/eticketing-vue",
51
51
  "author": {
52
52
  "name": "Paul Heading"
@@ -96,5 +96,5 @@
96
96
  "test": "echo \"Error: no test specified\" && exit 1"
97
97
  },
98
98
  "style": "dist/css/barbican-reset.css",
99
- "version": "1.9.1"
99
+ "version": "1.9.2"
100
100
  }
@@ -1,5 +1,5 @@
1
1
 
2
2
  .card[block] {
3
- box-shadow: 0 0 0.625rem rgba($black, 0.1);
3
+ box-shadow: $box-shadow-card;
4
4
  border: none;
5
5
  }