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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58699607decfaf84ea693f29ab37067945c5347b
4
- data.tar.gz: a3ec0a330ce7e738fb8b9766b73d488f9f9810a2
3
+ metadata.gz: 3b27c3c17349d92f0eacdfbef93d1817c3b0d83c
4
+ data.tar.gz: 824c31088ef9273fa8ef2491ace762005777b0a0
5
5
  SHA512:
6
- metadata.gz: 337c81e6ede9a78132af38491cc7b4963f1285e99524fb56d519b20bac18160918b718f475e81c79e59fbe52a84c62f75c48c19744cbad2b0f23aefc8805df2c
7
- data.tar.gz: e87feef15f2d4d035587d7de9b02ef87583c169b87f51cce078044b72ccbd87e724464539ec8af90544e21d3509fe0d8f332486fcaeb189e1a46c4607aab858f
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
@@ -54,6 +54,7 @@ a.underline
54
54
  .section-title
55
55
  color: $section-title--text
56
56
  font-size: 2.1rem
57
+ line-height: 1.2
57
58
  text-align: left
58
59
  &.white
59
60
  color: $white
@@ -39,6 +39,9 @@ $account-nav-padding-vert: 15px
39
39
  max-width: 670px
40
40
  padding: 0 5px
41
41
  overflow: hidden
42
+ @media (max-width: 700px)
43
+ padding-left: 10px
44
+ padding-right: 10px
42
45
 
43
46
  .account-nav__links
44
47
  display: flex
@@ -26,8 +26,8 @@
26
26
  padding-right: 0
27
27
 
28
28
  .section
29
- padding-bottom: 70px
30
- padding-top: 70p
29
+ padding-bottom: 50px
30
+ padding-top: 35px
31
31
 
32
32
  #faq
33
33
  dd
@@ -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
@@ -1,3 +1,3 @@
1
1
  module HackathonManager
2
- VERSION = '0.5.1'.freeze
2
+ VERSION = '0.5.2'.freeze
3
3
  end
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.1
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-17 00:00:00.000000000 Z
11
+ date: 2017-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails