barbican-reset 1.9.3 → 1.9.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/helpers/mixins/_buttons.scss +19 -0
- package/package.json +9 -9
- package/scss/_btn.scss +4 -0
|
@@ -323,6 +323,25 @@
|
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
@mixin btn-menu {
|
|
327
|
+
@include button-display(flex, 0.75rem);
|
|
328
|
+
@include button-outline(
|
|
329
|
+
$color: $white,
|
|
330
|
+
$background: $c-brand-generic,
|
|
331
|
+
$padding: 0 0.75rem,
|
|
332
|
+
$line-height: 2.375rem);
|
|
333
|
+
|
|
334
|
+
@include focus {
|
|
335
|
+
color: $c-brand-generic-s100-l38;
|
|
336
|
+
background-color: $white;
|
|
337
|
+
outline: none;
|
|
338
|
+
|
|
339
|
+
svg {
|
|
340
|
+
fill: $c-brand-generic-s100-l38;
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
|
|
326
345
|
@mixin btn-invisible {
|
|
327
346
|
color: inherit;
|
|
328
347
|
padding: 0;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_args": [
|
|
3
3
|
[
|
|
4
|
-
"barbican-reset@1.9.
|
|
4
|
+
"barbican-reset@1.9.4",
|
|
5
5
|
"/Users/pheading/Sites/eticketing-vue"
|
|
6
6
|
]
|
|
7
7
|
],
|
|
8
|
-
"_from": "barbican-reset@1.9.
|
|
9
|
-
"_id": "barbican-reset@1.9.
|
|
8
|
+
"_from": "barbican-reset@1.9.4",
|
|
9
|
+
"_id": "barbican-reset@1.9.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@1.9.
|
|
38
|
+
"raw": "barbican-reset@1.9.4",
|
|
39
39
|
"name": "barbican-reset",
|
|
40
40
|
"escapedName": "barbican-reset",
|
|
41
|
-
"rawSpec": "1.9.
|
|
41
|
+
"rawSpec": "1.9.4",
|
|
42
42
|
"saveSpec": null,
|
|
43
|
-
"fetchSpec": "1.9.
|
|
43
|
+
"fetchSpec": "1.9.4"
|
|
44
44
|
},
|
|
45
45
|
"_requiredBy": [
|
|
46
46
|
"/"
|
|
47
47
|
],
|
|
48
|
-
"_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-1.9.
|
|
49
|
-
"_spec": "1.9.
|
|
48
|
+
"_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-1.9.4.tgz",
|
|
49
|
+
"_spec": "1.9.4",
|
|
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.
|
|
99
|
+
"version": "1.9.4"
|
|
100
100
|
}
|