nom connected
This commit is contained in:
+18
-11
@@ -521,8 +521,8 @@ header .region-header #block-reha-config-pages .contacts .contacts-full {
|
||||
display: none;
|
||||
background-color: rgb(255, 255, 255);
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 100%;
|
||||
right: 0%;
|
||||
top: 110px;
|
||||
width: 550px;
|
||||
padding-left: 3.5rem;
|
||||
padding-top: 1rem;
|
||||
@@ -549,6 +549,7 @@ header .region-header #block-reha-config-pages .contacts .contacts-full {
|
||||
}
|
||||
}
|
||||
header .region-header #block-reha-config-pages .contacts .contacts-full .titre {
|
||||
padding-right: 2rem;
|
||||
padding-left: 3rem;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
@@ -588,6 +589,7 @@ header .region-header #block-reha-config-pages .contacts .field__item {
|
||||
}
|
||||
header #block-reha-views-block-current-user-block-block-1 {
|
||||
grid-column: 9;
|
||||
width: 400px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: fit-content;
|
||||
@@ -595,6 +597,13 @@ header #block-reha-views-block-current-user-block-block-1 {
|
||||
header #block-reha-views-block-current-user-block-block-1 .bouton-connected {
|
||||
padding-right: 3rem;
|
||||
}
|
||||
header #block-reha-views-block-current-user-block-block-1 .bouton-connected h2 {
|
||||
font-size: 1rem;
|
||||
color: black;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
header #block-reha-views-block-current-user-block-block-1 .bouton-connected :before {
|
||||
content: url(../images/noun-contact-2495375.svg);
|
||||
padding-right: 1rem;
|
||||
@@ -606,7 +615,7 @@ header #block-reha-views-block-current-user-block-block-1 .connected {
|
||||
}
|
||||
header #block-reha-views-block-current-user-block-block-1 .connected .connected-full {
|
||||
display: none;
|
||||
right: -267px;
|
||||
right: -100%;
|
||||
top: 36px;
|
||||
position: absolute;
|
||||
background-color: rgb(255, 255, 255);
|
||||
@@ -614,7 +623,7 @@ header #block-reha-views-block-current-user-block-block-1 .connected .connected-
|
||||
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% 110px 45%;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
header #block-reha-views-block-current-user-block-block-1 .connected .connected-full .titre {
|
||||
@@ -683,16 +692,14 @@ header #block-reha-views-block-current-user-block-block-1 .connected .connected-
|
||||
}
|
||||
|
||||
.titre {
|
||||
display: inline-flex;
|
||||
font-weight: 800;
|
||||
font-size: 1.8rem;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.titre ::after {
|
||||
.titre::after {
|
||||
content: url(../images/noun-cross-1151731.svg);
|
||||
float: right;
|
||||
position: relative;
|
||||
left: 90px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -931,7 +938,7 @@ aside.layout-sidebar-second {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
aside.layout-sidebar-second h2 {
|
||||
transform: translateX(-50%) translateY(45vh) rotate(-90deg);
|
||||
transform: translateX(-50%) translateY(40vh) rotate(-90deg);
|
||||
text-transform: uppercase;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user