diff --git a/frontend/src/app/components/address/address.component.html b/frontend/src/app/components/address/address.component.html index fa9e14651..6111075e4 100644 --- a/frontend/src/app/components/address/address.component.html +++ b/frontend/src/app/components/address/address.component.html @@ -66,9 +66,14 @@
-
- -
+ + +
+
+
+
+
+
@@ -81,13 +86,6 @@
- -
-
-
-
-
-
@@ -155,3 +153,9 @@ Confidential + + +
+ +
+
diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 1450fe1d3..c0ff29889 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -200,9 +200,13 @@
-
- -
+ +
+
+
+
+
+
@@ -215,14 +219,6 @@
- - -
-
-
-
-
-
@@ -281,6 +277,12 @@ + +
+ +
+
+
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index aee1456e4..318cd03d5 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -655,6 +655,10 @@ h1, h2, h3 { background-color: #24273e; } +.progress-light { + background-color: #2e324e; +} + .mt-2-5, .my-2-5 { margin-top: 0.75rem !important; }