waterfall_bourbon_neat_rails 0.0.1.0 → 0.0.1.1
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: 7662dc1faf4b3e2798dd547797f12858c97b5921
|
4
|
+
data.tar.gz: b26e80e5522101858ec7a711fcb6b06f77dfecf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11bb01ab541ab34a4eb475b4c41b45cbf4ae1e0442ae9311f161c73043c4b8fc41e403bc505cb3bf3289ff9b682de546ff5c3fdeab64104701ee65c613f82b69
|
7
|
+
data.tar.gz: 1ce8b77b81e896c0f345a538ea894327988ef12e2e584eb8e966ee158eb0bbb85bb82e9114c93c534e34eb0eac55aa03ca7695ef83d76ac396be21e13209d526
|
@@ -50,95 +50,101 @@ body {
|
|
50
50
|
height: 100%;
|
51
51
|
}
|
52
52
|
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
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
|
-
|
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
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
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
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
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: #
|
83
|
+
color: #FFF;
|
122
84
|
}
|
123
85
|
}
|
124
86
|
}
|
125
87
|
|
126
|
-
form {
|
127
|
-
|
128
|
-
|
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
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
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
|
}
|