From dc581fcf573a16f24213af282f396255ad5626b9 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 29 Dec 2021 15:06:33 +0100 Subject: [PATCH] fix details and corrections --- .../ChillPersonBundle/Resources/public/chill/chillperson.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/chill/chillperson.scss b/src/Bundle/ChillPersonBundle/Resources/public/chill/chillperson.scss index b4489de70..db5df905a 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/chill/chillperson.scss +++ b/src/Bundle/ChillPersonBundle/Resources/public/chill/chillperson.scss @@ -260,6 +260,7 @@ div#dashboards { div.mbloc { & > div:not(.warnings) { border: 1px solid $chill-light-gray; + background-color: $chill-llight-gray; border-radius: 0.35rem; padding: 1rem; }