Skip to content

Commit

Permalink
i18n improvement to Deployer.json (#560)
Browse files Browse the repository at this point in the history
* Updated Mission-Impact in Deployer.json and in csvs/child_trees to match latest

* Add keys to Deployer.json example Issue-123-1

* Update in CSS to fix default darkmode/blackbody
  • Loading branch information
sei-vsarvepalli authored Apr 16, 2024
1 parent 49a3aeb commit a00adcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/ssvc-calc/Deployer.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
{
"label": "Human Impact",
"decision_type": "complex",
"key": "H",
"children": [
{
"label": "Situated Safety Impact"
Expand Down Expand Up @@ -326,7 +327,8 @@
"color": "#EA3423"
}
],
"label": "Priority"
"label": "Priority",
"key": "P"
} ],
"decisions_table": [
{
Expand Down
5 changes: 4 additions & 1 deletion docs/ssvc-calc/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,15 @@ span.bold {
text-decoration: none;
color: #fefefe;
}
.blackbody .top_fixed {
background-color: rgba(0,0,0,0.9);
}
.top_fixed {
display:none;
position:fixed;
top:10px;
z-index: 1051;
background-color: rgba(0,0,0,0.9);
background-color: #f8f8ff;
height: 100%;
width:75%;
padding:12px;
Expand Down

0 comments on commit a00adcd

Please sign in to comment.