Skip to content

Commit 8a00307

Browse files
author
j-corry
committed
- Update design system gem to latest
- Remove override for footer margins (this is now handled by the gem)
1 parent ef89ae5 commit 8a00307

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'cgi'
99
gem 'fiddle'
1010
gem "pg"
1111
gem "propshaft"
12-
gem "library_design", github: "ukparliament/design-assets", glob: 'library_design/*.gemspec', tag: "0.6.4"
12+
gem "library_design", github: "ukparliament/design-assets", glob: 'library_design/*.gemspec', tag: "0.6.10"
1313
gem "importmap-rails"
1414
gem "haml"
1515
gem "turbo-rails"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GIT
22
remote: https://github.com/ukparliament/design-assets.git
3-
revision: 88687369f401dc8f5c666712d37eda3da567ee15
4-
tag: 0.6.4
3+
revision: 8204acf7e6525a7681e554fecce663e83242c94d
4+
tag: 0.6.10
55
glob: library_design/*.gemspec
66
specs:
7-
library_design (0.6.4)
7+
library_design (0.6.10)
88
rack-cors (~> 3.0.0)
99

1010
GEM

app/assets/stylesheets/application.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ p:last-child {
99
margin-bottom: 0;
1010
}
1111

12-
/* override footer margins */
13-
footer.p-footer > div.container > div.row {
14-
margin-left: 0;
15-
margin-right: 0;
16-
}
17-
1812
/* override showing nav placeholder in header as search isn't using a header nav at all */
1913
nav#header-nav {
2014
display: none;

0 commit comments

Comments
 (0)