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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7200f265f19e7270527c015e86631bcc90f79855
|
4
|
+
data.tar.gz: 8732ae84b4dbfe282596d369d585718753f5a9f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
47
|
-
|
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
|
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
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
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
|
}
|