From 0c4f4ce2c1c871cd4ad6a983300873d0b78775f6 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 2 May 2022 17:25:09 +0200 Subject: [PATCH] change color gradido button --- frontend/src/assets/scss/gradido-template.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index 22403c8ec..e08d9b3f3 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -26,12 +26,17 @@ html, body { background-position: 0% 0%; background-repeat: repeat; border-style: none; + box-shadow: 10px 10px 50px 10px rgba(56, 56, 56, 0.31); } .btn-gradido:hover { color: #212529; } + .btn-gradido:focus { + outline: none; + } + .btn-outline-gradido { color: rgb(248,161,27); border: 1px solid #F5B805;