diff --git a/rpg-docs/client/views/character/characterSheet.html b/rpg-docs/client/views/character/characterSheet.html
index 07f8c939..d8e58d41 100644
--- a/rpg-docs/client/views/character/characterSheet.html
+++ b/rpg-docs/client/views/character/characterSheet.html
@@ -19,12 +19,12 @@
- {{> stats}}
- {{> features}}
- {{> inventory}}
- {{> spells}}
- {{> persona}}
- {{> journal}}
+
+
+
+
+
+
diff --git a/rpg-docs/client/views/character/features/features.css b/rpg-docs/client/views/character/features/features.css
index 5e44d371..6fd9cc19 100644
--- a/rpg-docs/client/views/character/features/features.css
+++ b/rpg-docs/client/views/character/features/features.css
@@ -17,3 +17,17 @@
.containerMain.featureDescription {
white-space: pre-line;
}
+
+.resourceCards paper-shadow.healthCard {
+ width: 100%;
+ padding: 0 16px 0 0;
+}
+
+.healthCard paper-slider{
+ width: 100%;
+}
+
+#hitPointSlider::shadow #sliderBar::shadow #activeProgress {
+ background-color: #0f9d58;
+ height: 50px;
+}
diff --git a/rpg-docs/client/views/character/features/features.html b/rpg-docs/client/views/character/features/features.html
index 5398491e..6491b5e0 100644
--- a/rpg-docs/client/views/character/features/features.html
+++ b/rpg-docs/client/views/character/features/features.html
@@ -2,6 +2,14 @@