From 977c034b644a016992b6cecef53d93e1581e1fe6 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 15 Jun 2022 17:39:46 +0200 Subject: [PATCH] changes info fiches usager --- .../Resources/public/chill/chillmain.scss | 20 +++++++++++++++++++ .../public/chill/scss/flex_table.scss | 12 +++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss index e5d11c246..b01087629 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss @@ -42,6 +42,13 @@ body { footer { margin-top: auto; } + .content-title { + background-color: $chill-l-gray; + border-radius:3px; + padding:.5rem; + margin-bottom: 1rem; + box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important; + } } header { @@ -214,6 +221,19 @@ footer.footer { } } +/* +* PERSON INFO +*/ + +.chill_view_data, .pop-item { + .info-field { + border: 1px dashed; + padding:.5rem; + border-radius:3px; + margin-top:.5rem; + } +} + /* * ADMIN STYLES */ diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss index bf4ad8463..b74797a03 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss @@ -10,9 +10,21 @@ border-radius: 10px !important; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important; padding:1.7rem; + margin-top: .5rem; + h1, h2, h3 { + background-color: $chill-ll-gray; + border-radius:3px; + padding:.5rem; + } // margin-left: auto; // margin-right: auto; // width: 97%; + &:last-child { + margin-bottom: 1rem; + } + &:first-child { + margin-top:1rem; + } } div.flex-bloc,