From add1a55e0d9338ef13cfde2bce24e4b373e2470b Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Fri, 22 Sep 2023 05:25:33 +0400 Subject: [PATCH] Dot divider between steps/results --- app/assets/stylesheets/my_modules/protocol.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/my_modules/protocol.scss b/app/assets/stylesheets/my_modules/protocol.scss index 8b22f4eb2..1f61cf878 100644 --- a/app/assets/stylesheets/my_modules/protocol.scss +++ b/app/assets/stylesheets/my_modules/protocol.scss @@ -43,7 +43,7 @@ &::before, &::after { - border-bottom: 1px dashed var(--sn-light-grey); + border-bottom: 1px dotted var(--sn-sleepy-grey); content: ""; display: inline-block; flex-grow: 1;