waterfall_bourbon_neat_rails 0.0.9.9 → 0.1.0

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: 8828ffc707b8260f7f0190b8f241a90ff90488f0
4
- data.tar.gz: c0f2169aab5e73948458ba10a89960e57f7e70e1
3
+ metadata.gz: 5a3545049562d5ffc1647c180988979ea34198ca
4
+ data.tar.gz: 472fc7218758d5ab08a062d20aa4af5ee6eb838c
5
5
  SHA512:
6
- metadata.gz: 5b46fab374815ddf32be29da8ac4a6771c04127399b9906fc078bd60516db4da4455a9783cd0a5ead41c4cffd0b48e2c1c63245167219e5e438f7fd3dabcd8fd
7
- data.tar.gz: 7fa9bb98a9e7fe68a0738deafff8dd3da8a39820a2572325616542583fc0a0e1fe4bcd5273234db459f1273d449b925623a822707a11292febb55737d2adba70
6
+ metadata.gz: e948375ba9f3570deba716563f514007854422e213bb70d766781c6932a3b373a510118de9647b6fe16bd29beb8ae3ca27340683882099d651c06b1fc0baea70
7
+ data.tar.gz: b60908f016d7e1cec2b40649efc5f8a94e2890be28c5d758fc93032cf08d80831c3102717634f52cb1479bafbfd9289eb7bc897b60e5a4c0c1535cfdd10b6a0b
@@ -50,99 +50,100 @@ 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;
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
- .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
+ }
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
- .password-reset {
145
- @extend .login;
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 {
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.9.9".freeze
2
+ VERSION = "0.1.0".freeze
3
3
  end
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.9
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 00:00:00.000000000 Z
11
+ date: 2014-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails