middleman-oulu 0.6.9 → 0.6.10

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: eb6d48b5c1926ff64c7d4f3ff7e92257d76c7b20
4
- data.tar.gz: f3b444f724689da0caa9cbf036b2ed52460f7754
3
+ metadata.gz: db674767fe767fb396cbdb32059d9f056f3a72ca
4
+ data.tar.gz: 5c9de353b6d06835bb0a1d428d66cac6e9b5928a
5
5
  SHA512:
6
- metadata.gz: dc78150740c65221e57ce0011b89d771ccf38bed3e2b8e12bbc8af4e7e5e33a453b6d6dec86e8b8a2f924673bad157d8935af6df6fbc774f5163b37b0d7a5dd9
7
- data.tar.gz: fc406501c75187508eba2215da904e78fc74e69a3b468f06b96b6862592448f1cec03b63179c634f02eeed8246978a9070c9d928c8038bc2b541bd5c2723b5ba
6
+ metadata.gz: d2feaea4a175c321d43afafa786d621c30427ba07724f48004c66e75887ca973932b8e33386464ba0f6b6946681d284df3c71f62550bc3689334378b9b2bba04
7
+ data.tar.gz: 430e677276e9be136784fe388931fb5e31b39dc0414836e6f938daabe6f4e32ade83d75e5a66b877376c3f521d756ddc5c4551649e21728461c18ffe0470e9c6
@@ -39,6 +39,15 @@
39
39
  +rem('margin-left', $font-size/4)
40
40
  @else
41
41
  +rem('margin-left', $font-size/3)
42
+ &.is-input-container
43
+ padding: 0
44
+ +relative
45
+ i
46
+ +absolute(left $height/2, top 0)
47
+ +rem('line-height', $height - ($border-width*2))
48
+ input
49
+ +padding(horizontal, ($height + if($font-size > 28, $font-size/4, $font-size/3)) $height/2)
50
+ +rem('height', $height - ($border-width*2))
42
51
 
43
52
  =button-group
44
53
  .is-button-group
@@ -57,6 +57,11 @@ 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
+
60
65
  button
61
66
  +appearance(button)
62
67
 
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.6.9"
3
+ VERSION = "0.6.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.9
4
+ version: 0.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida