mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-24 03:01:40 -07:00
Change map legend color key (#732)
* Change map legend color key - make legend key a circle - remove blue border in legend - remove blue border in color key of side panel * Add space in CBG sub-headings - update snaphots * Add state to the AreaDetail component - add useState to track the community of focus - add useEffect to control rendering - remove getCategorization() - clean up all SASS around 'prioritization' - add snapshots
This commit is contained in:
parent
77a5f179a9
commit
94095ff4c2
6 changed files with 67 additions and 104 deletions
|
@ -19,10 +19,8 @@ $alertInfoColor: #e7f6f8;
|
|||
.colorSwatch {
|
||||
flex: 1 0 2rem;
|
||||
box-sizing: border-box;
|
||||
height: 1.7rem;
|
||||
width: 1.7rem;
|
||||
height: 2rem;
|
||||
margin: 2rem 1.5rem 2rem 0;
|
||||
border-radius: 50%;
|
||||
background-color: $max-color;
|
||||
border: 2px solid $featureSelectBorderColor;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue