diff --git a/scoring/static/scoring/scss/main.scss b/scoring/static/scoring/scss/main.scss index 2a1e1a13..d12ffdea 100644 --- a/scoring/static/scoring/scss/main.scss +++ b/scoring/static/scoring/scss/main.scss @@ -64,3 +64,4 @@ @import "toggle-buttons"; @import "loading-shimmer"; @import "open-graph-preview"; +@import "years"; diff --git a/scoring/static/scoring/scss/navbar.scss b/scoring/static/scoring/scss/navbar.scss index 9dd433c1..5320dcb1 100644 --- a/scoring/static/scoring/scss/navbar.scss +++ b/scoring/static/scoring/scss/navbar.scss @@ -79,10 +79,9 @@ padding: 1rem 15px 1rem 45px; margin: 0 -15px; width: 100vw; - background-image: url('../img/hamburger-black.svg'); + border: none; + background: #fff url('../img/hamburger-black.svg') 15px 50% no-repeat; background-size: 1rem; - background-repeat: no-repeat; - background-position: 15px 50%; &:focus { background-color: $color-scorecard-yellow; @@ -97,4 +96,8 @@ display: block; } } + + .list-group { + --bs-list-group-color: #{$link-color}; + } } diff --git a/scoring/static/scoring/scss/years.scss b/scoring/static/scoring/scss/years.scss new file mode 100644 index 00000000..632edd81 --- /dev/null +++ b/scoring/static/scoring/scss/years.scss @@ -0,0 +1,23 @@ +.year-2025 { + $shades: ( + "100": $primary2025-100, + "200": $primary2025-200, + "300": $primary2025-300, + "400": $primary2025-400, + "500": $primary2025-500, + "600": $primary2025-600, + "700": $primary2025-700, + "800": $primary2025-800, + "900": $primary2025-900 + ); + + .bg-primary { + background-color: $primary2025-500 !important; + } + + @each $n, $shade in $shades { + .bg-primary-#{$n} { + background-color: $shade !important; + } + } +} diff --git a/scoring/templates/scoring/includes/main-filter-methodology.html b/scoring/templates/scoring/includes/main-filter-methodology.html index c389a6f9..55b99634 100644 --- a/scoring/templates/scoring/includes/main-filter-methodology.html +++ b/scoring/templates/scoring/includes/main-filter-methodology.html @@ -1,4 +1,4 @@ -
Or show questions by type of council
diff --git a/scoring/templates/scoring/methodology.html b/scoring/templates/scoring/methodology.html index 91b6325d..cca29856 100644 --- a/scoring/templates/scoring/methodology.html +++ b/scoring/templates/scoring/methodology.html @@ -25,7 +25,7 @@If you're interested in volunteering with us, to support others to use the Action Scorecards or help us mark the next Action Scorecards, register your interest here.
-You can see the draft methodology explanation text in pdf format here. You can also view the questions and criteria in spreadsheet format here. This information is identical to this website.
+You can see the draft methodology explanation text in pdf format here. You can also view the questions and criteria in spreadsheet format here. This information is identical to this website.