Rename CSS classes for consistency

This prefixes everything to do with areas/the map with `area-list`, so
from looking at one element you know which `.scss` file will contain the
relevant code.
This commit is contained in:
Chris Hill-Scott
2020-10-05 13:47:21 +01:00
parent d3a599a3d5
commit 3f338d45ca
5 changed files with 14 additions and 12 deletions

View File

@@ -78,12 +78,12 @@
}
#map {
#area-list-map {
z-index: 50;
margin-bottom: govuk-spacing(4);
}
.area-key {
.area-list-key {
display: inline-block;
position: relative;
@@ -133,7 +133,8 @@
}
.map-details {
.area-list-map-details {
.govuk-details__summary {
display: block;
padding-top: govuk-spacing(1);
@@ -147,4 +148,5 @@
border-bottom: 1px solid $border-colour;
margin-top: -1px;
}
}