This commit is contained in:
2024-06-25 15:46:52 +02:00
parent 34b21110c7
commit 0e1337475e
5 changed files with 65 additions and 16 deletions
@@ -3,7 +3,7 @@
%buttonwithborder {
text-transform: uppercase;
padding: 0.5rem;
padding: 0.3rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: $white-button;
@@ -83,5 +83,3 @@
}
@@ -53,6 +53,8 @@ aside.layout-sidebar-second{
}
.view-current-user-doc-profile{
padding: 0 2rem ;
display: flex;
flex-direction: column;
}
.profile--type--collaborateur{
.field--name-field-site{
@@ -72,7 +74,7 @@ aside.layout-sidebar-second{
> div:nth-child(1)::before{
content: url('../../dist/images/noun-file-6880430.svg');
display: inline-block;
display: inline-flex;
width: 70px;
height: auto;
// align-content: center;
@@ -88,21 +90,38 @@ aside.layout-sidebar-second{
}
}
footer{
@extend %buttonwithborder;
text-transform: uppercase;
border: solid black 1px;
background-color: $white-button;
font-size: 0.9rem;
width: fit-content;
padding: 0.3rem;
font-weight: 400;
@media (max-width:891px) {
font-size: 1rem;
}
p{margin: 0;
padding: 0.3rem;}
:hover{
background-color: $yellow-puca;
}
}
}
.view-footer{
padding-top: 0;
align-self: center;
}
}
aside.layout-sidebar-second.open {
transform: translateX(90%); /* Par défaut ouvert */
transition: transform 0.35s;
&:hover{
background-color: $yellow-puca;
}
}
aside.layout-sidebar-second {
transform: translateX(0%);
}
@@ -21,7 +21,7 @@ input{
}
.form-submit{
height: 4rem !important;
height: 3rem !important;
margin-bottom: 1rem;
font-size: 1.2rem;
font-weight: 300;
@@ -56,4 +56,9 @@ input{
@extend %buttonwithborder;
}
h4{
text-align: start;
padding-left:10% ;
font-size: 2rem;
}