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: 5fcf9327678b3e8332c96614aca612de0139e706
4
- data.tar.gz: 30c5fd9c7e7242582bacb85d4d13e7063c84a171
3
+ metadata.gz: a39b38617bbdb1f597203bdb582d3fd79a4e2923
4
+ data.tar.gz: 81b1d0160f4191e228c11fae58d1a8e51503e8fa
5
5
  SHA512:
6
- metadata.gz: 5affd681b0446488f74674e99cc9c32ca3e986d23827dac59609428b311fefeb7f8cbc71375e7f0856bb7e0eee82b3ce03c20cba5730876bb3f2bd53f256fbbf
7
- data.tar.gz: 9700517441a531f3a1f68cf8c1f5280177e571983feda26cb5a29116cb2d0439e49730272f7611ad7d82d27e961b1528092108434702182595bfaf45797cb6b0
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
@@ -29,6 +29,8 @@
29
29
  &.is-checkbox
30
30
  &:before
31
31
  border-radius: .1875rem
32
+ &.is-text-align-left
33
+ justify-content: flex-start
32
34
  &.is-no-move
33
35
  &:active,
34
36
  &.is-checked
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.15.2",
3
+ "version": "0.15.3",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
data/lib/oulu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oulu
2
- VERSION = "0.15.2"
2
+ VERSION = "0.15.3"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.15.2",
3
+ "version": "0.15.3",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
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.2
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-22 00:00:00.000000000 Z
11
+ date: 2017-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor