shibori 1.4.0 → 1.5.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: f4dee0567d42b0cd23f44483d0ed1dbe492c1ca8
|
|
4
|
+
data.tar.gz: c9fdc369889c2371c15a0e02e86a73885b5bd1ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c24902703d52ebc54d0929e7ca6333b3b5b9bc812896b1b13af3b8052105335435bd1911e36cc777ede931a7389f5c2d5df1c94d02792d73992a7ff3f09206c3
|
|
7
|
+
data.tar.gz: df5ba1e4a46ba057c0f72a7464ec3b556105ba0e6a4dd72465a1275f70f8d73a4369f239674fae3364876716d9e4522b3518b405a0ce9f31beb7b726190ce84c
|
data/lib/shibori/version.rb
CHANGED
|
@@ -44,7 +44,7 @@ a.btn {
|
|
|
44
44
|
&[disabled],
|
|
45
45
|
fieldset[disabled] & {
|
|
46
46
|
color: $gray-light;
|
|
47
|
-
background-color:
|
|
47
|
+
background-color: $off-white;
|
|
48
48
|
box-shadow: inset 0 0 0 1px $gray-light;
|
|
49
49
|
opacity: 1;
|
|
50
50
|
cursor: not-allowed;
|
|
@@ -52,7 +52,7 @@ a.btn {
|
|
|
52
52
|
|
|
53
53
|
&-loading {
|
|
54
54
|
color: $gray;
|
|
55
|
-
background-color:
|
|
55
|
+
background-color: $off-white;
|
|
56
56
|
box-shadow: inset 0 0 0 1px $gray-light;
|
|
57
57
|
opacity: 1;
|
|
58
58
|
cursor: not-allowed;
|
|
@@ -93,12 +93,12 @@ a.btn {
|
|
|
93
93
|
&[disabled],
|
|
94
94
|
fieldset[disabled] & {
|
|
95
95
|
color: $gray-light;
|
|
96
|
-
background-color:
|
|
96
|
+
background-color: $white;
|
|
97
97
|
box-shadow: inset 0 0 0 1px $gray-light;
|
|
98
98
|
|
|
99
99
|
&:hover {
|
|
100
100
|
color: $gray-light;
|
|
101
|
-
background-color:
|
|
101
|
+
background-color: $off-white;
|
|
102
102
|
box-shadow: inset 0 0 0 1px $gray-light;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
@@ -196,11 +196,26 @@ a.btn {
|
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
&-block {
|
|
199
|
-
display:
|
|
199
|
+
display: block;
|
|
200
200
|
width: 100%;
|
|
201
201
|
white-space: nowrap;
|
|
202
202
|
overflow: hidden;
|
|
203
203
|
text-overflow: ellipsis;
|
|
204
|
+
* {
|
|
205
|
+
white-space: normal;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
&-block + &-block {
|
|
210
|
+
margin-top: $pad-sm;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
&-uppercase {
|
|
214
|
+
text-transform: uppercase;
|
|
215
|
+
font-size: .9em;
|
|
216
|
+
padding-top: 1em;
|
|
217
|
+
padding-bottom: 1em;
|
|
218
|
+
letter-spacing: .1em;
|
|
204
219
|
}
|
|
205
220
|
|
|
206
221
|
//- Layouts
|
metadata
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shibori
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.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-01-
|
|
11
|
+
date: 2017-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bourbon
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - <
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 5.0.0
|
|
20
|
-
- -
|
|
20
|
+
- - '>='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 3.1.8
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
|
-
- -
|
|
27
|
+
- - <
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 5.0.0
|
|
30
|
-
- -
|
|
30
|
+
- - '>='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 3.1.8
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: neat
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- -
|
|
37
|
+
- - ~>
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '1.7'
|
|
40
|
-
- -
|
|
40
|
+
- - '>='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: 1.7.2
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
|
-
- -
|
|
47
|
+
- - ~>
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
49
|
version: '1.7'
|
|
50
|
-
- -
|
|
50
|
+
- - '>='
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 1.7.2
|
|
53
53
|
description: shibori styleguide
|
|
@@ -56,7 +56,7 @@ executables: []
|
|
|
56
56
|
extensions: []
|
|
57
57
|
extra_rdoc_files: []
|
|
58
58
|
files:
|
|
59
|
-
-
|
|
59
|
+
- .gitignore
|
|
60
60
|
- Gemfile
|
|
61
61
|
- Gemfile.lock
|
|
62
62
|
- Procfile
|
|
@@ -310,17 +310,17 @@ require_paths:
|
|
|
310
310
|
- lib
|
|
311
311
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
312
312
|
requirements:
|
|
313
|
-
- -
|
|
313
|
+
- - '>='
|
|
314
314
|
- !ruby/object:Gem::Version
|
|
315
315
|
version: '0'
|
|
316
316
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
317
317
|
requirements:
|
|
318
|
-
- -
|
|
318
|
+
- - '>='
|
|
319
319
|
- !ruby/object:Gem::Version
|
|
320
320
|
version: '0'
|
|
321
321
|
requirements: []
|
|
322
322
|
rubyforge_project:
|
|
323
|
-
rubygems_version: 2.
|
|
323
|
+
rubygems_version: 2.0.0
|
|
324
324
|
signing_key:
|
|
325
325
|
specification_version: 4
|
|
326
326
|
summary: shibori styleguide
|