oulu 0.9.9 → 0.9.10

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: d059056ab7082fc0f521619ce155e2f84086c625
4
- data.tar.gz: bd4c8da03457e66554718dd13e32042e2d2eb28b
3
+ metadata.gz: 8386aa351ed1d3466845c08776591e30a3559908
4
+ data.tar.gz: 7c1f7edaeb459276934119e5ce1241c15031781e
5
5
  SHA512:
6
- metadata.gz: 5147aabbdb39c25a24129aa213407c5ea13f03b1e594eecdf1481ede91f37f45605c625ed52da05bda365f17c9aeaad49f50fbbf4037432d440f7043e6b1c320
7
- data.tar.gz: cb94d135f15e920712a4e4f92ac68580fbb095f408e095a0ebdcbc22acbb881bfc364c1a6ec37d3a9f99acf9e0bc879c003d9c6b0fe1612b81b330884b373cd6
6
+ metadata.gz: 92e54c940cc4493406bc8089a13976a080d7d012963429a73052fceed6a2866c25298904b0520a8371a2c70d424cf1e699670091dc01ee19f53c2386d9a2f43b
7
+ data.tar.gz: 88a9d5a252110ae72226cd50c1c4d7957afc402064861dab6943de344839fd288cea4b9b1e2e5a24cfe788a08cb8a87033975caf6f30716c250845ebff0d724f
@@ -10,15 +10,15 @@
10
10
  =button-size($size, $border-width: 0, $border-radius: 4px)
11
11
  $font-size: ""
12
12
  @if $size == 'xs'
13
- $font-size: 12px
13
+ $font-size: $xs-button-font-size
14
14
  @else if $size == 'sm'
15
- $font-size: 14px
15
+ $font-size: $sm-button-font-size
16
16
  @else if $size == 'md'
17
- $font-size: 16px
17
+ $font-size: $md-button-font-size
18
18
  @else if $size == 'lg'
19
- $font-size: 18px
19
+ $font-size: $lg-button-font-size
20
20
  @else if $size == 'xl'
21
- $font-size: 20px
21
+ $font-size: $xl-button-font-size
22
22
  $height: round($font-size * 2 + $font-size/2.2)
23
23
  @if $border-width
24
24
  +border(all, $border-width)
@@ -20,5 +20,5 @@
20
20
  color: $color
21
21
  background-color: rgba($color, .3)
22
22
  &.is-checked
23
- color: $default-text-reversal
23
+ color: luma_contrast_color($color)
24
24
  background-color: $color
@@ -168,3 +168,13 @@ $small-font-size: 75% !default
168
168
  $table-border-collapse: collapse !default
169
169
  $table-border-spacing: 0 !default
170
170
  $textarea-resize: vertical !default
171
+
172
+ /////////////////
173
+ // buttons
174
+ ////////////////
175
+
176
+ $xs-button-font-size: 12px !default
177
+ $sm-button-font-size: 14px !default
178
+ $md-button-font-size: 16px !default
179
+ $lg-button-font-size: 18px !default
180
+ $xl-button-font-size: 20px !default
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.9",
3
+ "version": "0.9.10",
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.9.9"
2
+ VERSION = "0.9.10"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.9",
3
+ "version": "0.9.10",
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.9.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-06 00:00:00.000000000 Z
11
+ date: 2016-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor