hackathon_manager 0.5.1 → 0.5.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 +4 -4
- data/app/assets/stylesheets/hackathon_manager/forms/_forms.sass +11 -7
- data/app/assets/stylesheets/hackathon_manager/general/_base.sass +1 -0
- data/app/assets/stylesheets/hackathon_manager/general/_header.sass +3 -0
- data/app/assets/stylesheets/hackathon_manager/general/_media-queries.sass +2 -2
- data/app/assets/stylesheets/variables.sass +1 -1
- data/lib/hackathon_manager/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b27c3c17349d92f0eacdfbef93d1817c3b0d83c
|
4
|
+
data.tar.gz: 824c31088ef9273fa8ef2491ace762005777b0a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7a39efbe02bda77884de5b41c94b42b1c90a5d139981aa06b39d57b867263e626abca6408f0b2a8f72c59818323e3077867474d403cf4e61aa168010999ca3c
|
7
|
+
data.tar.gz: 846d2c8dd5c6f39d4b57e74d51ce1cba8c8dcf1db718cfe283fac15a6c5dcfa018084339a9c9e78c57335c235903ed481c49eaf1a3543a95ea9dc10c543ff21f
|
@@ -10,6 +10,10 @@ $form-spacing-horizontal: 9px
|
|
10
10
|
border-radius: 3px
|
11
11
|
box-shadow: 0 6px 35px rgba(0, 0, 0, .1)
|
12
12
|
|
13
|
+
@media screen and (max-width: 400px)
|
14
|
+
margin: -10px -10px 35px -10px
|
15
|
+
padding: 13px 29px
|
16
|
+
|
13
17
|
.section-title
|
14
18
|
margin: 12px 0 5px
|
15
19
|
|
@@ -19,6 +23,10 @@ fieldset
|
|
19
23
|
padding: 0.25em 1.5em 0.5em
|
20
24
|
outline: none
|
21
25
|
|
26
|
+
@media screen and (max-width: 400px)
|
27
|
+
margin-left: -10px
|
28
|
+
margin-right: -10px
|
29
|
+
|
22
30
|
legend
|
23
31
|
background: $black
|
24
32
|
color: $white
|
@@ -145,7 +153,7 @@ input[type=checkbox]
|
|
145
153
|
width: 22px
|
146
154
|
height: 22px
|
147
155
|
padding: 1px
|
148
|
-
margin: 0
|
156
|
+
margin: 0 10px 0 0
|
149
157
|
&::after
|
150
158
|
// Begin FontAwesome's .fa class
|
151
159
|
font: normal normal normal 14px/1 FontAwesome
|
@@ -219,10 +227,6 @@ input[type=submit]
|
|
219
227
|
background: $primary
|
220
228
|
color: $white
|
221
229
|
|
222
|
-
@media screen and (max-width: 680px)
|
223
|
-
#disclaimer, .alert
|
224
|
-
margin-bottom: 30px
|
225
|
-
|
226
230
|
// form wizard
|
227
231
|
.wizard-stage
|
228
232
|
display: none
|
@@ -260,6 +264,8 @@ input[type=submit]
|
|
260
264
|
flex: 1
|
261
265
|
max-width: 310px
|
262
266
|
padding-right: 10px
|
267
|
+
input[type=checkbox]
|
268
|
+
margin-right: 0
|
263
269
|
@media (max-width: 680px)
|
264
270
|
label
|
265
271
|
width: 220px
|
@@ -279,5 +285,3 @@ input[type=submit]
|
|
279
285
|
justify-content: flex-end
|
280
286
|
@media (max-width: 500px)
|
281
287
|
justify-content: flex-start
|
282
|
-
input[type=checkbox]
|
283
|
-
margin-right: 10px
|
@@ -94,7 +94,7 @@ $input--background: $white_pure !default
|
|
94
94
|
$input--text: $grey-dark !default
|
95
95
|
$input--text--placeholder: #d1d3d4 !default
|
96
96
|
|
97
|
-
$input--hint: #d1d3d4 !default
|
97
|
+
$input--hint: darken(#d1d3d4, 10%) !default
|
98
98
|
$input--error--background: $red !default
|
99
99
|
$input--error--text: $white_pure !default
|
100
100
|
$input--required-star: #bcbec0 !default
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hackathon_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stuart Olivera
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-12-
|
11
|
+
date: 2017-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|