From f0a142e326abf0b1806ac2ab43e1ed3908e3eeed Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 25 Apr 2022 10:13:56 +0200 Subject: [PATCH] add zindex1000, gradido-global-color-0E79BC --- frontend/src/assets/scss/gradido-template.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index 863f26333..22403c8ec 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -105,6 +105,14 @@ html, body { .font2em { font-size: 1.5em; } + + .zindex1000 { + z-index: 1000; + } + + .gradido-global-color-0E79BC { + color: #0E79BC; + } .gradido-global-color-text { color: #3d443b; @@ -203,8 +211,4 @@ html, body { .gradido-font-15rem { font-size: 1.5rem; - } - - - - \ No newline at end of file + } \ No newline at end of file