oulu 0.12.22 → 0.12.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e675833323495933de7d2ce19c4b857af70c1c4f
4
- data.tar.gz: cfb47e36a457cc9b7c338ac2c1775c6c75e530d4
3
+ metadata.gz: 6cca81ce7a9f77205f91d09f62f286a40d41f014
4
+ data.tar.gz: 41b29b2ec2963d248b296a16dcb2d1d105eb2259
5
5
  SHA512:
6
- metadata.gz: 6bde0ae6b711d9c031da889e98bf055ef1e887e1bd730f946ce46a374e6000882467580af4c30f5dd744bdff220c1908fac17f4d86a6559a3ad5b4d8ac94bf55
7
- data.tar.gz: c964edb3242474053f80c3b5c54f23e40cec91b4543cad44445707550201b38e1b58a4028b3633ca88838aa0669df633a348777a570812a97153055cac186025
6
+ metadata.gz: 97adfa718af0fb1e824d598abed79e367d41428b5419e5cf98a93c65fc934836692c847e2f1a66e2e9c9323e81665d1c41d7797b88870888de52b4f96b13d305
7
+ data.tar.gz: f952ed75591590fafe169cb8bbe1ed89fb552e783897051ba2de2f2435cc7755bf2ef8a2f027f0113ca19b18571c48dd106f6197eefc6d70160c421494d54146
@@ -126,14 +126,24 @@
126
126
  .is-button-icon
127
127
  margin-right: 0
128
128
 
129
-
130
129
  // button-grounp
131
- .is-button-group >li &
132
- border-radius: 0
133
130
  .is-button-group >li:first-child &
134
131
  border-radius: $border-radius 0 0 $border-radius
135
132
  .is-button-group >li:last-child &
136
133
  border-radius: 0 $border-radius $border-radius 0
134
+ .is-button-group >li:not(:last-child) &
135
+ @if $border-width / 2 < 1
136
+ border-right-width: 0
137
+ @else
138
+ border-right-width: $border-width / 2
139
+
140
+ button[class*="is-button"]
141
+ +padding(vertical, 0)
142
+
143
+
144
+ // button-grounp
145
+ .is-button-group >li [class*="is-button"]
146
+ border-radius: 0
137
147
 
138
148
 
139
149
  =button-group
@@ -1,10 +1,15 @@
1
1
  // button option
2
2
  [class*="is-button"]
3
3
  +button-base
4
+ white-space: nowrap
4
5
  &[class*="xs"]
5
6
  -webkit-font-smoothing: subpixel-antialiased
6
7
  &.has-image
7
8
  height: auto
9
+ &.is-block-sm-down
10
+ +media-breakpoint-down(sm)
11
+ display: flex
12
+ width: 100%
8
13
  .is-button-note
9
14
  +inline-block
10
15
  font-size: .75rem
@@ -50,6 +55,9 @@
50
55
  font-size: inherit
51
56
  color: inherit
52
57
  cursor: pointer
58
+ &.is-multi-lines
59
+ height: auto
60
+ line-height: 1.45
53
61
 
54
62
  button[class*="is-button"]
55
63
  display: inline-block
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.22",
3
+ "version": "0.12.23",
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.12.22"
2
+ VERSION = "0.12.23"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.22",
3
+ "version": "0.12.23",
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.12.22
4
+ version: 0.12.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-09 00:00:00.000000000 Z
11
+ date: 2016-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor