waterfall_bourbon_neat_rails 0.0.7.3 → 0.0.7.5

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: 333d32bc7c95b870f8f8a79dbffc9b508f78aa94
4
- data.tar.gz: e64852b7b20dd0a42c92be1024d6e7cea0e71c28
3
+ metadata.gz: 3cf889a88d722596c2492c0552e72657df4c9de5
4
+ data.tar.gz: 09229331bfdbd8b0e3f2268a405e5abe85c856fe
5
5
  SHA512:
6
- metadata.gz: 6ec28d28d690da6e59ea9816b70412386d8e9a0fbcc02f336a9a894c05a1169411eb829b7990fa33631c0a2874e072f6a66f8bf78deae767b5137ecb2907d128
7
- data.tar.gz: c652d6c761248c15a7ca5ab2015f1df1b2d3da503dd15f067d3f655a40f72578682d29f5202ac8304a80abbb20e85e8ec2837d8935f61c24d4af3e7eb38c9130
6
+ metadata.gz: d888ad55223df64c93e1828cabd2c74f17563f6c7205f6c562b5c40adae8231cf6ab86c972d22e63adbfe01fbdb0bf77e5a8bc3b1fb73f0668d20b40777d860f
7
+ data.tar.gz: c2c6c6811be3fa994a97f0b48b9ba1c4008dc4cca5dac424856813d31e7b22482ad0c3d8567d2799803790bee92a80fead3201e5edea9a71014a2f3f68a3d517
@@ -80,6 +80,29 @@ body#main {
80
80
  label {
81
81
  text-align: left;
82
82
  }
83
+
84
+ .form-inputs {
85
+ margin-top: 1em;
86
+ text-align: left;
87
+ }
88
+
89
+ .form-actions {
90
+ text-align: right;
91
+ width: 25%;
92
+ }
93
+
94
+ input[type=submit] {
95
+ padding: 0px 1em 0px 0px;
96
+ text-transform: uppercase;
97
+ color: #FFF;
98
+ font-size: 20px;
99
+ border: medium none;
100
+ font-family: $font-stack;
101
+ font-weight: 400;
102
+ margin-left: auto;
103
+ background: image-url('login-more-than.png') no-repeat scroll right center transparent;
104
+ }
105
+
83
106
  }
84
107
 
85
108
  input {
@@ -93,26 +116,6 @@ body#main {
93
116
  font-weight: 400;
94
117
  }
95
118
 
96
- .form-inputs {
97
- text-align: left;
98
- }
99
-
100
- .form-actions {
101
- text-align: right;
102
- }
103
-
104
- input[type=submit] {
105
- padding: 0px 1em 0px 0px;
106
- text-transform: uppercase;
107
- color: #FFF;
108
- font-size: 20px;
109
- border: medium none;
110
- font-family: $font-stack;
111
- font-weight: 400;
112
- margin-left: auto;
113
- background: image-url('login-more-than.png') no-repeat scroll right center transparent;
114
- }
115
-
116
119
  }
117
120
 
118
121
  span {
@@ -121,20 +124,16 @@ body#main {
121
124
  color: #FFF;
122
125
 
123
126
  &.not-bold {
124
- font-size: 20px;
127
+ font-size: 22px;
125
128
  line-height: 24px;
126
- font-weight: 230;
127
- text-transform: uppercase;
128
- color: #FFF;
129
+ font-weight: 200;
129
130
  }
130
131
 
131
132
  &.bold {
132
133
  font-weight: 650;
133
- font-size: 40px;
134
+ font-size: 42px;
134
135
  line-height: 52px;
135
136
  margin: 0.25em 0px;
136
- text-transform: uppercase;
137
- color: #FFF;
138
137
  }
139
138
 
140
139
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.7.3".freeze
2
+ VERSION = "0.0.7.5".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.3
4
+ version: 0.0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.