From f817b94071f5db7aa2623db3e29f7db038f7a1a6 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Fri, 5 Feb 2021 16:41:11 +0100 Subject: [PATCH] styling hr --- .../question-wall/question-wall.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss index 22e343426..0e89b1a7c 100644 --- a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss +++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss @@ -90,6 +90,10 @@ color: var(--ars-header-color); line-height: 22px; white-space: normal; + + hr { + border: 1px solid var(--ars-header-color); + } } &-btn { @@ -263,6 +267,10 @@ max-width: 100%; color: yellow; + hr { + border: 2px solid yellow; + } + img { width: 100% !important; } -- GitLab