waterfall_bourbon_neat_rails 0.1.9.5 → 0.1.9.6

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: b2049ef7a33a95040132922c410845839d485795
4
- data.tar.gz: ced6bcbbce9868f5a1d7f577f354d7cfc2496f65
3
+ metadata.gz: 63cbcab09c3db947b63fa5d80f158f809cacd0a1
4
+ data.tar.gz: 58c2b7ff73796abc87a2ea089ad92b865d89b324
5
5
  SHA512:
6
- metadata.gz: 8e03868c9e2081c8f452748f6a093b628ab57857cd7479754f4ecc974457ffa1f401108b00899db21e965491a8001be7030f814e31c82d1d92582cf12a146803
7
- data.tar.gz: b52d6575d08ef753a24994246917bca67c0cbafd25b8a4f71862565b161dac9db64e93d3b9f8963b15d230e37e745403050d7f5942dab288fae411a9aef8c06d
6
+ metadata.gz: 42b761d788d852310204f1867b0857b9c4fc52523eb04f4766878c31597ecd83b3977eee7209c5ea2486e71c98c435847ca6033b230530a6f9e2020417fa568b
7
+ data.tar.gz: 6a568403ce7aed57e2e6b029ef20b7004871d159213dacdc3493786e7b9690bf1223e477ef7e143b61f3d5c39c58f1ab1c2f83898d6472d03a6f89f45c996d49
@@ -11,6 +11,8 @@
11
11
  -webkit-text-size-adjust: 100%;
12
12
  -ms-text-size-adjust: 100%;
13
13
  -webkit-font-smoothing: antialiased;
14
+ font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
15
+ font-size: 1em;
14
16
  }
15
17
  // ------------------------------------------------------------------------
16
18
  // Selection mixin, set the background color and the font color
@@ -18,329 +20,329 @@
18
20
  // ------------------------------------------------------------------------
19
21
  // @include selection();
20
22
 
21
- :required {
23
+ // :required {
22
24
 
23
- }
24
-
25
- a {
26
- color: $actionColor;
27
- text-decoration: none;
28
-
29
- &:hover {
30
- text-decoration: underline;
31
- }
32
- &:active {
33
-
34
- }
35
- &:link {
36
-
37
- }
38
-
39
- &:visited {
25
+ // }
40
26
 
41
- }
42
- &:focus {
43
- @extend :hover;
44
- }
45
- }
27
+ // a {
28
+ // color: $actionColor;
29
+ // text-decoration: none;
46
30
 
47
- address {
31
+ // &:hover {
32
+ // text-decoration: underline;
33
+ // }
34
+ // &:active {
48
35
 
49
- }
36
+ // }
37
+ // &:link {
50
38
 
51
- b, strong {
52
- font-weight: bolder;
53
- }
39
+ // }
54
40
 
55
- html {
56
- font-size: 62.5%;
57
- height: 100%;
58
- }
41
+ // &:visited {
59
42
 
60
- body {
61
- color: $baseColor;
62
- font-family: $primaryFontFamily;
63
- display: table;
64
- @include setRem('font-size', 13px);
65
- height: 100%;
66
- position: relative;
67
- width: 100%;
68
- }
43
+ // }
44
+ // &:focus {
45
+ // @extend :hover;
46
+ // }
47
+ // }
69
48
 
70
- blockquote,
71
- q {
72
- quotes: "" "";
73
- }
49
+ // address {
74
50
 
75
- blockquote:before,
76
- blockquote:after,
77
- q:before,
78
- q:after {
79
- content: "";
80
- }
51
+ // }
81
52
 
82
- // button {
83
- // background: $themeColor;
84
- // border: 1px solid #ddd;
85
- // color: $whiteColor;
86
- // font-weight: $boldFont;
87
- // @include rem(font-size, 22px);
88
- // @include em(line-height, 22px, 48px);
89
- // @include em(padding, 22px, 0 20px);
90
- // text-transform: uppercase;
53
+ // b, strong {
54
+ // font-weight: bolder;
55
+ // }
91
56
 
92
- // &:hover {
93
- // background: darken($themeColor, 10%);
94
- // text-decoration: none;
95
- // }
57
+ // html {
58
+ // font-size: 62.5%;
59
+ // height: 100%;
60
+ // }
96
61
 
