Skip to content

Commit

Permalink
Slightly better strategy styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gsproston-scottlogic committed Aug 2, 2023
1 parent 309c04e commit 76bc8b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/StrategyBox/StrategyMechanism.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
border-style: solid;
border-width: 1px;
padding: 6px;
margin: 1px;
margin-bottom: 8px;
cursor: default;
}

.strategy-mechanism:hover {
border-color: #444;
border-width: 2px;
margin: 0px;
margin-bottom: 7px;
}

.strategy-mechanism-header {
Expand Down

0 comments on commit 76bc8b5

Please sign in to comment.