tiroir fichier session storage
This commit is contained in:
@@ -116,6 +116,22 @@
|
||||
.field--name-field-architecte{
|
||||
order: 4;
|
||||
font-size: 1.5rem;
|
||||
.field__items{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
.field__item{
|
||||
display: inline;
|
||||
&::after{
|
||||
content:',';
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.field__item:last-of-type::after {
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -124,6 +124,22 @@
|
||||
order: 4;
|
||||
padding-top: 0.5rem;
|
||||
font-size: 1.2rem;
|
||||
.field__items{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
.field__item{
|
||||
display: inline;
|
||||
&::after{
|
||||
content:',';
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.field__item:last-of-type::after {
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
ul.links{
|
||||
order: 5;
|
||||
|
||||
@@ -44,6 +44,7 @@ aside.layout-sidebar-second{
|
||||
transform: translateX(-50%) translateY(40vh) rotate(-90deg);
|
||||
text-transform: uppercase;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
&::before{
|
||||
content:url('../../dist/images/noun-arrow-1569918-black.svg');
|
||||
display: inline-block;
|
||||
@@ -95,4 +96,13 @@ aside.layout-sidebar-second{
|
||||
background-color: $yellow-puca;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
aside.layout-sidebar-second.open {
|
||||
transform: translateX(90%); /* Par défaut ouvert */
|
||||
transition: transform 0.35s;
|
||||
}
|
||||
aside.layout-sidebar-second {
|
||||
transform: translateX(0%);
|
||||
}
|
||||
@@ -359,15 +359,15 @@ header{
|
||||
position: relative;
|
||||
.connected-full{
|
||||
display: none;
|
||||
right:-100%;
|
||||
top: 36px; // Positionnez-les sous les boutons
|
||||
right:-40%;
|
||||
// top: 36px;
|
||||
position: absolute;
|
||||
background-color: $white-header;
|
||||
width: $width-menu-slidedown;
|
||||
height: 200vh;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
clip-path: inset(0px -10px -10px -10px);
|
||||
padding: 5% 10% $header-height 45%;
|
||||
padding: 5% 10% $header-height 20%;
|
||||
.titre{
|
||||
@media (max-width:500px) {
|
||||
font-size: 1.4rem;
|
||||
|
||||
Reference in New Issue
Block a user