From 7758e1358d413f52522428224a80b3231e36a007 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 22 Nov 2021 09:47:02 +0100 Subject: [PATCH] better --- .../Resources/public/chill/scss/badge.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss b/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss index 240601826..dd01e19da 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss +++ b/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss @@ -141,7 +141,7 @@ div#header-accompanying_course-details { border-radius: 15px; width: 24px; height: 24px; - box-shadow: 0 0 3px 0 grey; + box-shadow: 0 0 3px 1px grey; opacity: 0.8; &:hover { opacity: 1; @@ -149,10 +149,10 @@ div#header-accompanying_course-details { } span.to-social-issues { background-color: #4bafe8; - border-left: 8px solid #32749a; + border-left: 12px solid #32749a; } span.to-persons-associated { background-color: #16d9b4; - border-right: 8px solid #ffffff; + border-right: 12px solid #ffffff; } }