|
@@ -992,6 +992,7 @@ aside.layout-sidebar-second .view-current-user-doc-profile::before {
|
|
|
content: "";
|
|
|
width: 80%;
|
|
|
margin-top: 0.6rem;
|
|
|
+ margin-bottom: 1rem;
|
|
|
border-bottom: black solid 1px;
|
|
|
}
|
|
|
aside.layout-sidebar-second .view-current-user-doc-profile header {
|
|
@@ -1001,6 +1002,7 @@ aside.layout-sidebar-second .view-current-user-doc-profile .views-field-title {
|
|
|
font-size: 2rem;
|
|
|
font-weight: 900;
|
|
|
display: flex;
|
|
|
+ flex-direction: column-reverse;
|
|
|
margin-bottom: 3rem;
|
|
|
position: relative;
|
|
|
z-index: 1000;
|
|
@@ -1008,11 +1010,14 @@ aside.layout-sidebar-second .view-current-user-doc-profile .views-field-title {
|
|
|
aside.layout-sidebar-second .view-current-user-doc-profile .views-field-title::after {
|
|
|
content: url(../images/noun-cross-1151731.svg);
|
|
|
cursor: pointer;
|
|
|
- padding-left: 2rem;
|
|
|
+ width: fit-content;
|
|
|
+ display: block;
|
|
|
+ align-self: flex-end;
|
|
|
}
|
|
|
aside.layout-sidebar-second .view-current-user-doc-profile .view-curent-user-site-dossier {
|
|
|
position: relative;
|
|
|
- top: 200px;
|
|
|
+ top: 160px;
|
|
|
+ width: fit-content;
|
|
|
}
|
|
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage,
|
|
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement,
|