waterfall_bourbon_neat_rails 0.0.1.0 → 0.0.1.1

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: 6fdaf489ca3093204395afd2035e75276bff7924
4
- data.tar.gz: bacfce7786bd4285d101c740dd4c3bb57f6f9697
3
+ metadata.gz: 7662dc1faf4b3e2798dd547797f12858c97b5921
4
+ data.tar.gz: b26e80e5522101858ec7a711fcb6b06f77dfecf9
5
5
  SHA512:
6
- metadata.gz: 24b05128ead4052208a767ddc8ed7c365ccf135a8d529d37b47a934f78c0465a4b1c6801a673d7e523f46188fbda7b4e01644ecc2ab626c962417219d3d30b19
7
- data.tar.gz: 9042012d0bd00bee199a3dc9440df225cc36368d61eebcabf14e4ce542af5a94f8f38179eb6ad79b89a67b3b11bc33323787942e8ef447876ac7994950fbbace
6
+ metadata.gz: 11bb01ab541ab34a4eb475b4c41b45cbf4ae1e0442ae9311f161c73043c4b8fc41e403bc505cb3bf3289ff9b682de546ff5c3fdeab64104701ee65c613f82b69
7
+ data.tar.gz: 1ce8b77b81e896c0f345a538ea894327988ef12e2e584eb8e966ee158eb0bbb85bb82e9114c93c534e34eb0eac55aa03ca7695ef83d76ac396be21e13209d526
@@ -50,95 +50,101 @@ body {
50
50
  height: 100%;
51
51
  }
52
52
 
53
- body#main {
54
- background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
55
- color: #333;
56
- position: relative;
57
- text-align: center;
58
-
59
- div.logo {
60
- width: 430px;
61
- padding: 4% 0px 6%;
62
- margin: 0px auto;
63
- }
64
-
65
- .login {
66
- position: fixed;
67
- bottom: 0px;
53
+ .login {
54
+ position: fixed;
55
+ bottom: 0px;
56
+ width: 100%;
57
+ background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7;
58
+ height: 35%;
59
+ box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
60
+ margin-left: 0.5em;
61
+ z-index: 100;
62
+ color: #FFF;
63
+
64
+ .form {
68
65
  width: 100%;
69
- background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7;
70
- height: 35%;
71
- box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
72
- margin-left: 0.5em;
73
- z-index: 100;
74
- color: #FFF;
75
-
76
- .form {
77
- width: 100%;
78
- overflow: hidden;
66
+ overflow: hidden;
79
67
 
80
- label {
81
- text-align: left;
82
- &.error {
83
- color: rgba(255, 0, 0, 1);
84
- font-weight: 200;
85
- }
86
- }
87
-
88
- .forgot-password {
89
- text-transform: uppercase;
90
- a {
91
- display: block;
92
- float: right;
93
- color: #A8C7E3;
94
- &:hover {
95
- color: #FFF;
96
- }
97
- }
98
- }
99
-
100
- .form-inputs {
101
- margin-top: 1em;
102
- text-align: left;
103
- }
104
-
105
- .form-actions {
106
- width: 28%;
68
+ label {
69
+ text-align: left;
70
+ &.error {
71
+ color: rgba(255, 0, 0, 1);
72
+ font-weight: 200;
107
73
  }
74
+ }
108
75
 
109
- input[type=submit] {
110
- padding: 3px 1em 0px 0px;
111
- display: inline-block;
112
- text-transform: uppercase;
113
- color: #FFF;
114
- font-size: 20px;
115
- border: medium none;
116
- font-family: $font-stack;
117
- font-weight: 400;
118
- margin-left: auto;
119
- background: image-url('login-more-than.png') no-repeat scroll right center transparent;
76
+ .forgot-password {
77
+ text-transform: uppercase;
78
+ a {
79
+ display: block;
80
+ float: right;
81
+ color: #A8C7E3;
120
82
  &:hover {
121
- color: #A8C7E3;
83
+ color: #FFF;
122
84
  }
123
85
  }
124
86
  }
125
87
 
126
- form {
127
- display: inline-block;
128
- width: 25%;
88
+ .form-inputs {
89
+ margin-top: 1em;
90
+ text-align: left;
91
+ }
92
+
93
+ .form-actions {
94
+ width: 28%;
129
95
  }
130
96
 
131
- input {
132
- background: none repeat scroll 0% 0% #FFF;
133
- padding: 0.5em;
134
- color: #0057A7;
135
- border-radius: 5px;
97
+ input[type=submit] {
98
+ padding: 3px 1em 0px 0px;
99
+ display: inline-block;
100
+ text-transform: uppercase;
101
+ color: #FFF;
102
+ font-size: 20px;
136
103
  border: medium none;
137
- width: 100%;
138
104
  font-family: $font-stack;
139
105
  font-weight: 400;
106
+ margin-left: auto;
107
+ background: image-url('login-more-than.png') no-repeat scroll right center transparent;
108
+ &:hover {
109
+ color: #A8C7E3;
110
+ }
140
111
  }
112
+ }
113
+
114
+ form {
115
+ display: inline-block;
116
+ width: 25%;
117
+ }
118
+
119
+ input {
120
+ background: none repeat scroll 0% 0% #FFF;
121
+ padding: 0.5em;
122
+ color: #0057A7;
123
+ border-radius: 5px;
124
+ border: medium none;
125
+ width: 100%;
126
+ font-family: $font-stack;
127
+ font-weight: 400;
128
+ }
129
+
130
+ }
131
+
132
+ .password-reset {
133
+ @extend .login;
134
+ height: 35%;
135
+ color: #333;
136
+ }
137
+
138
+ body#main {
139
+ background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
140
+ color: #333;
141
+ position: relative;
142
+ text-align: center;
141
143
 
144
+ div.logo {
145
+ width: 430px;
146
+ padding: 4% 0px 6%;
147
+ margin: 0px auto;
142
148
  }
143
149
 
144
150
  span {
@@ -188,8 +194,4 @@ body#landing-page {
188
194
  padding: 1% 0% 2% 3%;
189
195
  }
190
196
 
191
- .password-reset {
192
- @extend .login;
193
- }
194
-
195
197
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.1.0".freeze
2
+ VERSION = "0.0.1.1".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.1.0
4
+ version: 0.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.