changes info fiches usager

This commit is contained in:
Julie Lenaerts 2022-06-15 17:39:46 +02:00
parent 1b2aeaea2f
commit 977c034b64
2 changed files with 32 additions and 0 deletions

View File

@ -42,6 +42,13 @@ body {
footer { footer {
margin-top: auto; 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 { 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 * ADMIN STYLES
*/ */

View File

@ -10,9 +10,21 @@
border-radius: 10px !important; 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; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
padding:1.7rem; padding:1.7rem;
margin-top: .5rem;
h1, h2, h3 {
background-color: $chill-ll-gray;
border-radius:3px;
padding:.5rem;
}
// margin-left: auto; // margin-left: auto;
// margin-right: auto; // margin-right: auto;
// width: 97%; // width: 97%;
&:last-child {
margin-bottom: 1rem;
}
&:first-child {
margin-top:1rem;
}
} }
div.flex-bloc, div.flex-bloc,