oulu-rails 0.6.10 → 0.6.11

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: 812d969978a92ca381503df3a29895616bc7a02a
4
- data.tar.gz: 37f4e337a216456241cf204915a51773a97f8421
3
+ metadata.gz: f7485ac685a4ac87659d8c801f2c0d4097f60a71
4
+ data.tar.gz: 1faa5265f9876f82f67aab94647d368d34052562
5
5
  SHA512:
6
- metadata.gz: 418e510f077987490bca984fcfd857d8d9581e6a87a5937964a0b9f2555e7fcf4cf1b1433ff9a4035ce7bcde25ddfe0b9cd026f850e6ea3a29dc2534aed3fc49
7
- data.tar.gz: 4af3bd2b86bfe628b7e77c7e9905824e517f98aa765422a527c0cb258082aef3148c173fda8b167f2b89ca727dcea44c664f31755d1f1bbad17d5d957b7822ab
6
+ metadata.gz: a5ce167d4c8776f56b8b75833ddebeaf7a7e24866e24f02b6884af1151399bac4031cd4da5cf8a52f73bd60f055f4eadfac96a648c5af9c66a1d50862303ad03
7
+ data.tar.gz: d42fc50824c7446a35ca181dbd91223fad05f6162781f5ebbf60857176c4ef334ee78d3a7ceabde2952aecb14bcbb7518cf177587089c409cf4489e7449e1603
@@ -1,3 +1,3 @@
1
1
  module OuluRails
2
- VERSION = "0.6.10"
2
+ VERSION = "0.6.11"
3
3
  end
@@ -2,8 +2,15 @@ $button-sizes: xs, sm, md, lg, xl
2
2
  $button-color-names: default, primary, success, warning, danger
3
3
  $button-styles: normal, border, flat-emboss, material
4
4
 
5
+ // inputのスタイルを継承させる
6
+ input[type= submit]
7
+ color: inherit
8
+ font-size: inherit
9
+ font-weight: inherit
10
+
5
11
  @import button-base
6
12
 
13
+ // button styles
7
14
  @import styles/normal
8
15
  @import styles/border
9
16
  @import styles/flat-emboss
@@ -57,11 +57,6 @@ textarea
57
57
  outline: none
58
58
  +basic-font
59
59
 
60
- input[type= submit]
61
- color: inherit
62
- font-size: inherit
63
- font-weight: inherit
64
-
65
60
  button
66
61
  +appearance(button)
67
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.10
4
+ version: 0.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida