moj_internal_template 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 866336e3ff759c7290ea517540326afb4340f252
4
- data.tar.gz: 0fa9890379f29de423baf9d46ce1534c8e33d3ea
3
+ metadata.gz: 2006f9489c87292a7ae11394744a7895a932235f
4
+ data.tar.gz: 1e0677d623f83ca9a93cf34961ae27d1f21b41ae
5
5
  SHA512:
6
- metadata.gz: b29fab8ef334a43f76b34df2775c3dbda5ae5cc8cfbe6f847953ef50b43d3203f738ef2dd39ddf3a1e1371be7942895dbb8fa88d43aa426d851acfe956ce5f26
7
- data.tar.gz: ecd2dc444c45f6160c89c709d53cbd7db0aeb31ef928acc53b292a46c74ee75c2e67b0813c6aa34577e522f62fee654374ddc12d9693497af1562b98a53f0e1e
6
+ metadata.gz: 1cee3db764fccca039fca5a21f54b478acb745ada7ab08b0731d6deb4d72180c2caf66337ccd6ff1bf1bc53d9c35ca87df9086c0304c1ddb276bd1c50bba6c70
7
+ data.tar.gz: a235da7beb5b84f121b4526cd56f8aa9b7819a6014e82b356cfbfa790d12797c0fed4df83bc4618c1e2b1106f22ae504fe3e023e6a3928e2485979e80c9c6ea2
@@ -1,31 +1,6 @@
1
1
  // Typography
2
2
  // ==========================================================================
3
3
 
4
- // Increase the base font size to 19px
5
- // Using the core-19 mixin from the govuk_toolkit _typography.scss file
6
-
7
- @import "fonts";
8
-
9
- @mixin bliss() {
10
- font-family: "Bliss2", Arial, sans-serif;
11
- }
12
-
13
- body {
14
- @include core-19;
15
- @include bliss;
16
- }
17
-
18
- // override things that don't inherit their font
19
- .form-control,
20
- .form-label,
21
- .form-label-bold,
22
- #global-cookie-message p,
23
- button.button,
24
- table th,
25
- table td {
26
- @include bliss;
27
- }
28
-
29
4
  // Text
30
5
  p {
31
6
  margin-top: em(5, 16 );
@@ -1,3 +1,3 @@
1
1
  module MojInternalTemplate
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moj_internal_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Battley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-30 00:00:00.000000000 Z
11
+ date: 2015-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
@@ -101,9 +101,8 @@ executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
- - app/assets/fonts/Bliss2Rg.eot
105
- - app/assets/fonts/Bliss2Rg.ttf
106
- - app/assets/fonts/Bliss2Rg.woff
104
+ - LICENCE.txt
105
+ - README.md
107
106
  - app/assets/images/moj_logo_horizontal_36x246.png
108
107
  - app/assets/javascripts/modules/moj.cookie-message.js
109
108
  - app/assets/javascripts/modules/moj.tabs.js
@@ -124,13 +123,12 @@ files:
124
123
  - app/assets/stylesheets/elements/forms/_form-chunky-labels.scss
125
124
  - app/assets/stylesheets/elements/forms/_form-date-of-birth.scss
126
125
  - app/assets/stylesheets/elements/forms/_form-validation.scss
127
- - app/assets/stylesheets/moj/_fonts.scss
128
- - app/assets/stylesheets/moj/_header.scss
129
- - app/assets/stylesheets/moj/_typography.scss
130
126
  - app/assets/stylesheets/moj-internal-ie6.scss
131
127
  - app/assets/stylesheets/moj-internal-ie7.scss
132
128
  - app/assets/stylesheets/moj-internal-ie8.scss
133
129
  - app/assets/stylesheets/moj-internal.scss
130
+ - app/assets/stylesheets/moj/_header.scss
131
+ - app/assets/stylesheets/moj/_typography.scss
134
132
  - app/helpers/moj_helper.rb
135
133
  - app/views/layouts/moj_internal_template.html.erb
136
134
  - app/views/layouts/partials/_body_classes.html.erb
@@ -141,11 +139,9 @@ files:
141
139
  - app/views/layouts/partials/_header_class.html.erb
142
140
  - app/views/layouts/partials/_page_title.html.erb
143
141
  - app/views/layouts/partials/_phase.html.erb
142
+ - lib/moj_internal_template.rb
144
143
  - lib/moj_internal_template/engine.rb
145
144
  - lib/moj_internal_template/version.rb
146
- - lib/moj_internal_template.rb
147
- - LICENCE.txt
148
- - README.md
149
145
  homepage: https://github.com/ministryofjustice/moj_internal_template
150
146
  licenses:
151
147
  - MIT
@@ -156,17 +152,17 @@ require_paths:
156
152
  - lib
157
153
  required_ruby_version: !ruby/object:Gem::Requirement
158
154
  requirements:
159
- - - '>='
155
+ - - ">="
160
156
  - !ruby/object:Gem::Version
161
157
  version: '0'
162
158
  required_rubygems_version: !ruby/object:Gem::Requirement
163
159
  requirements:
164
- - - '>='
160
+ - - ">="
165
161
  - !ruby/object:Gem::Version
166
162
  version: '0'
167
163
  requirements: []
168
164
  rubyforge_project:
169
- rubygems_version: 2.0.14
165
+ rubygems_version: 2.2.2
170
166
  signing_key:
171
167
  specification_version: 4
172
168
  summary: MoJ internal template
Binary file
Binary file
Binary file
@@ -1,7 +0,0 @@
1
- @font-face {
2
- font-family: 'Bliss2';
3
- src: font-url('Bliss2Rg.eot'); /* IE9 Compat Modes */
4
- src: font-url('Bliss2Rg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
- font-url('Bliss2Rg.woff') format('woff'), /* Modern Browsers */
6
- font-url('Bliss2Rg.ttf') format('truetype') /* Safari, Android, iOS */
7
- }