-
-
+
+
+
{{ getStructureLevel(i, j).name }}
diff --git a/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/current-structure-level-list-slide/components/current-structure-level-list-slide.component.scss b/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/current-structure-level-list-slide/components/current-structure-level-list-slide.component.scss
index f3efe94ab9..9c68be0673 100644
--- a/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/current-structure-level-list-slide/components/current-structure-level-list-slide.component.scss
+++ b/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/current-structure-level-list-slide/components/current-structure-level-list-slide.component.scss
@@ -16,15 +16,22 @@ td {
.level-time-list {
font-size: 80px;
text-align: right;
- .color-line {
- border-top-color: transparent;
- border-top-width: 10px;
- border-top-style: solid;
- line-height: 1.25;
- }
}
.structure-level-name {
text-align: right;
font-size: 30px;
}
+
+.structure-level-color {
+ height: 5px;
+ background-color: transparent;
+ width: 90%;
+ border-width: 0;
+ border-radius: 7px;
+}
+
+.align-right {
+ display: flex;
+ justify-content: flex-end;
+}