oulu 0.15.2 → 0.15.3
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: a39b38617bbdb1f597203bdb582d3fd79a4e2923
|
|
4
|
+
data.tar.gz: 81b1d0160f4191e228c11fae58d1a8e51503e8fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee2c583a5f704ac2316caa3fe75e7007e9644a1230ead0f44d87f49ac59a3f927abcfd9b1a1be86ea09cc1182812c6f3552675909ca646a076453c7b66dc220b
|
|
7
|
+
data.tar.gz: a96cf43ae7b275c7723c79bce357743a644d494ab99749e28a561e2b504850c7487f3ae3474705e9317070c06ebcc0f29a6ebc20738559f436074f6b35a59e09
|
|
@@ -152,10 +152,20 @@
|
|
|
152
152
|
@else
|
|
153
153
|
border-right-width: $border-width / 2
|
|
154
154
|
|
|
155
|
+
|
|
155
156
|
// button-grounp
|
|
156
157
|
.is-button-group >li [class*="is-button"]
|
|
157
158
|
border-radius: 0
|
|
158
159
|
|
|
160
|
+
// multi-lines-button-grounp
|
|
161
|
+
.is-multi-lines-button-group
|
|
162
|
+
display: flex
|
|
163
|
+
flex-wrap: wrap
|
|
164
|
+
|
|
165
|
+
.is-multi-lines-button-group >li
|
|
166
|
+
flex: 0 0 50%
|
|
167
|
+
+media-breakpoint-down(sm)
|
|
168
|
+
flex: 0 0 100%
|
|
159
169
|
|
|
160
170
|
=button-group
|
|
161
171
|
.is-button-group
|
data/bower.json
CHANGED
data/lib/oulu/version.rb
CHANGED
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oulu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- machida
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-09-
|
|
11
|
+
date: 2017-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|