waterfall_bourbon_neat_rails 0.0.7.1 → 0.0.7.2
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: b69d8f43aae5ed7dc4673c5cd361d03130916939
|
4
|
+
data.tar.gz: ff8d349f27450ba4a19d179982a7566dad08dda2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d44a49c441765174151948334e056dbcef82f0cb4410b0d0ba4906d858fe4e83bece46a34044a5f0ec180b03d037ad52c77b7f61e0f6054bc6696cb2b0bf1b0
|
7
|
+
data.tar.gz: ae6805d9c66cb89b565bd4e6c885baef0739047ad17dbab544c487c863f3071a2bf0c7970eb4c0ea54a05a016073fbd79d7c59a0890dbc8bd86b52307b15fd84
|
@@ -67,16 +67,19 @@ body#main {
|
|
67
67
|
color: #FFF;
|
68
68
|
|
69
69
|
.form {
|
70
|
-
|
71
|
-
width: 50%;
|
70
|
+
width: 100%;
|
72
71
|
overflow: hidden;
|
73
72
|
}
|
74
73
|
|
75
74
|
form {
|
76
|
-
|
77
|
-
width:
|
75
|
+
display: inline-block;
|
76
|
+
width: 25%;
|
78
77
|
marging-top: 5%;
|
79
78
|
marging-right: 5%;
|
79
|
+
|
80
|
+
label {
|
81
|
+
text-align: left;
|
82
|
+
}
|
80
83
|
}
|
81
84
|
|
82
85
|
input {
|
@@ -86,19 +89,28 @@ body#main {
|
|
86
89
|
border-radius: 5px;
|
87
90
|
border: medium none;
|
88
91
|
width: 100%;
|
89
|
-
font-family:
|
92
|
+
font-family: $font-stack;
|
90
93
|
font-weight: 400;
|
91
94
|
}
|
92
95
|
|
96
|
+
.form-inputs {
|
97
|
+
text-align: left;
|
98
|
+
}
|
99
|
+
|
100
|
+
.form-actions {
|
101
|
+
text-align: right;
|
102
|
+
}
|
103
|
+
|
93
104
|
input[type=submit] {
|
94
105
|
padding: 0px 1em 0px 0px;
|
95
106
|
text-transform: uppercase;
|
107
|
+
color: #FFF;
|
96
108
|
font-size: 20px;
|
97
109
|
border: medium none;
|
98
|
-
font-family:
|
110
|
+
font-family: $font-stack;
|
99
111
|
font-weight: 400;
|
100
112
|
margin-left: auto;
|
101
|
-
|
113
|
+
background: image-url('login-more-than.png') no-repeat scroll right center transparent;
|
102
114
|
}
|
103
115
|
|
104
116
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
$font-stack: "Open Sans", Helvetica, Arial, sans-serif;
|
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.7.
|
4
|
+
version: 0.0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
@@ -205,6 +205,7 @@ files:
|
|
205
205
|
- app/assets/stylesheets/partials/_footer.scss
|
206
206
|
- app/assets/stylesheets/partials/_layout.scss
|
207
207
|
- app/assets/stylesheets/partials/_nav.scss
|
208
|
+
- app/assets/stylesheets/partials/_variables.scss
|
208
209
|
- app/assets/stylesheets/waterfall_bourbon_neat_rails.css.scss
|
209
210
|
- app/assets/stylesheets/waterfall_bourbon_neat_rails/application.scss
|
210
211
|
- app/views/layouts/application.html.slim
|