Skip to content

Commit

Permalink
Merge pull request #173 from communitiesuk/update-style
Browse files Browse the repository at this point in the history
Update style
  • Loading branch information
JamesC-MHCLG authored Sep 2, 2024
2 parents 0b81ec0 + 9513c2b commit 50aa24f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gov_uk_dashboards/assets/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -7902,13 +7902,13 @@ main {
display: grid;
padding: 0.7rem;
justify-content: center;
background-color: #1d70b8;
background-color: #f4fa4d;
margin-bottom: 1px;
}

.change-log-banner,
.change-log-banner * {
color: #fff;
color: black;
line-height: 25px;
}

Expand Down
4 changes: 2 additions & 2 deletions gov_uk_dashboards/components/plotly/banners.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def message_banner(category, message, style=None):
category,
className="govuk-tag",
style={
"background": "white",
"color": "#1d70b8",
"background": "black",
"color": "white",
"margin": "0 1rem 0 0",
"lineHeight": "initial",
},
Expand Down
4 changes: 2 additions & 2 deletions scss/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -926,13 +926,13 @@ main {
display: grid;
padding: 0.7rem;
justify-content: center;
background-color: $primary-colour;
background-color: #f4fa4d;
margin-bottom: 1px;
}

.change-log-banner,
.change-log-banner * {
color: #fff;
color: black;
line-height: 25px;
}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author="Department for Levelling Up, Housing and Communities",
description="Provides access to functionality common to creating a data dashboard.",
name="gov_uk_dashboards",
version="11.0.2",
version="11.1.0",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit 50aa24f

Please sign in to comment.