mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-17 22:36:14 +00:00
changes info fiches usager
This commit is contained in:
parent
1b2aeaea2f
commit
977c034b64
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user