shibori 1.6.0 → 1.7.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edfa83fa792ba2d6f2fe85267f2c5ebb5b87a3ad
|
|
4
|
+
data.tar.gz: c20935f0375f55023d64db1f96aa085acfc83c91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da0da1e47b84b497166e74fdf56748d9273eb455bdf19388dbe34f807ee47b7016e8eee9d1dfc2570d8f113e482fa4a4f3326e7b1042bae1b62c4f84ae30805c
|
|
7
|
+
data.tar.gz: 38c29289ef7164273a5fcd89fdadb0605b913d88549d99f717b04a906b3d2d883e8ae2360804fa0669171f3ddaf19a08b5c7a92b602c5a451440fc4c2eea8285
|
data/lib/shibori/version.rb
CHANGED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
.badge {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
font-size: 11px;
|
|
4
|
+
line-height: 12px;
|
|
5
|
+
padding: 3px 8px;
|
|
6
|
+
color: white;
|
|
7
|
+
background: #96A3B6;
|
|
8
|
+
border-radius: 18px;
|
|
9
|
+
font-weight: bold;
|
|
10
|
+
text-transform: uppercase;
|
|
11
|
+
vertical-align: middle;
|
|
12
|
+
|
|
13
|
+
&.badge-light {
|
|
14
|
+
background: #CFD7E6;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.badge-beta {
|
|
18
|
+
background-image: linear-gradient(135deg, #FFD3A0 0%, #FA9F47 100%);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&.badge-alpha {
|
|
22
|
+
background-image: linear-gradient(135deg, #09C4A3 0%, #15B398 100%);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.badge-info {
|
|
26
|
+
background-image: linear-gradient(135deg, #A1CAF9 0%, #408FEC 100%);
|
|
27
|
+
}
|
|
28
|
+
}
|
data/source/css/shibori.scss
CHANGED
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
@import "shibori/scss/components/masonary";
|
|
42
42
|
@import "shibori/scss/components/lists";
|
|
43
43
|
@import "shibori/scss/components/buttons";
|
|
44
|
+
@import "shibori/scss/components/badges";
|
|
44
45
|
@import "shibori/scss/components/forms";
|
|
45
46
|
@import "shibori/scss/components/quote";
|
|
46
47
|
@import "shibori/scss/components/code";
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shibori
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Heroku
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02-
|
|
11
|
+
date: 2017-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bourbon
|
|
@@ -143,6 +143,7 @@ files:
|
|
|
143
143
|
- source/_patterns/00-atoms/02-buttons/04-btn-deploy.mustache
|
|
144
144
|
- source/_patterns/00-atoms/02-buttons/05-btn-types.mustache
|
|
145
145
|
- source/_patterns/00-atoms/02-buttons/06-btn-switch.mustache
|
|
146
|
+
- source/_patterns/00-atoms/02-buttons/07-badges.mustache
|
|
146
147
|
- source/_patterns/00-atoms/03-forms/00-text-fields.mustache
|
|
147
148
|
- source/_patterns/00-atoms/03-forms/01-select-menu.mustache
|
|
148
149
|
- source/_patterns/00-atoms/03-forms/02-checkbox.mustache
|
|
@@ -209,6 +210,7 @@ files:
|
|
|
209
210
|
- source/css/shibori/scss/components/_alert.scss
|
|
210
211
|
- source/css/shibori/scss/components/_animate.scss
|
|
211
212
|
- source/css/shibori/scss/components/_animation.scss
|
|
213
|
+
- source/css/shibori/scss/components/_badges.scss
|
|
212
214
|
- source/css/shibori/scss/components/_buttons.scss
|
|
213
215
|
- source/css/shibori/scss/components/_code.scss
|
|
214
216
|
- source/css/shibori/scss/components/_forms.scss
|