nom connected

This commit is contained in:
2024-06-25 13:55:35 +02:00
parent 799fcf3739
commit 0166817c4f
5 changed files with 45 additions and 24 deletions
@@ -41,7 +41,7 @@ aside.layout-sidebar-second{
z-index: 98;
padding-left: 2rem;
h2{
transform: translateX(-50%) translateY(45vh) rotate(-90deg);
transform: translateX(-50%) translateY(40vh) rotate(-90deg);
text-transform: uppercase;
font-weight: 400;
&::before{
@@ -269,8 +269,8 @@ header{
display: none;
background-color: $white-header;
position: absolute;
right:0px;
top: 100%;
right:0%;
top: $header-height;
width: $width-menu-slidedown;
padding-left: 3.5rem;
padding-top: 1rem;
@@ -298,6 +298,7 @@ header{
.titre{
padding-right: 2rem;
padding-left:3rem ;
@media (max-width:500px) {
padding-left: 1.5rem;
@@ -332,9 +333,18 @@ header{
}
#block-reha-views-block-current-user-block-block-1{
grid-column: 9;
width: 400px;
.bouton-connected{
padding-right: 3rem;
h2{
// width: fit-content;
font-size: 1rem;
color: black;
display: flex;
flex-direction: column;
// display: inline-flex;
flex-wrap: nowrap;
}
:before{
content: url(../images/noun-contact-2495375.svg);
padding-right: 1rem;
@@ -349,7 +359,7 @@ header{
position: relative;
.connected-full{
display: none;
right:-267px;
right:-100%;
top: 36px; // Positionnez-les sous les boutons
position: absolute;
background-color: $white-header;
@@ -357,7 +367,7 @@ header{
height: 200vh;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
clip-path: inset(0px -10px -10px -10px);
padding: 5% 10% 5% 45%;
padding: 5% 10% $header-height 45%;
.titre{
@media (max-width:500px) {
font-size: 1.4rem;
@@ -434,15 +444,18 @@ header{
}
.titre{
display: inline-flex;
// display: inline-flex;
font-weight: 800;
font-size: 1.8rem;
position: relative;
::after{
// position: relative;
display: flex;
justify-content: space-between;
align-items: center;
&::after{
content: url(../images/noun-cross-1151731.svg);
float: right;
position: relative;
left: 90px;
// float: right;
// position: relative;
// left: 90px;
cursor: pointer;
}