waterfall_bourbon_neat_rails 1.1.3 → 1.1.4

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: 2046ac83744d510552b412b812d7afee8ddb6827
4
- data.tar.gz: a8a541726a932416f08d284e5643d25afb3d8981
3
+ metadata.gz: 5941e8b1f119bd97c4a353eeb5671adb9fe79f98
4
+ data.tar.gz: 0d86bc9f66e8e8ea5097dfa5fa48953dfb1e7987
5
5
  SHA512:
6
- metadata.gz: 9cf6490f5a556170fbbfc672bc420c328e5eb3fe0c5b24997178fec3bb089a1545e63976a4c0e9df28561fcfe6a2722fb5633b0b5d565d1caa219ad2a41b0dd1
7
- data.tar.gz: 828c6ba919348d59f9904e83b89af7805b18ef2c335b20d91707de3bbe239a95b865866ddb3aef2aa0fb8911d93f9b35ff7feb2dabdf78dbc69e21ec726965d9
6
+ metadata.gz: 54dc310e1f4dca0e265f5d22fc6fbe8347542fae6c6a817edab9137003be2d308210decd75f49fbf13e0af1cdc6de2a7508d2a9fae0cbad6c4298a2502aa7b47
7
+ data.tar.gz: 9a18e0a0003facb6a659732967bde8630e506662e8b8d906dd9e8ea85ece8083ce3feaafbe7105ed3ca4cbc4be1c6c7ffc927420e9fd4cd4c22fde20b0b89972
@@ -86,41 +86,40 @@ body#main{
86
86
  }
87
87
  }
88
88
  .content{
89
- .password-reset{
90
-
91
- form{
92
- display: block;
93
- @include clearfix;
94
- .form_actions{
95
- padding: 10px;
96
- @include clearfix;
97
- input, .btn_back{
98
- @include btn(#fff, 120px, 40px, 1.3em, transparent,transparent,$sky_blue);
99
- border:none!important;
100
- float: left;
101
- }
102
- .btn_back{
103
- float: right;
104
- position: relative;
89
+ // .password-reset{
90
+ // form{
91
+ // display: block;
92
+ // @include clearfix;
93
+ // .form_actions{
94
+ // padding: 10px;
95
+ // @include clearfix;
96
+ // input, .btn_back{
97
+ // @include btn(#fff, 120px, 40px, 1.3em, transparent,transparent,$sky_blue);
98
+ // border:none!important;
99
+ // float: left;
100
+ // }
101
+ // .btn_back{
102
+ // float: right;
103
+ // position: relative;
105
104
 
106
- span:hover{
107
- color:$sky_blue;
108
- }
105
+ // span:hover{
106
+ // color:$sky_blue;
107
+ // }
109
108
 
110
- .arrow{
111
- @include rotate(45deg);
112
- position: absolute;
113
- width: 15px;
114
- height: 15px;
115
- left: 0;
116
- top: 12px;
117
- border-left: solid 1px white;
118
- border-bottom: solid 1px white;
119
- }
120
- }
121
- }
122
- }
123
- }
109
+ // .arrow{
110
+ // @include rotate(45deg);
111
+ // position: absolute;
112
+ // width: 15px;
113
+ // height: 15px;
114
+ // left: 0;
115
+ // top: 12px;
116
+ // border-left: solid 1px white;
117
+ // border-bottom: solid 1px white;
118
+ // }
119
+ // }
120
+ // }
121
+ // }
122
+
124
123
  // .registration_container{
125
124
  // @include outer-container;
126
125
  // @include pad(20px 0);
@@ -300,14 +299,14 @@ body#landing-page{
300
299
  }
301
300
 
302
301
  .url__item{
303
- height: 40px;
304
-
305
- @include span-columns(6 of 8);
306
- @include shift(1);
307
- @include border(solid, 1px, $sky_blue);
308
- @include border-radius;
309
- @include pad(0 0 0 5px);
310
- }
302
+ height: 40px;
303
+
304
+ @include span-columns(6 of 8);
305
+ @include shift(1);
306
+ @include border(solid, 1px, $sky_blue);
307
+ @include border-radius;
308
+ @include pad(0 0 0 5px);
309
+ }
311
310
  }
312
311
 
313
312
  form{
@@ -334,20 +333,20 @@ body#landing-page{
334
333
  @include shift(1);
335
334
  }
336
335
 
337
- .form_actions{;
338
- @include clearfix;
339
- color: $light_blue;
336
+ // .form_actions{;
337
+ // @include clearfix;
338
+ // color: $light_blue;
340
339
 
341
- input, .btn_back {
342
- @include btn(#fff, 120px, 40px,1em, $light_blue, transparent, $light_blue);
343
- }
344
- input{
345
- float: left;
346
- }
347
- .btn_back {
348
- float: right;
349
- }
350
- }
340
+ // input, .btn_back {
341
+ // @include btn(#fff, 120px, 40px,1em, $light_blue, transparent, $light_blue);
342
+ // }
343
+ // input{
344
+ // float: left;
345
+ // }
346
+ // .btn_back {
347
+ // float: right;
348
+ // }
349
+ // }
351
350
  }
352
351
  }
353
352
  .footer{
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.1.3".freeze
2
+ VERSION = "1.1.4".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: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.