waterfall_bourbon_neat_rails 0.0.9.1 → 0.0.9.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f34abe4bea684a6eea7805ed7eaf1c09245c9212
|
4
|
+
data.tar.gz: faefb4f7df054331fb9ec62eae8610e9b275acff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd3d66714924435bcc7de75c234cd1f80085b873e9ade6e26f7b15802ef0b14c72e8c7181e5c6ef39caa0c7f8b929bdb52dedf20347d4641c0e2fcf3d349c24e
|
7
|
+
data.tar.gz: bc05987d6141ee60612b56d430303628faf57a4cd90755c6c5c1e154536ab8e1a8e2ce2c69f391661bdabb2448845900e3ca62cf95b2e7a363e9dbc1e020d807
|
@@ -62,7 +62,7 @@ body#main {
|
|
62
62
|
margin: 0px auto;
|
63
63
|
}
|
64
64
|
|
65
|
-
div#login {
|
65
|
+
div#login #password-reset{
|
66
66
|
position: fixed;
|
67
67
|
bottom: 0px;
|
68
68
|
width: 100%;
|
@@ -88,6 +88,16 @@ body#main {
|
|
88
88
|
#form-inputs {
|
89
89
|
margin-top: 1em;
|
90
90
|
text-align: left;
|
91
|
+
|
92
|
+
&.password a {
|
93
|
+
display: block;
|
94
|
+
float: right;
|
95
|
+
color: #A8C7E3;
|
96
|
+
|
97
|
+
&:hover {
|
98
|
+
color: #FFF;
|
99
|
+
}
|
100
|
+
}
|
91
101
|
}
|
92
102
|
|
93
103
|
#form-actions {
|
@@ -106,6 +116,9 @@ body#main {
|
|
106
116
|
font-weight: 400;
|
107
117
|
margin-left: auto;
|
108
118
|
background: image-url('login-more-than.png') no-repeat scroll right center transparent;
|
119
|
+
&:hover {
|
120
|
+
color: #A8C7E3;
|
121
|
+
}
|
109
122
|
}
|
110
123
|
|
111
124
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.9.
|
4
|
+
version: 0.0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|