97
- // &:active {
98
- // background: darken($themeColor, 30%);
99
- // }
62
+ // body {
63
+ // color: $baseColor;
64
+ // font-family: $primaryFontFamily;
65
+ // display: table;
66
+ // @include setRem('font-size', 13px);
67
+ // height: 100%;
68
+ // position: relative;
69
+ // width: 100%;
70
+ // }
100
71
 
101
- // ------------------------------------------------------------------------
102
- // Do not ignore the focus styles
103
- // Most users navigate the website with the TAB key
104
- // ------------------------------------------------------------------------
105
- // A cool trick to solve the :focus styles for most elements is
106
- // to extend the hover styles @extend :hover;
107
- // ------------------------------------------------------------------------
108
- // &:focus {
109
- // @extend :hover;
110
- // }
72
+ // blockquote,
73
+ // q {
74
+ // quotes: "" "";
75
+ // }
111
76
 
112
- // // ------------------------------------------------------------------------
113
- // &:disabled {
114
- // cursor: no-drop;
115
- // opacity: .5;
116
- // }
77
+ // blockquote:before,
78
+ // blockquote:after,
79
+ // q:before,
80
+ // q:after {
81
+ // content: "";
117
82
  // }
118
83
 
119
- label {
84
+ // // button {
85
+ // // background: $themeColor;
86
+ // // border: 1px solid #ddd;
87
+ // // color: $whiteColor;
88
+ // // font-weight: $boldFont;
89
+ // // @include rem(font-size, 22px);
90
+ // // @include em(line-height, 22px, 48px);
91
+ // // @include em(padding, 22px, 0 20px);
92
+ // // text-transform: uppercase;
93
+
94
+ // // &:hover {
95
+ // // background: darken($themeColor, 10%);
96
+ // // text-decoration: none;
97
+ // // }
98
+
99
+ // // &:active {
100
+ // // background: darken($themeColor, 30%);
101
+ // // }
120
102
 
121
- }
103
+ // // ------------------------------------------------------------------------
104
+ // // Do not ignore the focus styles
105
+ // // Most users navigate the website with the TAB key
106
+ // // ------------------------------------------------------------------------
107
+ // // A cool trick to solve the :focus styles for most elements is
108
+ // // to extend the hover styles @extend :hover;
109
+ // // ------------------------------------------------------------------------
110
+ // // &:focus {
111
+ // // @extend :hover;
112
+ // // }
122
113
 
123
- input {
124
- &[type="checkbox"] {
114
+ // // // ------------------------------------------------------------------------
115
+ // // &:disabled {
116
+ // // cursor: no-drop;
117
+ // // opacity: .5;
118
+ // // }
119
+ // // }
125
120
 
126
- }
127
- &[type="button"] {
128
- @extend button;
129
- }
130
- &[type="radio"] {
121
+ // label {
131
122
 
132
- }
123
+ // }
133
124
 
134
- // ------------------------------------------------------------------------
135
- // Extra input types just in case you need them
136
- // ------------------------------------------------------------------------
137
- &[type="color"] {
125
+ // input {
126
+ // &[type="checkbox"] {
138
127
 
139
- }
140
- &[type="date"] {
128
+ // }
129
+ // &[type="button"] {
130
+ // @extend button;
131
+ // }
132
+ // &[type="radio"] {
141
133
 
142
- }
143
- &[type="email"] {
134
+ // }
144
135
 
145
- }
146
- &[type="file"] {
136
+ // // ------------------------------------------------------------------------
137
+ // // Extra input types just in case you need them
138
+ // // ------------------------------------------------------------------------
139
+ // &[type="color"] {
147
140
 
148
- }
149
- &[type="number"] {
141
+ // }
142
+ // &[type="date"] {
150
143
 
151
- }
152
- &[type="password"] {
144
+ // }
145
+ // &[type="email"] {
153
146
 
154
- }
155
- &[type="range"] {
147
+ // }
148
+ // &[type="file"] {
156
149
 
157
- }
158
- &[type="reset"] {
150
+ // }
151
+ // &[type="number"] {
159
152
 
160
- }
161
- &[type="search"] {
153
+ // }
154
+ // &[type="password"] {
162
155
 
163
- }
164
- &[type="tel"] {
156
+ // }
157
+ // &[type="range"] {
165
158
 
166
- }
167
- &[type="time"] {
159
+ // }
160
+ // &[type="reset"] {
168
161
 
169
- }
170
- &[type="url"] {
162
+ // }
163
+ // &[type="search"] {
171
164
 
172
- }
165
+ // }
166
+ // &[type="tel"] {
173
167
 
174
- // ------------------------------------------------------------------------
175
- // If you need more input types check out the link below
176
- // http://www.w3.org/wiki/HTML/Elements/input
177
- // ------------------------------------------------------------------------
178
- &:focus {
179
- /* @extend :hover; */
180
- }
181
- }
168
+ // }
169
+ // &[type="time"] {
182
170
 
183
- // ------------------------------------------------------------------------
184
- // Set the input placeholder color to something different that gray :)
185
- ::-webkit-input-placeholder {
186
- color: $baseColor;
187
- }
188
- :-moz-placeholder {
189
- color: $baseColor;
190
- opacity: 1;
191
- }
192
- ::-moz-placeholder {
193
- color: $baseColor;
194
- opacity: 1;
195
- }
196
- :-ms-input-placeholder {
197
- color: $baseColor;
198
- }
171
+ // }
172
+ // &[type="url"] {
199
173
 
200
- select {
201
- // ------------------------------------------------------------------------
202
- // Remove default browser style for select
203
- // Delete them if you don't need them...
204
- -webkit-appearance: none;
205
- -moz-appearance: none;
206
- appearance: none;
174
+ // }
207
175
 
208
- option {
176
+ // // ------------------------------------------------------------------------
177
+ // // If you need more input types check out the link below
178
+ // // http://www.w3.org/wiki/HTML/Elements/input
179
+ // // ------------------------------------------------------------------------
180
+ // &:focus {
181
+ // /* @extend :hover; */
182
+ // }
183
+ // }
209
184
 
210
- }
185
+ // // ------------------------------------------------------------------------
186
+ // // Set the input placeholder color to something different that gray :)
187
+ // ::-webkit-input-placeholder {
188
+ // color: $baseColor;
189
+ // }
190
+ // :-moz-placeholder {
191
+ // color: $baseColor;
192
+ // opacity: 1;
193
+ // }
194
+ // ::-moz-placeholder {
195
+ // color: $baseColor;
196
+ // opacity: 1;
197
+ // }
198
+ // :-ms-input-placeholder {
199
+ // color: $baseColor;
200
+ // }
211
201
 
212
- &:hover {
202
+ // select {
203
+ // // ------------------------------------------------------------------------
204
+ // // Remove default browser style for select
205
+ // // Delete them if you don't need them...
206
+ // -webkit-appearance: none;
207
+ // -moz-appearance: none;
208
+ // appearance: none;
213
209
 
214
- }
215
- &:active {
210
+ // option {
216
211
 
217
- }
212
+ // }
218
213
 
219
- &:focus {
220
- /* @extend :hover; */
221
- }
222
- }
214
+ // &:hover {
223
215
 
224
- textarea {
225
- // ------------------------------------------------------------------------
226
- // Do not use resize: none if the textarea box is smaller that 200-300 px
227
- // Let the user resize it on the vertical and lock the width
228
- // In combination with max-height it's a good combo
229
- // ------------------------------------------------------------------------
230
- // resize: horizontal; might break your page layout, use with care
231
- resize: vertical;
232
- width: 100%;
233
- }
216
+ // }
217
+ // &:active {
234
218
 
235
- caption, th, td {
236
- text-align: left;
237
- font-weight: normal;
238
- vertical-align: middle;
239
- }
219
+ // }
240
220
 
241
- em, i {
242
- font-style: italic;
243
- }
221
+ // &:focus {
222
+ // /* @extend :hover; */
223
+ // }
224
+ // }
244
225
 
245
- // ------------------------------------------------------------------------
246
- // Generate headings based on the Fibonacci row
247
- // Go crazy!
248
- // ------------------------------------------------------------------------
249
- // @each $header, $values in (
226
+ // textarea {
250
227
  // // ------------------------------------------------------------------------
251
- // // H1 font-szie, font-weight, text-transfrom
252
- // // you can add more values and get them with nth($valuse, #no)
228
+ // // Do not use resize: none if the textarea box is smaller that 200-300 px
229
+ // // Let the user resize it on the vertical and lock the width
230
+ // // In combination with max-height it's a good combo
253
231
  // // ------------------------------------------------------------------------
232
+ // // resize: horizontal; might break your page layout, use with care
233
+ // resize: vertical;
234
+ // width: 100%;
235
+ // }
254
236
 
255
- // h1: 89 $thinFont uppercase,
256
- // h2: 55 $boldFont uppercase,
257
- // h3: 21 $mediumFont uppercase,
258
- // h4: 13 $regularFont normal,
259
- // h5: 13 $regularFont normal,
260
- // h6: 13 $regularFont normal) {
261
-
262
- // #{$header} {
263
- // font-size: #{nth($values, 1)}px; // font-size in px as fallback
264
- // font-size: #{nth($values, 1) * .1}rem; // font-size in rem
265
- // font-weight: nth($values, 2);
266
- // text-transform: nth($values, 3);
267
-
268
- // -moz-font-feature-settings: "liga=1, dlig=1";
269
- // -ms-font-feature-settings: "liga", "dlig";
270
- // -webkit-font-feature-settings: "liga", "dlig";
271
- // -o-font-feature-settings: "liga", "dlig";
272
- // font-feature-settings: "liga", "dlig";
273
- // }
237
+ // caption, th, td {
238
+ // text-align: left;
239
+ // font-weight: normal;
240
+ // vertical-align: middle;
274
241
  // }
275
242
 
276
- img {
277
- -ms-interpolation-mode: bicubic;
278
- }
243
+ // em, i {
244
+ // font-style: italic;
245
+ // }
279
246
 
280
- nav {
281
- li {
247
+ // // ------------------------------------------------------------------------
248
+ // // Generate headings based on the Fibonacci row
249
+ // // Go crazy!
250
+ // // ------------------------------------------------------------------------
251
+ // // @each $header, $values in (
252
+ // // // ------------------------------------------------------------------------
253
+ // // // H1 font-szie, font-weight, text-transfrom
254
+ // // // you can add more values and get them with nth($valuse, #no)
255
+ // // // ------------------------------------------------------------------------
256
+
257
+ // // h1: 89 $thinFont uppercase,
258
+ // // h2: 55 $boldFont uppercase,
259
+ // // h3: 21 $mediumFont uppercase,
260
+ // // h4: 13 $regularFont normal,
261
+ // // h5: 13 $regularFont normal,
262
+ // // h6: 13 $regularFont normal) {
263
+
264
+ // // #{$header} {
265
+ // // font-size: #{nth($values, 1)}px; // font-size in px as fallback
266
+ // // font-size: #{nth($values, 1) * .1}rem; // font-size in rem
267
+ // // font-weight: nth($values, 2);
268
+ // // text-transform: nth($values, 3);
269
+
270
+ // // -moz-font-feature-settings: "liga=1, dlig=1";
271
+ // // -ms-font-feature-settings: "liga", "dlig";
272
+ // // -webkit-font-feature-settings: "liga", "dlig";
273
+ // // -o-font-feature-settings: "liga", "dlig";
274
+ // // font-feature-settings: "liga", "dlig";
275
+ // // }
276
+ // // }
277
+
278
+ // img {
279
+ // -ms-interpolation-mode: bicubic;
280
+ // }
282
281
 
283
- }
284
- }
282
+ // nav {
283
+ // li {
285
284
 
286
- p {
287
- margin: 1em 0;
288
- }
285
+ // }
286
+ // }
289
287
 
290
- pre, code {
291
- font-family: Monaco, Courier, monospace;
292
- }
288
+ // p {
289
+ // margin: 1em 0;
290
+ // }
293
291
 
294
- pre {
295
- white-space: pre;
296
- white-space: pre-wrap;
297
- white-space: pre-line;
298
- word-wrap: break-word;
299
- }
292
+ // pre, code {
293
+ // font-family: Monaco, Courier, monospace;
294
+ // }
300
295
 
301
- table {
302
- border: 0;
303
- border-collapse: collapse;
304
- border-spacing: 0;
305
- empty-cells: show;
306
- }
296
+ // pre {
297
+ // white-space: pre;
298
+ // white-space: pre-wrap;
299
+ // white-space: pre-line;
300
+ // word-wrap: break-word;
301
+ // }
307
302
 
308
- u {
309
- text-decoration: underline;
310
- }
303
+ // table {
304
+ // border: 0;
305
+ // border-collapse: collapse;
306
+ // border-spacing: 0;
307
+ // empty-cells: show;
308
+ // }
311
309
 
312
- ul, ol {
313
- // ------------------------------------------------------------------------
314
- // We don't need list-style on every ul or ol
315
- // Default will be none
316
- // ------------------------------------------------------------------------
317
- list-style: none;
318
- }
310
+ // u {
311
+ // text-decoration: underline;
312
+ // }
313
+
314
+ // ul, ol {
315
+ // // ------------------------------------------------------------------------
316
+ // // We don't need list-style on every ul or ol
317
+ // // Default will be none
318
+ // // ------------------------------------------------------------------------
319
+ // list-style: none;
320
+ // }
319
321
 
320
- li {
322
+ // li {
321
323
 
322
- }
324
+ // }
323
325
 
324
- // ------------------------------------------------------------------------
325
- // Custom styles
326
- // Fixing various corss browser display issues and the clearfix issue :)
327
- // :before and :after will be used only to do awesome tricks not to fix the lyout :)
328
- // ------------------------------------------------------------------------
329
- aside,
330
- div,
331
- dl,
332
- fieldset,
333
- footer,
334
- form,
335
- header,
336
- iframe,
337
- main,
338
- nav,
339
- ul,
340
- ol,
341
- section,
342
- table {
343
- clear: both;
344
- float: left;
345
- width: 100%;
346
- }
326
+ // // ------------------------------------------------------------------------
327
+ // // Custom styles
328
+ // // Fixing various corss browser display issues and the clearfix issue :)
329
+ // // :before and :after will be used only to do awesome tricks not to fix the lyout :)
330
+ // // ------------------------------------------------------------------------
331
+ // aside,
332
+ // div,
333
+ // dl,
334
+ // fieldset,
335
+ // footer,
336
+ // form,
337
+ // header,
338
+ // iframe,
339
+ // main,
340
+ // nav,
341
+ // ul,
342
+ // ol,
343
+ // section,
344
+ // table {
345
+ // clear: both;
346
+ // float: left;
347
+ // width: 100%;
348
+ // }
@@ -1,7 +1,8 @@
1
1
  @import "variables";
2
2
  @import "functions";
3
3
  @import "mixins";
4
- // @import "reset";
5
- // @import "base";
4
+ @import "reset";
5
+ @import "base";
6
6
  @import "components";
7
+ @import "components/config";
7
8
  @import "pages";
@@ -0,0 +1,23 @@
1
+ //variable
2
+ $title-font-color: $light_blue;
3
+
4
+ #captcha-wrapper{
5
+ margin-top: 15px;
6
+ }
7
+
8
+ #captcha-image{
9
+ margin-top: 5px;
10
+ float: left;
11
+ }
12
+
13
+ #captcha-title{
14
+ font-size: 16px;
15
+ color: $title-font-color;
16
+ }
17
+
18
+ #captcha-input{
19
+ float: left;
20
+ margin: 5px 0 0 10px;
21
+ width: 130px;
22
+ @include border-radius;
23
+ }
@@ -0,0 +1 @@
1
+ @import "captcha"
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.1.9.5".freeze
2
+ VERSION = "0.1.9.6".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.1.9.5
4
+ version: 0.1.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
@@ -206,6 +206,8 @@ files:
206
206
  - app/assets/stylesheets/custom/_reset.scss
207
207
  - app/assets/stylesheets/custom/_style.scss
208
208
  - app/assets/stylesheets/custom/_variables.scss
209
+ - app/assets/stylesheets/custom/components/_captcha.scss
210
+ - app/assets/stylesheets/custom/components/_config.scss
209
211
  - app/assets/stylesheets/custom/rules.txt
210
212
  - app/assets/stylesheets/normalize/README.md
211
213
  - app/assets/stylesheets/normalize/component.json