magic_stylez 0.0.0.40 → 0.0.0.41

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: 31e00391f1c68e8d07f4638c86ab557747ed883d
4
- data.tar.gz: 191da1d782d4c727b86cd8f108078ddb472d1485
3
+ metadata.gz: a5fc597f9fb9c488aafa199cd2c21946ad970aee
4
+ data.tar.gz: bf09e216669c300f07a4c5fa21f98201aef00cda
5
5
  SHA512:
6
- metadata.gz: 285cd03b4aadcbdd053fed2331ff7c319ae9c11f80c530d485fdb4849f05b6fbd061144f863f0ef77119006ee3bf6fd56ac17c41b7dc31c981fbbae209ec6ca6
7
- data.tar.gz: 56ec9715127259ce43748b27df0e69d339cbcfa009772d162dc38d6177c8fdd8cf24320a8f4562f5a4696102cad31efc488c6e2ce6a309cc80d6fffe62c8eed5
6
+ metadata.gz: dc17b532f7a1890fb6e5481cc0fc1daf0beb1378b60b01473aa80eeb48585bfe0d99dd25b2783da6cd5be873484307e43f64c0ca2af38daf2c8a885449ccaa69
7
+ data.tar.gz: bbff7e76e5543af3c81040304e191c37b87465c8f38c9f22ca55114382d89c30ef084d01e5ee13fd9a744dc916150fa534a3bf777f551fc2a7d3017df249868d
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.40"
2
+ VERSION = "0.0.0.41"
3
3
  end
@@ -97,25 +97,6 @@
97
97
  &:hover, &:active { color: #fff; }
98
98
  }
99
99
 
100
- //.btn-socials {
101
- // padding: 5px 22px !important;
102
- //}
103
-
104
- // Flat Colors
105
- $facebook-color: #3b5998;
106
- $google-color: #dd4b39;
107
- $twitter-color: #00aced;
108
- $paypal-color: #12398c;
109
- $paypal-color: #1784cb;
110
- // Gradient Colors
111
- $facebook-nice-top: lighten($facebook-color, 7%);
112
- $facebook-nice-bottom: darken($facebook-color, 7%);
113
- $google-nice-top: lighten($google-color, 7%);
114
- $google-nice-bottom: darken($google-color, 7%);
115
- $twitter-nice-top: lighten($twitter-color, 7%);
116
- $twitter-nice-bottom: darken($twitter-color, 7%);
117
- $paypal-nice-top: #52b9f4;
118
- $paypal-nice-bottom: darken(#1784cb, 5%);
119
100
 
120
101
 
121
102
 
@@ -8,23 +8,25 @@
8
8
  h2 { margin: 0 0 15px; }
9
9
  .form-control {
10
10
  position: relative;
11
- @include border-radius(0);
12
- margin: 0 0 -1px !important;
13
11
  padding: 10px;
14
12
  font-size: 16px;
15
-
16
-
17
-
18
13
  height: auto;
19
- &:first-child { @include border-top-radius(3px); }
20
- &:last-child { @include border-bottom-radius(3px); margin: 0 0 20px; }
21
- @include placeholder {
22
- color: #ccc;
23
- }
24
- &:focus, &:active { z-index: 99; }
14
+ @include placeholder { color: #ccc; }
25
15
  }
26
16
  }
27
17
 
18
+ .inpt-group {
19
+ display: block; position: relative;
20
+ margin: 0 0 20px; padding: 0;
21
+ .form-control {
22
+ position: relative;
23
+ margin: 0 0 -1px !important;
24
+ @include border-radius(0);
25
+ &:first-child { @include border-top-radius($input-border-radius); }
26
+ &:last-child { @include border-bottom-radius($input-border-radius); margin: 0; }
27
+ &:focus, &:active { z-index: 99; }
28
+ }
29
+ }
28
30
 
29
31
 
30
32
  // for checkbox and radio fields
@@ -177,11 +179,7 @@ form.corset, .form {
177
179
  margin-top: 10px;
178
180
  }
179
181
 
180
- .inpt-group {
181
- display: block; position: relative;
182
- margin: 0 0 20px; padding: 0;
183
- .form-control { margin-top: 0; margin-bottom: 0; }
184
- }
182
+
185
183
 
186
184
 
187
185
  @include all_form_elements {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.40
4
+ version: 0.0.0.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-05 00:00:00.000000000 Z
11
+ date: 2014-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails