From 32cfe52c89164825a68efa627a4a835bbe4f3f9b Mon Sep 17 00:00:00 2001 From: mitch Date: Tue, 19 Apr 2022 23:26:49 -0400 Subject: [PATCH] CT-39 Feature: Add highlightning around each unit on force.html --- .../force/force-mobile.component.html | 34 +++++++++---------- src/main/webapp/content/scss/global.scss | 1 + 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/main/webapp/app/entities/force/force-mobile.component.html b/src/main/webapp/app/entities/force/force-mobile.component.html index 7a876d84..a479fc80 100644 --- a/src/main/webapp/app/entities/force/force-mobile.component.html +++ b/src/main/webapp/app/entities/force/force-mobile.component.html @@ -1,62 +1,62 @@ -
-
-
{{ unitLocal.unit.unitName }}
+
+
+
Unit Name: {{ unitLocal.unit.unitName }}

-
{{ unitLocal.unit.warlordTraits }}
+
Warlord Traits: {{ unitLocal.unit.warlordTraits }}
-
{{ unitLocal.unit.psychicPowersTaken }}
+
Psychic Powers {{ unitLocal.unit.psychicPowersTaken }}
-
{{ unitLocal.unit.relics }}
+
Relics: {{ unitLocal.unit.relics }}
-
{{ unitLocal.unit.battleHonours }}
+
Battle Honours: {{ unitLocal.unit.battleHonours }}
-
{{ unitLocal.unit.battleScars }}
+
Battle Scars: {{ unitLocal.unit.battleScars }}
- Units Destroyed: {{unitLocal.unitsDestroyed}} + Units Destroyed: {{unitLocal.unitsDestroyed}}
- Agenda 1: {{unitLocal.agendaOneTally}} + Agenda 1: {{unitLocal.agendaOneTally}}
- Agenda 2: {{unitLocal.agendaTwoTally}} + Agenda 2: {{unitLocal.agendaTwoTally}}
- Agenda 3: {{unitLocal.agendaThreeTally}} + Agenda 3: {{unitLocal.agendaThreeTally}}
- EXP: {{unitLocal.experience}} + EXP: {{unitLocal.experience}}
-
Is Dead: +
Is Dead:
-
Marked for Greatness: +
Marked for Greatness:
@@ -75,10 +75,10 @@ class="btn btn-danger">Clear    
diff --git a/src/main/webapp/content/scss/global.scss b/src/main/webapp/content/scss/global.scss index 0f68be78..ebefb560 100644 --- a/src/main/webapp/content/scss/global.scss +++ b/src/main/webapp/content/scss/global.scss @@ -206,6 +206,7 @@ entity detail page css width: 60px; background-color: whitesmoke; color: black; + font-weight: normal; border: 1px solid black; } -- 2.45.2