waterfall_bourbon_neat_rails 0.0.6.8 → 0.0.6.9

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: e0984273eb99d537e270cf27dede0803ad4124cf
4
- data.tar.gz: 7dfdbb6ba8bf903b8993ebb9ca71f64a16f0c0f7
3
+ metadata.gz: 7200f265f19e7270527c015e86631bcc90f79855
4
+ data.tar.gz: 8732ae84b4dbfe282596d369d585718753f5a9f9
5
5
  SHA512:
6
- metadata.gz: 5a680f14a9f9567b78c54d02f098d296cdc3f59de82056bfb9d19bf5b5d4558c6a5fbfdedb3dcdea5a1bf6b00e0dae7ddbde05dda39c9e5d3ab522cfa3d31db0
7
- data.tar.gz: ca0735bc283fbc2da355c80a3b135bc6fb0aa2cba718ff228a4d67850594d40ff7bade30b83691d2c18db6d270cbf1bffa4e39536af78d274cd4614e8f91a62f
6
+ metadata.gz: c2c6e735f310ed7cfc3afd2f0afefa0039d13996600d6e7072817e37eeb27b0ef596a9d2a17709649d2b2cb2de9b3d9325dbdc4ac24d20579718f9770aa3b63e
7
+ data.tar.gz: cf983b2143badbc0ccb7acadac3e487d7222940fb0f83c7586d4f5c85bbce5413f3107ced6bb3e92acdfb2d5ae2ea2a20f3a1163d38aa6ed8713506db5ba859b
@@ -43,8 +43,14 @@ body#main {
43
43
  position: relative;
44
44
  text-align: center;
45
45
 
46
- img.logo {
47
- margin-top: 20px;
46
+
47
+ div.logo {
48
+ width: 430px;
49
+ padding: 4% 0px 6%;
50
+ margin: 0px auto;
51
+ img.logo {
52
+ margin-top: 20px;
53
+ }
48
54
  }
49
55
 
50
56
  div#login {
@@ -59,13 +65,13 @@ body#main {
59
65
  color: #FFF;
60
66
 
61
67
  .form {
62
- float: left;
68
+ //float: left;
63
69
  width: 50%;
64
70
  overflow: hidden;
65
71
  }
66
72
 
67
73
  form {
68
- float: right;
74
+ //float: right;
69
75
  width: 50%;
70
76
  marging-right: 5%;
71
77
  }
@@ -80,36 +86,39 @@ body#main {
80
86
  font-family: "Open Sans",helvetica,Arial,sans-serif;
81
87
  font-weight: 400;
82
88
  }
83
-
89
+ /*
84
90
  input[type=submit] {
85
91
  padding: 0px 1em 0px 0px;
86
92
  text-transform: uppercase;
87
- color: #FFF;
88
93
  font-size: 20px;
89
94
  border: medium none;
90
95
  font-family: "Open Sans",helvetica,Arial,sans-serif;
91
96
  font-weight: 400;
92
97
  margin-left: auto;
93
98
  }
94
-
99
+ */
95
100
  }
96
101
 
97
- span.not-bold {
102
+ span {
98
103
  display: block;
99
- font-size: 18px;
100
- line-height: 24px;
101
- font-weight: 280;
102
104
  text-transform: uppercase;
103
105
  color: #FFF;
104
- }
105
106
 
106
- span.bold {
107
- display: block;
108
- font-weight: 750;
109
- font-size: 43px;
110
- line-height: 52px;
111
- margin: 0.25em 0px;
112
- color: #FFF;
113
- }
107
+ .not-bold {
108
+ font-size: 20px;
109
+ line-height: 24px;
110
+ font-weight: 230;
111
+ text-transform: uppercase;
112
+ color: #FFF;
113
+ }
114
+
115
+ .bold {
116
+ font-weight: 650;
117
+ font-size: 40px;
118
+ line-height: 52px;
119
+ margin: 0.25em 0px;
120
+ text-transform: uppercase;
121
+ color: #FFF;
122
+ }
114
123
 
115
124
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.6.8".freeze
2
+ VERSION = "0.0.6.9".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.6.8
4
+ version: 0.0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.