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