euphoria 0.1.4.64 → 0.1.4.65

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: b11790144678d4962b192ccc3b2e7be5109ec11f
4
- data.tar.gz: a6171f61b8ea8ca0738301bd7fdd60b361bc79d5
3
+ metadata.gz: 29cd256dcc7efa501ba4531724c1c3a0b0bb4c5e
4
+ data.tar.gz: f93d84ef48d8921058196f55d12d953badb5d6e9
5
5
  SHA512:
6
- metadata.gz: a86a01b09b7f00801da5cf8b7192ee57ccc81883854b7e24f6cf0da9eeaac81e9aa1fb57fdc3b3065a9377643f2dc48b627179f1b657a3404d4a62e64fd2f6d0
7
- data.tar.gz: 35c9e179b2e66d468bd36e80356cc1ab2c6c854d096b234fb33237702efe961c10fc9991c6fc98c8b5ed6f596cd193cc67bfa789f05f4e1825245198c6d56ae9
6
+ metadata.gz: 02b5004dfcb947a0be0c42a51c3bbfcdac31bfa41d5c84fa7e468e13a3cbdec2c760d8841769d1e8f55e9fd1e4d333c9493151cf1b4be1de22980d67a349376e
7
+ data.tar.gz: 0018557a00fc23801d539bafe07738f5181437effc0c460809fe9e3125d13a75a021c9657c2b117f694ad8245538980c67bbae13fec8ab36aa9be8e105e3ddcd
@@ -17,7 +17,7 @@ $orange: #F5A623
17
17
  text-align: center
18
18
  border: 1px solid #e5e6e7
19
19
  font-size: 1rem
20
- padding: .5em
20
+ padding: .4rem
21
21
  line-height: 1.375rem
22
22
  letter-spacing: .1rem
23
23
  text-transform: uppercase
@@ -5,7 +5,16 @@ $bg_color: white
5
5
  margin: 0 auto
6
6
 
7
7
  input
8
- &[type="email"], &[type="number"], &[type="search"], &[type="text"], &[type="tel"], &[type="url"], &[type="password"]
8
+ &[type="email"], &[type="number"], &[type="search"], &[type="text"], &[type="tel"], &[type="url"], &[type="password"]
9
+ height: 38px
10
+ padding: 6px 10px
11
+ background-color: #fff
12
+ border: 1px solid #D1D1D1
13
+ border-radius: 4px
14
+ box-shadow: none
15
+ box-sizing: border-box
16
+
17
+ textarea, select
9
18
  height: 38px
10
19
  padding: 6px 10px
11
20
  background-color: #fff
@@ -14,21 +23,12 @@ $bg_color: white
14
23
  box-shadow: none
15
24
  box-sizing: border-box
16
25
 
17
- textarea, select
18
- height: 38px
19
- padding: 6px 10px
20
- background-color: #fff
21
- border: 1px solid #D1D1D1
22
- border-radius: 4px
23
- box-shadow: none
24
- box-sizing: border-box
25
-
26
26
 
27
27
  input
28
28
  &[type="email"], &[type="number"], &[type="search"], &[type="text"], &[type="tel"], &[type="url"], &[type="password"]
29
- -webkit-appearance: none
30
- -moz-appearance: none
31
- appearance: none
29
+ -webkit-appearance: none
30
+ -moz-appearance: none
31
+ appearance: none
32
32
 
33
33
  textarea
34
34
  -webkit-appearance: none
@@ -40,8 +40,8 @@ $bg_color: white
40
40
 
41
41
  input
42
42
  &[type="email"]:focus, &[type="number"]:focus, &[type="search"]:focus, &[type="text"]:focus, &[type="tel"]:focus, &[type="url"]:focus, &[type="password"]:focus
43
- border: 1px solid #33C3F0
44
- outline: 0
43
+ border: 1px solid #33C3F0
44
+ outline: 0
45
45
 
46
46
  textarea:focus, select:focus
47
47
  border: 1px solid #33C3F0
@@ -1,4 +1,4 @@
1
1
  module Euphoria
2
- VERSION = "0.1.4.64"
2
+ VERSION = "0.1.4.65"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: euphoria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.64
4
+ version: 0.1.4.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - paul brunache