digital_nsw_template 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 106ee563930a102b78f9cadbc6ea38a4ce5d2f480bb63e4f97e275b5e5468159
4
- data.tar.gz: 5906ba1d9c2d5f158ae29dcddf39e0fb258987917d0d13f51c8c001b68fd1888
3
+ metadata.gz: 1ee9e1c75e0df0d12b53b4d2cfff87e29865994988d54a49cbf0c247bbd96a84
4
+ data.tar.gz: 28f45cc81cbf582f3bcfeb895a9d6a91f907c7dbfd1a7931e9c22db56dcd719a
5
5
  SHA512:
6
- metadata.gz: 01e7420a5389746aa95a6bf9489c93e10f73ad55e92e2d02eba606975dfa88ffb7a6401ef1bb2e9f4787c248f47b3abceb7704f43b48ba2f6937dee33d91bc70
7
- data.tar.gz: 796e844ab8dff832863088278f5408747f6db5defa6f12ac764693852bd3dc9cead97fddc344e98dedef8fcefa6b3acdd83d9ad8550a85127a43692ba9411126
6
+ metadata.gz: b15840f56c3902cdb3eb9fc05580632b28331905b93ab8964905c7ed74640c406962995dd63e0f4f1732d8249834cc357751cf7658f0621a4bd16fbad62cc06b
7
+ data.tar.gz: 365a915fd384353294ded3ed044d5c2abf15dcd6bbe188835973119a59c3f40eb0496ac2bd72619708adf1c15f210d94c20ac897daa37b39dcd3bf7ac0301d09
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
@@ -0,0 +1,2 @@
1
+ $nsw-logo-image-path: url('nsw-logo.png') !default;
2
+ $logo-white-image-path: url('logo-white.svg') !default;
@@ -89,7 +89,7 @@ footer.global {
89
89
 
90
90
  a.nsw-gov-logo {
91
91
  display: inline-block;
92
- background: url('logo-white.svg') no-repeat 0;
92
+ background: $logo-white-image-path no-repeat 0;
93
93
  background-size: 6rem;
94
94
  width: 6rem;
95
95
  height: 7rem;
@@ -19,7 +19,7 @@
19
19
  width: 4.5rem;
20
20
  }
21
21
  span.logo {
22
- background: url('nsw-logo.png') no-repeat 0px 0px / cover;
22
+ background: $nsw-logo-image-path no-repeat 0px 0px / cover;
23
23
  text-indent: -9999px;
24
24
 
25
25
  height: 5rem;
@@ -1,6 +1,7 @@
1
1
  @import 'digital_nsw_template/_bootstrap_variables';
2
2
  @import 'bootstrap';
3
3
 
4
+ @import 'digital_nsw_template/_image_paths';
4
5
  @import 'digital_nsw_template/_variables';
5
6
 
6
7
  @import 'digital_nsw_template/patterns/breadcrumbs';
@@ -1,3 +1,3 @@
1
1
  module DigitalNswTemplate
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digital_nsw_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - NSW Department of Finance, Services and Innovation
@@ -58,11 +58,13 @@ executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
+ - ".gitignore"
61
62
  - README.md
62
63
  - assets/images/logo-white.svg
63
64
  - assets/images/nsw-logo.png
64
65
  - assets/stylesheets/digital_nsw_template.scss
65
66
  - assets/stylesheets/digital_nsw_template/_bootstrap_variables.scss
67
+ - assets/stylesheets/digital_nsw_template/_image_paths.scss
66
68
  - assets/stylesheets/digital_nsw_template/_variables.scss
67
69
  - assets/stylesheets/digital_nsw_template/layout/alerts.scss
68
70
  - assets/stylesheets/digital_nsw_template/layout/article.scss