waterfall_bourbon_neat_rails 0.0.9.9 → 0.1.0
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: 5a3545049562d5ffc1647c180988979ea34198ca
|
4
|
+
data.tar.gz: 472fc7218758d5ab08a062d20aa4af5ee6eb838c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e948375ba9f3570deba716563f514007854422e213bb70d766781c6932a3b373a510118de9647b6fe16bd29beb8ae3ca27340683882099d651c06b1fc0baea70
|
7
|
+
data.tar.gz: b60908f016d7e1cec2b40649efc5f8a94e2890be28c5d758fc93032cf08d80831c3102717634f52cb1479bafbfd9289eb7bc897b60e5a4c0c1535cfdd10b6a0b
|
@@ -50,99 +50,100 @@ 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;
|
79
|
-
|
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
|
-
}
|
66
|
+
overflow: hidden;
|
99
67
|
|
100
|
-
|
101
|
-
|
102
|
-
|
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
|
+
}
|
141
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;
|
142
128
|
}
|
143
129
|
|
144
|
-
|
145
|
-
|
130
|
+
}
|
131
|
+
|
132
|
+
.password-reset {
|
133
|
+
@extend .login;
|
134
|
+
height: 45%;
|
135
|
+
}
|
136
|
+
|
137
|
+
body#main {
|
138
|
+
background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
|
139
|
+
color: #333;
|
140
|
+
position: relative;
|
141
|
+
text-align: center;
|
142
|
+
|
143
|
+
div.logo {
|
144
|
+
width: 430px;
|
145
|
+
padding: 4% 0px 6%;
|
146
|
+
margin: 0px auto;
|
146
147
|
}
|
147
148
|
|
148
149
|
span {
|
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
|
4
|
+
version: 0.1.0
|
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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|